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