@kubernetes/client-node
Version:
NodeJS client for kubernetes
37 lines • 1.21 kB
JavaScript
;
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: release-1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.V1PodResourceClaim = void 0;
/**
* PodResourceClaim references exactly one ResourceClaim through a ClaimSource. 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.
*/
class V1PodResourceClaim {
static getAttributeTypeMap() {
return V1PodResourceClaim.attributeTypeMap;
}
}
exports.V1PodResourceClaim = V1PodResourceClaim;
V1PodResourceClaim.discriminator = undefined;
V1PodResourceClaim.attributeTypeMap = [
{
"name": "name",
"baseName": "name",
"type": "string"
},
{
"name": "source",
"baseName": "source",
"type": "V1ClaimSource"
}
];
//# sourceMappingURL=v1PodResourceClaim.js.map