UNPKG

@kubernetes/client-node

Version:
38 lines 1.01 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. */ /** * Variable is the definition of a variable that is used for composition. A variable is defined as a named expression. */ export class V1beta1Variable { static getAttributeTypeMap() { return V1beta1Variable.attributeTypeMap; } constructor() { } } V1beta1Variable.discriminator = undefined; V1beta1Variable.mapping = undefined; V1beta1Variable.attributeTypeMap = [ { "name": "expression", "baseName": "expression", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" } ]; //# sourceMappingURL=V1beta1Variable.js.map