Class V1Alpha2DynamicResourceAllocationAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.extension.ClientAdapter<V1Alpha2DynamicResourceAllocationAPIGroupClient>
-
- io.fabric8.kubernetes.client.impl.V1Alpha2DynamicResourceAllocationAPIGroupClient
-
- All Implemented Interfaces:
Client
,V1Alpha2DynamicResourceAllocationAPIGroupDSL
,Closeable
,AutoCloseable
public class V1Alpha2DynamicResourceAllocationAPIGroupClient extends ClientAdapter<V1Alpha2DynamicResourceAllocationAPIGroupClient> implements V1Alpha2DynamicResourceAllocationAPIGroupDSL
-
-
Constructor Summary
Constructors Constructor Description V1Alpha2DynamicResourceAllocationAPIGroupClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V1Alpha2DynamicResourceAllocationAPIGroupClient
newInstance()
MixedOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContext,io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextList,Resource<io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContext>>
podSchedulings()
MixedOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaim,io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimList,Resource<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaim>>
resourceClaims()
MixedOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimTemplate,io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimTemplateList,Resource<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimTemplate>>
resourceClaimTemplates()
NonNamespaceOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClass,io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClassList,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:
newInstance
in classClientAdapter<V1Alpha2DynamicResourceAllocationAPIGroupClient>
-
resourceClasses
public NonNamespaceOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClass,io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClassList,Resource<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClass>> resourceClasses()
- Specified by:
resourceClasses
in interfaceV1Alpha2DynamicResourceAllocationAPIGroupDSL
-
podSchedulings
public MixedOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContext,io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextList,Resource<io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContext>> podSchedulings()
- Specified by:
podSchedulings
in interfaceV1Alpha2DynamicResourceAllocationAPIGroupDSL
-
resourceClaims
public MixedOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaim,io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimList,Resource<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaim>> resourceClaims()
- Specified by:
resourceClaims
in interfaceV1Alpha2DynamicResourceAllocationAPIGroupDSL
-
resourceClaimTemplates
public MixedOperation<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimTemplate,io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimTemplateList,Resource<io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimTemplate>> resourceClaimTemplates()
- Specified by:
resourceClaimTemplates
in interfaceV1Alpha2DynamicResourceAllocationAPIGroupDSL
-
-