UNPKG

@kubernetes/client-node

Version:
32 lines 828 B
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.27 * * * 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.V1PodOS = void 0; /** * PodOS defines the OS parameters of a pod. */ class V1PodOS { static getAttributeTypeMap() { return V1PodOS.attributeTypeMap; } } exports.V1PodOS = V1PodOS; V1PodOS.discriminator = undefined; V1PodOS.attributeTypeMap = [ { "name": "name", "baseName": "name", "type": "string" } ]; //# sourceMappingURL=v1PodOS.js.map