UNPKG

@kubernetes/client-node

Version:
62 lines 1.57 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. */ /** * NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames. */ export class V1NamedRuleWithOperations { static getAttributeTypeMap() { return V1NamedRuleWithOperations.attributeTypeMap; } constructor() { } } V1NamedRuleWithOperations.discriminator = undefined; V1NamedRuleWithOperations.mapping = undefined; V1NamedRuleWithOperations.attributeTypeMap = [ { "name": "apiGroups", "baseName": "apiGroups", "type": "Array<string>", "format": "" }, { "name": "apiVersions", "baseName": "apiVersions", "type": "Array<string>", "format": "" }, { "name": "operations", "baseName": "operations", "type": "Array<string>", "format": "" }, { "name": "resourceNames", "baseName": "resourceNames", "type": "Array<string>", "format": "" }, { "name": "resources", "baseName": "resources", "type": "Array<string>", "format": "" }, { "name": "scope", "baseName": "scope", "type": "string", "format": "" } ]; //# sourceMappingURL=V1NamedRuleWithOperations.js.map