dsl

skuber.LabelSelector.dsl
object dsl

Attributes

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

Members list

Implicits

Implicits

implicit def reqToSel(req: Requirement): LabelSelector
implicit def strToReq(keyStr: String): ExistsRequirement { def doesNotExist: NotExistsRequirement; def is(value: String): IsEqualRequirement; def isNot(value: String): IsNotEqualRequirement; def isIn(values: List[String]): InRequirement; def isNotIn(values: List[String]): NotInRequirement; }