UNPKG

@kubernetes/client-node

Version:
56 lines 1.74 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.32.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * ResourceClaim describes a request for access to resources in the cluster, for use by workloads. For example, if a workload needs an accelerator device with specific properties, this is how that request is expressed. The status stanza tracks whether this claim has been satisfied and what specific resources have been allocated. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate. */ export class V1alpha3ResourceClaim { static getAttributeTypeMap() { return V1alpha3ResourceClaim.attributeTypeMap; } constructor() { } } V1alpha3ResourceClaim.discriminator = undefined; V1alpha3ResourceClaim.mapping = undefined; V1alpha3ResourceClaim.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "metadata", "baseName": "metadata", "type": "V1ObjectMeta", "format": "" }, { "name": "spec", "baseName": "spec", "type": "V1alpha3ResourceClaimSpec", "format": "" }, { "name": "status", "baseName": "status", "type": "V1alpha3ResourceClaimStatus", "format": "" } ]; //# sourceMappingURL=V1alpha3ResourceClaim.js.map