Package io.fabric8.kubernetes.client
Class DiscoveryAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.BaseClient
-
- io.fabric8.kubernetes.client.DiscoveryAPIGroupClient
-
- All Implemented Interfaces:
Client,ConfigAware,DiscoveryAPIGroupDSL,HttpClientAware,Closeable,AutoCloseable
public class DiscoveryAPIGroupClient extends BaseClient implements DiscoveryAPIGroupDSL
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.client.BaseClient
httpClient
-
-
Constructor Summary
Constructors Constructor Description DiscoveryAPIGroupClient()DiscoveryAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V1beta1DiscoveryAPIGroupDSLv1beta1()-
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
-
DiscoveryAPIGroupClient
public DiscoveryAPIGroupClient()
-
DiscoveryAPIGroupClient
public DiscoveryAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
-
Method Detail
-
v1beta1
public V1beta1DiscoveryAPIGroupDSL v1beta1()
- Specified by:
v1beta1in interfaceDiscoveryAPIGroupDSL
-
-