And

com.coralogix.zio.k8s.client.model.FieldSelector$.And
final case class And(selectors: Chunk[FieldSelector]) extends FieldSelector

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: FieldSelector): And

Use this AND another field selector together

Use this AND another field selector together

Attributes

Inherited from:
FieldSelector

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product