@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.67 kB
JavaScript
/**
* 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 V1alpha1MatchResources {
static getAttributeTypeMap() {
return V1alpha1MatchResources.attributeTypeMap;
}
constructor() {
}
}
V1alpha1MatchResources.discriminator = undefined;
V1alpha1MatchResources.mapping = undefined;
V1alpha1MatchResources.attributeTypeMap = [
{
"name": "excludeResourceRules",
"baseName": "excludeResourceRules",
"type": "Array<V1alpha1NamedRuleWithOperations>",
"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<V1alpha1NamedRuleWithOperations>",
"format": ""
}
];
//# sourceMappingURL=V1alpha1MatchResources.js.map