final case class LabelEquals(label: String, value: String) extends LabelSelector with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LabelEquals
- Serializable
- Serializable
- Product
- Equals
- LabelSelector
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LabelEquals(label: String, value: String)
Value Members
-
def
&&(other: LabelSelector): And
Use this AND another label selector together
Use this AND another label selector together
- Definition Classes
- LabelSelector
-
def
asQuery: String
Serializes the field selector into a query parameter
Serializes the field selector into a query parameter
- Definition Classes
- LabelEquals → LabelSelector
- val label: String
- val value: String