LabelSelector

skuber.LabelSelector
See theLabelSelector companion class
object LabelSelector

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

sealed trait EqualityRequirement extends Requirement

Attributes

Supertypes
trait Requirement
class Object
trait Matchable
class Any
Known subtypes
sealed trait ExistenceRequirement extends Requirement

Attributes

Supertypes
trait Requirement
class Object
trait Matchable
class Any
Known subtypes
case class ExistsRequirement(key: String) extends ExistenceRequirement

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Requirement
class Object
trait Matchable
class Any
Show all
case class InRequirement(key: String, values: List[String]) extends SetRequirement

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Requirement
class Object
trait Matchable
class Any
Show all
case class IsEqualRequirement(key: String, value: String) extends EqualityRequirement

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Requirement
class Object
trait Matchable
class Any
Show all
case class IsNotEqualRequirement(key: String, value: String) extends EqualityRequirement

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Requirement
class Object
trait Matchable
class Any
Show all
case class NotExistsRequirement(key: String) extends Requirement

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Requirement
class Object
trait Matchable
class Any
Show all
case class NotInRequirement(key: String, values: List[String]) extends SetRequirement

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Requirement
class Object
trait Matchable
class Any
Show all
sealed trait Requirement

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
sealed trait SetRequirement extends Requirement

Attributes

Supertypes
trait Requirement
class Object
trait Matchable
class Any
Known subtypes
object dsl

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
dsl.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror