LabelEquals

com.coralogix.zio.k8s.client.model.LabelSelector$.LabelEquals
final case class LabelEquals(label: String, value: String) extends LabelSelector

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def asQuery: String

Serializes the field selector into a query parameter

Serializes the field selector into a query parameter

Attributes

Definition Classes

Inherited methods

def &&(other: LabelSelector): And

Use this AND another label selector together

Use this AND another label selector together

Attributes

Inherited from:
LabelSelector

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product