UNPKG

@kubernetes/client-node

Version:
44 lines 1.4 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. */ /** * PodResourceClaim references exactly one ResourceClaim, either directly or by naming a ResourceClaimTemplate which is then turned into a ResourceClaim for the pod. It adds a name to it that uniquely identifies the ResourceClaim inside the Pod. Containers that need access to the ResourceClaim reference it with this name. */ export class V1PodResourceClaim { static getAttributeTypeMap() { return V1PodResourceClaim.attributeTypeMap; } constructor() { } } V1PodResourceClaim.discriminator = undefined; V1PodResourceClaim.mapping = undefined; V1PodResourceClaim.attributeTypeMap = [ { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "resourceClaimName", "baseName": "resourceClaimName", "type": "string", "format": "" }, { "name": "resourceClaimTemplateName", "baseName": "resourceClaimTemplateName", "type": "string", "format": "" } ]; //# sourceMappingURL=V1PodResourceClaim.js.map