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