UNPKG

@kubernetes/client-node

Version:
38 lines 916 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. */ /** * ParamKind is a tuple of Group Kind and Version. */ export class V1ParamKind { static getAttributeTypeMap() { return V1ParamKind.attributeTypeMap; } constructor() { } } V1ParamKind.discriminator = undefined; V1ParamKind.mapping = undefined; V1ParamKind.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" } ]; //# sourceMappingURL=V1ParamKind.js.map