Package io.fabric8.kubernetes.client
Class V2beta1AutoscalingAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.BaseClient
-
- io.fabric8.kubernetes.client.V2beta1AutoscalingAPIGroupClient
-
- All Implemented Interfaces:
Client,ConfigAware,HttpClientAware,V2beta1AutoscalingAPIGroupDSL,Closeable,AutoCloseable
public class V2beta1AutoscalingAPIGroupClient extends BaseClient implements V2beta1AutoscalingAPIGroupDSL
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.client.BaseClient
httpClient
-
-
Constructor Summary
Constructors Constructor Description V2beta1AutoscalingAPIGroupClient()V2beta1AutoscalingAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MixedOperation<io.fabric8.kubernetes.api.model.autoscaling.v2beta1.HorizontalPodAutoscaler,io.fabric8.kubernetes.api.model.autoscaling.v2beta1.HorizontalPodAutoscalerList,Resource<io.fabric8.kubernetes.api.model.autoscaling.v2beta1.HorizontalPodAutoscaler>>horizontalPodAutoscalers()-
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
-
V2beta1AutoscalingAPIGroupClient
public V2beta1AutoscalingAPIGroupClient()
-
V2beta1AutoscalingAPIGroupClient
public V2beta1AutoscalingAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
-
Method Detail
-
horizontalPodAutoscalers
public MixedOperation<io.fabric8.kubernetes.api.model.autoscaling.v2beta1.HorizontalPodAutoscaler,io.fabric8.kubernetes.api.model.autoscaling.v2beta1.HorizontalPodAutoscalerList,Resource<io.fabric8.kubernetes.api.model.autoscaling.v2beta1.HorizontalPodAutoscaler>> horizontalPodAutoscalers()
- Specified by:
horizontalPodAutoscalersin interfaceV2beta1AutoscalingAPIGroupDSL
-
-