LabelSelectorRequirement

com.coralogix.zio.k8s.model.pkg.apis.meta.v1.LabelSelectorRequirement
See theLabelSelectorRequirement companion object
case class LabelSelectorRequirement(key: String, operator: String, values: Optional[Vector[String]])

A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

Value parameters

key

key is the label key that the selector applies to.

operator

operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.

values

values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

Attributes

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

Members list

Value members

Concrete methods

key is the label key that the selector applies to.

key is the label key that the selector applies to.

This effect always succeeds, it is safe to use the field key directly.

Attributes

operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.

operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.

This effect always succeeds, it is safe to use the field operator directly.

Attributes

values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product