UNPKG

@kubernetes/client-node

Version:
56 lines 1.67 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. */ /** * MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded) */ export class V1beta1MatchResources { static getAttributeTypeMap() { return V1beta1MatchResources.attributeTypeMap; } constructor() { } } V1beta1MatchResources.discriminator = undefined; V1beta1MatchResources.mapping = undefined; V1beta1MatchResources.attributeTypeMap = [ { "name": "excludeResourceRules", "baseName": "excludeResourceRules", "type": "Array<V1beta1NamedRuleWithOperations>", "format": "" }, { "name": "matchPolicy", "baseName": "matchPolicy", "type": "string", "format": "" }, { "name": "namespaceSelector", "baseName": "namespaceSelector", "type": "V1LabelSelector", "format": "" }, { "name": "objectSelector", "baseName": "objectSelector", "type": "V1LabelSelector", "format": "" }, { "name": "resourceRules", "baseName": "resourceRules", "type": "Array<V1beta1NamedRuleWithOperations>", "format": "" } ]; //# sourceMappingURL=V1beta1MatchResources.js.map