Package io.fabric8.kubernetes.client
Class V2beta2AutoscalingAPIGroupClient
java.lang.Object
io.fabric8.kubernetes.client.BaseClient
io.fabric8.kubernetes.client.V2beta2AutoscalingAPIGroupClient
- All Implemented Interfaces:
Client,ConfigAware,HttpClientAware,V2beta2AutoscalingAPIGroupDSL,Closeable,AutoCloseable
public class V2beta2AutoscalingAPIGroupClient extends BaseClient implements V2beta2AutoscalingAPIGroupDSL
-
Field Summary
-
Constructor Summary
Constructors Constructor Description V2beta2AutoscalingAPIGroupClient()V2beta2AutoscalingAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config) -
Method Summary
Modifier and Type Method Description MixedOperation<io.fabric8.kubernetes.api.model.autoscaling.v2beta2.HorizontalPodAutoscaler,io.fabric8.kubernetes.api.model.autoscaling.v2beta2.HorizontalPodAutoscalerList,io.fabric8.kubernetes.api.model.autoscaling.v2beta2.DoneableHorizontalPodAutoscaler,Resource<io.fabric8.kubernetes.api.model.autoscaling.v2beta2.HorizontalPodAutoscaler,io.fabric8.kubernetes.api.model.autoscaling.v2beta2.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
-
V2beta2AutoscalingAPIGroupClient
public V2beta2AutoscalingAPIGroupClient() -
V2beta2AutoscalingAPIGroupClient
-
-
Method Details
-
horizontalPodAutoscalers
public MixedOperation<io.fabric8.kubernetes.api.model.autoscaling.v2beta2.HorizontalPodAutoscaler,io.fabric8.kubernetes.api.model.autoscaling.v2beta2.HorizontalPodAutoscalerList,io.fabric8.kubernetes.api.model.autoscaling.v2beta2.DoneableHorizontalPodAutoscaler,Resource<io.fabric8.kubernetes.api.model.autoscaling.v2beta2.HorizontalPodAutoscaler,io.fabric8.kubernetes.api.model.autoscaling.v2beta2.DoneableHorizontalPodAutoscaler>> horizontalPodAutoscalers()- Specified by:
horizontalPodAutoscalersin interfaceV2beta2AutoscalingAPIGroupDSL
-