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