UNPKG

@kubernetes/client-node

Version:
32 lines 946 B
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.27 * * * 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.V1beta3GroupSubject = void 0; /** * GroupSubject holds detailed information for group-kind subject. */ class V1beta3GroupSubject { static getAttributeTypeMap() { return V1beta3GroupSubject.attributeTypeMap; } } exports.V1beta3GroupSubject = V1beta3GroupSubject; V1beta3GroupSubject.discriminator = undefined; V1beta3GroupSubject.attributeTypeMap = [ { "name": "name", "baseName": "name", "type": "string" } ]; //# sourceMappingURL=v1beta3GroupSubject.js.map