LabelEquals

final case class LabelEquals(label: String, value: String) extends LabelSelector
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def asQuery: String
Definition Classes

Inherited methods

def &&(other: LabelSelector): And

Use this AND another label selector together

Use this AND another label selector together

Inherited from
LabelSelector
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product