UNPKG

@kubernetes/client-node

Version:
68 lines 1.58 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. */ /** * NodeSpec describes the attributes that a node is created with. */ export class V1NodeSpec { static getAttributeTypeMap() { return V1NodeSpec.attributeTypeMap; } constructor() { } } V1NodeSpec.discriminator = undefined; V1NodeSpec.mapping = undefined; V1NodeSpec.attributeTypeMap = [ { "name": "configSource", "baseName": "configSource", "type": "V1NodeConfigSource", "format": "" }, { "name": "externalID", "baseName": "externalID", "type": "string", "format": "" }, { "name": "podCIDR", "baseName": "podCIDR", "type": "string", "format": "" }, { "name": "podCIDRs", "baseName": "podCIDRs", "type": "Array<string>", "format": "" }, { "name": "providerID", "baseName": "providerID", "type": "string", "format": "" }, { "name": "taints", "baseName": "taints", "type": "Array<V1Taint>", "format": "" }, { "name": "unschedulable", "baseName": "unschedulable", "type": "boolean", "format": "" } ]; //# sourceMappingURL=V1NodeSpec.js.map