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
-
Constructor Summary
Constructors Constructor Description V2beta1AutoscalingAPIGroupClient()V2beta1AutoscalingAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config) -
Method Summary
Modifier and Type Method Description MixedOperation<io.fabric8.kubernetes.api.model.autoscaling.v2beta1.HorizontalPodAutoscaler,io.fabric8.kubernetes.api.model.autoscaling.v2beta1.HorizontalPodAutoscalerList,io.fabric8.kubernetes.api.model.autoscaling.v2beta1.DoneableHorizontalPodAutoscaler,Resource<io.fabric8.kubernetes.api.model.autoscaling.v2beta1.HorizontalPodAutoscaler,io.fabric8.kubernetes.api.model.autoscaling.v2beta1.DoneableHorizontalPodAutoscaler>>horizontalPodAutoscalers()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
-
V2beta1AutoscalingAPIGroupClient
public V2beta1AutoscalingAPIGroupClient() -
V2beta1AutoscalingAPIGroupClient
-
-
Method Details
-
horizontalPodAutoscalers
public MixedOperation<io.fabric8.kubernetes.api.model.autoscaling.v2beta1.HorizontalPodAutoscaler,io.fabric8.kubernetes.api.model.autoscaling.v2beta1.HorizontalPodAutoscalerList,io.fabric8.kubernetes.api.model.autoscaling.v2beta1.DoneableHorizontalPodAutoscaler,Resource<io.fabric8.kubernetes.api.model.autoscaling.v2beta1.HorizontalPodAutoscaler,io.fabric8.kubernetes.api.model.autoscaling.v2beta1.DoneableHorizontalPodAutoscaler>> horizontalPodAutoscalers()- Specified by:
horizontalPodAutoscalersin interfaceV2beta1AutoscalingAPIGroupDSL
-