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