Package io.fabric8.kubernetes.client
Class CertificatesAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.BaseClient
-
- io.fabric8.kubernetes.client.CertificatesAPIGroupClient
-
- All Implemented Interfaces:
Client,ConfigAware,CertificatesAPIGroupDSL,HttpClientAware,Closeable,AutoCloseable
public class CertificatesAPIGroupClient extends BaseClient implements CertificatesAPIGroupDSL
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.client.BaseClient
httpClient
-
-
Constructor Summary
Constructors Constructor Description CertificatesAPIGroupClient()CertificatesAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V1CertificatesAPIGroupDSLv1()V1beta1CertificatesAPIGroupDSLv1beta1()-
Methods inherited from class io.fabric8.kubernetes.client.BaseClient
adapt, close, getApiVersion, getConfiguration, getHttpClient, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
CertificatesAPIGroupClient
public CertificatesAPIGroupClient()
-
CertificatesAPIGroupClient
public CertificatesAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
-
Method Detail
-
v1
public V1CertificatesAPIGroupDSL v1()
- Specified by:
v1in interfaceCertificatesAPIGroupDSL
-
v1beta1
public V1beta1CertificatesAPIGroupDSL v1beta1()
- Specified by:
v1beta1in interfaceCertificatesAPIGroupDSL
-
-