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
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
-
Constructor Details
-
SchedulingAPIGroupExtensionAdapter
public SchedulingAPIGroupExtensionAdapter()
-
-
Method Details
-
getAPIGroupName
- Specified by:
getAPIGroupNamein classAPIGroupExtensionAdapter<SchedulingAPIGroupClient>
-
getExtensionType
- Returns:
- The concrete class of the
Client.
-
newInstance
- Specified by:
newInstancein classAPIGroupExtensionAdapter<SchedulingAPIGroupClient>
-