Package io.fabric8.openshift.client
Class OpenShiftConfigAPIGroupExtensionAdapter
- java.lang.Object
-
- io.fabric8.kubernetes.client.APIGroupExtensionAdapter<OpenShiftConfigAPIGroupClient>
-
- io.fabric8.openshift.client.OpenShiftConfigAPIGroupExtensionAdapter
-
- All Implemented Interfaces:
ExtensionAdapter<OpenShiftConfigAPIGroupClient>
public class OpenShiftConfigAPIGroupExtensionAdapter extends APIGroupExtensionAdapter<OpenShiftConfigAPIGroupClient>
-
-
Constructor Summary
Constructors Constructor Description OpenShiftConfigAPIGroupExtensionAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetAPIGroupName()Class<OpenShiftConfigAPIGroupClient>getExtensionType()protected OpenShiftConfigAPIGroupClientnewInstance(Client client)-
Methods inherited from class io.fabric8.kubernetes.client.APIGroupExtensionAdapter
adapt, isAdaptable
-
-
-
-
Method Detail
-
getAPIGroupName
protected String getAPIGroupName()
- Specified by:
getAPIGroupNamein classAPIGroupExtensionAdapter<OpenShiftConfigAPIGroupClient>
-
getExtensionType
public Class<OpenShiftConfigAPIGroupClient> getExtensionType()
-
newInstance
protected OpenShiftConfigAPIGroupClient newInstance(Client client)
- Specified by:
newInstancein classAPIGroupExtensionAdapter<OpenShiftConfigAPIGroupClient>
-
-