@kubernetes/client-node
Version:
NodeJS client for kubernetes
62 lines • 1.6 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.
*/
/**
* NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames.
*/
export class V1beta1NamedRuleWithOperations {
static getAttributeTypeMap() {
return V1beta1NamedRuleWithOperations.attributeTypeMap;
}
constructor() {
}
}
V1beta1NamedRuleWithOperations.discriminator = undefined;
V1beta1NamedRuleWithOperations.mapping = undefined;
V1beta1NamedRuleWithOperations.attributeTypeMap = [
{
"name": "apiGroups",
"baseName": "apiGroups",
"type": "Array<string>",
"format": ""
},
{
"name": "apiVersions",
"baseName": "apiVersions",
"type": "Array<string>",
"format": ""
},
{
"name": "operations",
"baseName": "operations",
"type": "Array<string>",
"format": ""
},
{
"name": "resourceNames",
"baseName": "resourceNames",
"type": "Array<string>",
"format": ""
},
{
"name": "resources",
"baseName": "resources",
"type": "Array<string>",
"format": ""
},
{
"name": "scope",
"baseName": "scope",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1beta1NamedRuleWithOperations.js.map