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