object KubernetesNamer
- Alphabetic
- By Inheritance
- KubernetesNamer
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val AtPrefix: String
Prefix to be for @ and an already valid label (Mantik's ItemIds)
- val AtSuffix: String
Suffix to be used for @ (Mantik Items can end with slashes)
- val CustomPrefix: String
Prefix to be used for custom character encoding.
- val CustomSuffix: String
Suffix fo be used for custom character encoding
- val ValidPrefix: String
Prefix to be used if the rest of the string is a valid label.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def decodeLabelValue(value: String): String
Decodes label values from encodeLabelValue.
Decodes label values from encodeLabelValue. Note: it can fail on invalid values.
- def decodeLabelValueNoCrashing(value: String): String
Like decodeLabelValue but catches exceptions and returns the original string if it fails.
Like decodeLabelValue but catches exceptions and returns the original string if it fails. Note: the decoding result can be something else in case of a bug.
- def encodeLabelValue(value: String): String
Encode a label in a way that kubernetes accepts it.
Encode a label in a way that kubernetes accepts it. Note: if the label is too long, it's possible that Kubernetes stil won't accept it.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def escapeNodeName(nodeName: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isValidLabel(s: String): Boolean
Check if something is a valid label.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])