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.

Hierarchy

  • V1NodeSelectorTerm

Constructors

Properties

matchExpressions?: V1NodeSelectorRequirement[]

A list of node selector requirements by node's labels.

A list of node selector requirements by node's fields.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc