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