object LabelSelector

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LabelSelector
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class And(selectors: Chunk[LabelSelector]) extends LabelSelector with Product with Serializable
  2. final case class LabelEquals(label: String, value: String) extends LabelSelector with Product with Serializable
  3. final case class LabelIn(label: String, values: Set[String]) extends LabelSelector with Product with Serializable
  4. final case class LabelNotIn(label: String, values: Set[String]) extends LabelSelector with Product with Serializable
  5. trait Syntax extends AnyRef