UNPKG

@kubernetes/client-node

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