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