Class V1Alpha2DynamicResourceAllocationAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.extension.ClientAdapter<V1Alpha2DynamicResourceAllocationAPIGroupClient>
-
- io.fabric8.kubernetes.client.impl.V1Alpha2DynamicResourceAllocationAPIGroupClient
-
- All Implemented Interfaces:
io.fabric8.kubernetes.client.Client,io.fabric8.kubernetes.client.V1Alpha2DynamicResourceAllocationAPIGroupDSL,Closeable,AutoCloseable
public class V1Alpha2DynamicResourceAllocationAPIGroupClient extends io.fabric8.kubernetes.client.extension.ClientAdapter<V1Alpha2DynamicResourceAllocationAPIGroupClient> implements io.fabric8.kubernetes.client.V1Alpha2DynamicResourceAllocationAPIGroupDSL
-
-
Constructor Summary
Constructors Constructor Description V1Alpha2DynamicResourceAllocationAPIGroupClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V1Alpha2DynamicResourceAllocationAPIGroupClientnewInstance()io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContext,io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContext>>podSchedulings()io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaim,io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaim>>resourceClaims()io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimTemplate,io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimTemplateList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimTemplate>>resourceClaimTemplates()io.fabric8.kubernetes.client.dsl.NonNamespaceOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClass,io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClassList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClass>>resourceClasses()-
Methods inherited from class io.fabric8.kubernetes.client.extension.ClientAdapter
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getClient, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, inAnyNamespace, init, inNamespace, newClient, raw, resources, rootPaths, supports, supports, 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, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPath
-
-
-
-
Method Detail
-
newInstance
public V1Alpha2DynamicResourceAllocationAPIGroupClient newInstance()
- Specified by:
newInstancein classio.fabric8.kubernetes.client.extension.ClientAdapter<V1Alpha2DynamicResourceAllocationAPIGroupClient>
-
resourceClasses
public io.fabric8.kubernetes.client.dsl.NonNamespaceOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClass,io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClassList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClass>> resourceClasses()
- Specified by:
resourceClassesin interfaceio.fabric8.kubernetes.client.V1Alpha2DynamicResourceAllocationAPIGroupDSL
-
podSchedulings
public io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContext,io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContext>> podSchedulings()
- Specified by:
podSchedulingsin interfaceio.fabric8.kubernetes.client.V1Alpha2DynamicResourceAllocationAPIGroupDSL
-
resourceClaims
public io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaim,io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaim>> resourceClaims()
- Specified by:
resourceClaimsin interfaceio.fabric8.kubernetes.client.V1Alpha2DynamicResourceAllocationAPIGroupDSL
-
resourceClaimTemplates
public io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimTemplate,io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimTemplateList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimTemplate>> resourceClaimTemplates()
- Specified by:
resourceClaimTemplatesin interfaceio.fabric8.kubernetes.client.V1Alpha2DynamicResourceAllocationAPIGroupDSL
-
-