UNPKG

@kubernetes/client-node

Version:
32 lines 826 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. */ /** * GroupSubject holds detailed information for group-kind subject. */ export class V1GroupSubject { static getAttributeTypeMap() { return V1GroupSubject.attributeTypeMap; } constructor() { } } V1GroupSubject.discriminator = undefined; V1GroupSubject.mapping = undefined; V1GroupSubject.attributeTypeMap = [ { "name": "name", "baseName": "name", "type": "string", "format": "" } ]; //# sourceMappingURL=V1GroupSubject.js.map