32 lines
1016 B
JavaScript
32 lines
1016 B
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.V1ScopeSelector = void 0;
|
|
/**
|
|
* A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.
|
|
*/
|
|
class V1ScopeSelector {
|
|
static getAttributeTypeMap() {
|
|
return V1ScopeSelector.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1ScopeSelector = V1ScopeSelector;
|
|
V1ScopeSelector.discriminator = undefined;
|
|
V1ScopeSelector.attributeTypeMap = [
|
|
{
|
|
"name": "matchExpressions",
|
|
"baseName": "matchExpressions",
|
|
"type": "Array<V1ScopedResourceSelectorRequirement>"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1ScopeSelector.js.map
|