TopologySelectorTerm

io.k8s.api.core.v1.TopologySelectorTerm
See theTopologySelectorTerm companion object
final case class TopologySelectorTerm(matchLabelExpressions: Option[Seq[TopologySelectorLabelRequirement]])

A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.

Attributes

Companion:
object
Source:
TopologySelectorTerm.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to matchLabelExpressions

Appends new values to matchLabelExpressions

Attributes

Source:
TopologySelectorTerm.scala

if matchLabelExpressions has a value, transforms to the result of function

if matchLabelExpressions has a value, transforms to the result of function

Attributes

Source:
TopologySelectorTerm.scala

Returns a new data with matchLabelExpressions set to new value

Returns a new data with matchLabelExpressions set to new value

Attributes

Source:
TopologySelectorTerm.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product