object KubernetesNamer

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KubernetesNamer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AtPrefix: String

    Prefix to be for @ and an already valid label (Mantik's ItemIds)

  5. val AtSuffix: String

    Suffix to be used for @ (Mantik Items can end with slashes)

  6. val CustomPrefix: String

    Prefix to be used for custom character encoding.

  7. val CustomSuffix: String

    Suffix fo be used for custom character encoding

  8. val ValidPrefix: String

    Prefix to be used if the rest of the string is a valid label.

  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def decodeLabelValue(value: String): String

    Decodes label values from encodeLabelValue.

    Decodes label values from encodeLabelValue. Note: it can fail on invalid values.

  12. 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.

  13. 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.

  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def escapeNodeName(nodeName: String): String
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isValidLabel(s: String): Boolean

    Check if something is a valid label.

  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped