Package io.fabric8.kubernetes.client
Class AutoscalingAPIGroupClient
java.lang.Object
io.fabric8.kubernetes.client.BaseClient
io.fabric8.kubernetes.client.AutoscalingAPIGroupClient
- All Implemented Interfaces:
Client,ConfigAware,AutoscalingAPIGroupDSL,HttpClientAware,Closeable,AutoCloseable
public class AutoscalingAPIGroupClient extends BaseClient implements AutoscalingAPIGroupDSL
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AutoscalingAPIGroupClient()AutoscalingAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config) -
Method Summary
Modifier and Type Method Description V1AutoscalingAPIGroupDSLv1()V2beta1AutoscalingAPIGroupDSLv2beta1()V2beta2AutoscalingAPIGroupDSLv2beta2()Methods inherited from class io.fabric8.kubernetes.client.BaseClient
adapt, close, getApiVersion, getConfiguration, getHttpClient, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPathMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Constructor Details
-
AutoscalingAPIGroupClient
public AutoscalingAPIGroupClient() -
AutoscalingAPIGroupClient
-
-
Method Details
-
v1
- Specified by:
v1in interfaceAutoscalingAPIGroupDSL
-
v2beta1
- Specified by:
v2beta1in interfaceAutoscalingAPIGroupDSL
-
v2beta2
- Specified by:
v2beta2in interfaceAutoscalingAPIGroupDSL
-