sealed trait LabelSelector extends AnyRef

Composable label selector

Use the label constructor LabelSelector.Syntax.label imported through the com.coralogix.zio.k8s.client.model to define labels, and the operators defined on them to construct label selectors from them.

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

Abstract Value Members

  1. abstract def asQuery: String

    Serializes the field selector into a query parameter

Concrete Value Members

  1. def &&(other: LabelSelector): And

    Use this AND another label selector together