UNPKG

@kubernetes/client-node

Version:
37 lines 1.02 kB
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.28 * * * 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.V1alpha1ParamKind = void 0; /** * ParamKind is a tuple of Group Kind and Version. */ class V1alpha1ParamKind { static getAttributeTypeMap() { return V1alpha1ParamKind.attributeTypeMap; } } exports.V1alpha1ParamKind = V1alpha1ParamKind; V1alpha1ParamKind.discriminator = undefined; V1alpha1ParamKind.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string" }, { "name": "kind", "baseName": "kind", "type": "string" } ]; //# sourceMappingURL=v1alpha1ParamKind.js.map