dsl

object dsl
class Object
trait Matchable
class Any
dsl.type

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; }