@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.46 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.
*/
/**
* PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.
*/
export class V1PolicyRule {
static getAttributeTypeMap() {
return V1PolicyRule.attributeTypeMap;
}
constructor() {
}
}
V1PolicyRule.discriminator = undefined;
V1PolicyRule.mapping = undefined;
V1PolicyRule.attributeTypeMap = [
{
"name": "apiGroups",
"baseName": "apiGroups",
"type": "Array<string>",
"format": ""
},
{
"name": "nonResourceURLs",
"baseName": "nonResourceURLs",
"type": "Array<string>",
"format": ""
},
{
"name": "resourceNames",
"baseName": "resourceNames",
"type": "Array<string>",
"format": ""
},
{
"name": "resources",
"baseName": "resources",
"type": "Array<string>",
"format": ""
},
{
"name": "verbs",
"baseName": "verbs",
"type": "Array<string>",
"format": ""
}
];
//# sourceMappingURL=V1PolicyRule.js.map