UNPKG

@kubernetes/client-node

Version:
50 lines 1.31 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. */ /** * Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names. */ export class RbacV1Subject { static getAttributeTypeMap() { return RbacV1Subject.attributeTypeMap; } constructor() { } } RbacV1Subject.discriminator = undefined; RbacV1Subject.mapping = undefined; RbacV1Subject.attributeTypeMap = [ { "name": "apiGroup", "baseName": "apiGroup", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "namespace", "baseName": "namespace", "type": "string", "format": "" } ]; //# sourceMappingURL=RbacV1Subject.js.map