UNPKG

@kubernetes/client-node

Version:
44 lines 1.03 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. */ /** * RoleRef contains information that points to the role being used */ export class V1RoleRef { static getAttributeTypeMap() { return V1RoleRef.attributeTypeMap; } constructor() { } } V1RoleRef.discriminator = undefined; V1RoleRef.mapping = undefined; V1RoleRef.attributeTypeMap = [ { "name": "apiGroup", "baseName": "apiGroup", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" } ]; //# sourceMappingURL=V1RoleRef.js.map