Label

com.coralogix.zio.k8s.client.model.LabelSelector$.Syntax.Label
trait Label

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def ===(value: String): LabelEquals

Label must be equal to the given value

Label must be equal to the given value

Attributes

def in(values: String*): LabelIn

Label must be equal to one of the given values

Label must be equal to one of the given values

Attributes

def notIn(values: String*): LabelNotIn

Label must not be equal to any of the given values

Label must not be equal to any of the given values

Attributes