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