UNPKG

@kubernetes/client-node

Version:
38 lines 1.01 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. */ /** * NonResourceRule holds information that describes a rule for the non-resource */ export class V1NonResourceRule { static getAttributeTypeMap() { return V1NonResourceRule.attributeTypeMap; } constructor() { } } V1NonResourceRule.discriminator = undefined; V1NonResourceRule.mapping = undefined; V1NonResourceRule.attributeTypeMap = [ { "name": "nonResourceURLs", "baseName": "nonResourceURLs", "type": "Array<string>", "format": "" }, { "name": "verbs", "baseName": "verbs", "type": "Array<string>", "format": "" } ]; //# sourceMappingURL=V1NonResourceRule.js.map