Package io.fabric8.kubernetes.client.dsl
Interface CertificatesAPIGroupDSL
-
- All Superinterfaces:
AutoCloseable,Client,Closeable
public interface CertificatesAPIGroupDSL extends Client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V1CertificatesAPIGroupDSLv1()V1Alpha1CertificatesAPIGroupDSLv1alpha1()V1beta1CertificatesAPIGroupDSLv1beta1()-
Methods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPath
-
-
-
-
Method Detail
-
v1
V1CertificatesAPIGroupDSL v1()
-
v1beta1
V1beta1CertificatesAPIGroupDSL v1beta1()
-
v1alpha1
V1Alpha1CertificatesAPIGroupDSL v1alpha1()
-
-