UNPKG

@kubernetes/client-node

Version:
38 lines 1.31 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.30.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request. */ export class V1beta3NonResourcePolicyRule { static getAttributeTypeMap() { return V1beta3NonResourcePolicyRule.attributeTypeMap; } constructor() { } } V1beta3NonResourcePolicyRule.discriminator = undefined; V1beta3NonResourcePolicyRule.mapping = undefined; V1beta3NonResourcePolicyRule.attributeTypeMap = [ { "name": "nonResourceURLs", "baseName": "nonResourceURLs", "type": "Array<string>", "format": "" }, { "name": "verbs", "baseName": "verbs", "type": "Array<string>", "format": "" } ]; //# sourceMappingURL=V1beta3NonResourcePolicyRule.js.map