Package io.fabric8.openshift.client.dsl
Interface OpenShiftAutoscalingAPIGroupDSL
-
- All Superinterfaces:
AutoCloseable,io.fabric8.kubernetes.client.Client,Closeable
public interface OpenShiftAutoscalingAPIGroupDSL extends io.fabric8.kubernetes.client.Client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V1AutoscalingAPIGroupDSLv1()V1beta1AutoscalingAPIGroupDSLv1beta1()-
Methods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPath
-
-
-
-
Method Detail
-
v1
V1AutoscalingAPIGroupDSL v1()
-
v1beta1
V1beta1AutoscalingAPIGroupDSL v1beta1()
-
-