Class V1DynamicResourceAllocationAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.extension.ClientAdapter<V1DynamicResourceAllocationAPIGroupClient>
-
- io.fabric8.kubernetes.client.impl.V1DynamicResourceAllocationAPIGroupClient
-
- All Implemented Interfaces:
Client,V1DynamicresourceAllocationAPIGroupDSL,Closeable,AutoCloseable
public class V1DynamicResourceAllocationAPIGroupClient extends ClientAdapter<V1DynamicResourceAllocationAPIGroupClient> implements V1DynamicresourceAllocationAPIGroupDSL
-
-
Constructor Summary
Constructors Constructor Description V1DynamicResourceAllocationAPIGroupClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NonNamespaceOperation<io.fabric8.kubernetes.api.model.resource.v1.DeviceClass,io.fabric8.kubernetes.api.model.resource.v1.DeviceClassList,Resource<io.fabric8.kubernetes.api.model.resource.v1.DeviceClass>>deviceClasses()V1DynamicResourceAllocationAPIGroupClientnewInstance()MixedOperation<io.fabric8.kubernetes.api.model.resource.v1.ResourceClaim,io.fabric8.kubernetes.api.model.resource.v1.ResourceClaimList,Resource<io.fabric8.kubernetes.api.model.resource.v1.ResourceClaim>>resourceClaims()MixedOperation<io.fabric8.kubernetes.api.model.resource.v1.ResourceClaimTemplate,io.fabric8.kubernetes.api.model.resource.v1.ResourceClaimTemplateList,Resource<io.fabric8.kubernetes.api.model.resource.v1.ResourceClaimTemplate>>resourceClaimTemplates()NonNamespaceOperation<io.fabric8.kubernetes.api.model.resource.v1.ResourceSlice,io.fabric8.kubernetes.api.model.resource.v1.ResourceSliceList,Resource<io.fabric8.kubernetes.api.model.resource.v1.ResourceSlice>>resourcesSlices()-
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 V1DynamicResourceAllocationAPIGroupClient newInstance()
- Specified by:
newInstancein classClientAdapter<V1DynamicResourceAllocationAPIGroupClient>
-
resourceClaims
public MixedOperation<io.fabric8.kubernetes.api.model.resource.v1.ResourceClaim,io.fabric8.kubernetes.api.model.resource.v1.ResourceClaimList,Resource<io.fabric8.kubernetes.api.model.resource.v1.ResourceClaim>> resourceClaims()
- Specified by:
resourceClaimsin interfaceV1DynamicresourceAllocationAPIGroupDSL
-
resourceClaimTemplates
public MixedOperation<io.fabric8.kubernetes.api.model.resource.v1.ResourceClaimTemplate,io.fabric8.kubernetes.api.model.resource.v1.ResourceClaimTemplateList,Resource<io.fabric8.kubernetes.api.model.resource.v1.ResourceClaimTemplate>> resourceClaimTemplates()
- Specified by:
resourceClaimTemplatesin interfaceV1DynamicresourceAllocationAPIGroupDSL
-
deviceClasses
public NonNamespaceOperation<io.fabric8.kubernetes.api.model.resource.v1.DeviceClass,io.fabric8.kubernetes.api.model.resource.v1.DeviceClassList,Resource<io.fabric8.kubernetes.api.model.resource.v1.DeviceClass>> deviceClasses()
- Specified by:
deviceClassesin interfaceV1DynamicresourceAllocationAPIGroupDSL
-
resourcesSlices
public NonNamespaceOperation<io.fabric8.kubernetes.api.model.resource.v1.ResourceSlice,io.fabric8.kubernetes.api.model.resource.v1.ResourceSliceList,Resource<io.fabric8.kubernetes.api.model.resource.v1.ResourceSlice>> resourcesSlices()
- Specified by:
resourcesSlicesin interfaceV1DynamicresourceAllocationAPIGroupDSL
-
-