Package io.fabric8.kubernetes.client.dsl
Interface CertificatesAPIGroupDSL
-
- All Superinterfaces:
AutoCloseable,Client,Closeable,ConfigAware
- All Known Implementing Classes:
CertificatesAPIGroupClient
public interface CertificatesAPIGroupDSL extends Client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V1CertificatesAPIGroupDSLv1()V1beta1CertificatesAPIGroupDSLv1beta1()-
Methods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Methods inherited from interface io.fabric8.kubernetes.client.ConfigAware
getConfiguration
-
-
-
-
Method Detail
-
v1
V1CertificatesAPIGroupDSL v1()
-
v1beta1
V1beta1CertificatesAPIGroupDSL v1beta1()
-
-