UNPKG

@kubernetes/client-node

Version:
32 lines 762 B
/** * 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. */ /** * PodOS defines the OS parameters of a pod. */ export class V1PodOS { static getAttributeTypeMap() { return V1PodOS.attributeTypeMap; } constructor() { } } V1PodOS.discriminator = undefined; V1PodOS.mapping = undefined; V1PodOS.attributeTypeMap = [ { "name": "name", "baseName": "name", "type": "string", "format": "" } ]; //# sourceMappingURL=V1PodOS.js.map