52 lines
1.4 KiB
JavaScript
52 lines
1.4 KiB
JavaScript
"use strict";
|
|
/**
|
|
* Kubernetes
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* The version of the OpenAPI document: v1.22.2
|
|
*
|
|
*
|
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
* https://openapi-generator.tech
|
|
* Do not edit the class manually.
|
|
*/
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.V1RuleWithOperations = void 0;
|
|
/**
|
|
* RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.
|
|
*/
|
|
class V1RuleWithOperations {
|
|
static getAttributeTypeMap() {
|
|
return V1RuleWithOperations.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1RuleWithOperations = V1RuleWithOperations;
|
|
V1RuleWithOperations.discriminator = undefined;
|
|
V1RuleWithOperations.attributeTypeMap = [
|
|
{
|
|
"name": "apiGroups",
|
|
"baseName": "apiGroups",
|
|
"type": "Array<string>"
|
|
},
|
|
{
|
|
"name": "apiVersions",
|
|
"baseName": "apiVersions",
|
|
"type": "Array<string>"
|
|
},
|
|
{
|
|
"name": "operations",
|
|
"baseName": "operations",
|
|
"type": "Array<string>"
|
|
},
|
|
{
|
|
"name": "resources",
|
|
"baseName": "resources",
|
|
"type": "Array<string>"
|
|
},
|
|
{
|
|
"name": "scope",
|
|
"baseName": "scope",
|
|
"type": "string"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1RuleWithOperations.js.map
|