LabelSelector

com.coralogix.zio.k8s.client.model.LabelSelector
See theLabelSelector companion object
sealed trait LabelSelector

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.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class And
class LabelEquals
class LabelIn
class LabelNotIn
Self type

Members list

Value members

Abstract methods

Serializes the field selector into a query parameter

Serializes the field selector into a query parameter

Attributes

Concrete methods

def &&(other: LabelSelector): And

Use this AND another label selector together

Use this AND another label selector together

Attributes