UNPKG

@kubernetes/client-node

Version:
38 lines 1.15 kB
/** * 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 null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. */ export class V1NodeSelectorTerm { static getAttributeTypeMap() { return V1NodeSelectorTerm.attributeTypeMap; } constructor() { } } V1NodeSelectorTerm.discriminator = undefined; V1NodeSelectorTerm.mapping = undefined; V1NodeSelectorTerm.attributeTypeMap = [ { "name": "matchExpressions", "baseName": "matchExpressions", "type": "Array<V1NodeSelectorRequirement>", "format": "" }, { "name": "matchFields", "baseName": "matchFields", "type": "Array<V1NodeSelectorRequirement>", "format": "" } ]; //# sourceMappingURL=V1NodeSelectorTerm.js.map