LabelSelector

sealed

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.

Companion
object
class Object
trait Matchable
class Any
class And
class LabelIn

Value members

Abstract methods

def asQuery: String

Serializes the field selector into a query parameter

Serializes the field selector into a query parameter

Concrete methods

def &&(other: LabelSelector): And

Use this AND another label selector together

Use this AND another label selector together