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