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