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