Packages

object CustomResourceDefinition extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomResourceDefinition
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 Names: ResourceSpecification.Names.type
  5. val Scope: ResourceSpecification.Scope.type
  6. val Spec: NonCoreResourceSpecification.type
  7. def apply[T <: TypeMeta](implicit arg0: ResourceDefinition[T]): CustomResourceDefinition
  8. def apply(name: String, kind: String, version: String, scope: ResourceSpecification.Scope.Value, singular: Option[String], shortNames: List[String]): CustomResourceDefinition
  9. def apply(name: String, kind: String, scope: ResourceSpecification.Scope.Value, shortNames: List[String]): CustomResourceDefinition
  10. def apply(name: String, kind: String, shortNames: List[String]): CustomResourceDefinition
  11. def apply(name: String, kind: String, scope: ResourceSpecification.Scope.Value): CustomResourceDefinition
  12. def apply(name: String, kind: String): CustomResourceDefinition
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. implicit val crdDef: ResourceDefinition[CustomResourceDefinition] { def spec: skuber.NonCoreResourceSpecification }
  16. implicit val crdEditor: ObjectEditor[CustomResourceDefinition]
  17. implicit val crdFmt: Format[CustomResourceDefinition]
  18. implicit val crdListDef: ResourceDefinition[CustomResourceDefinitionList] { def spec: skuber.NonCoreResourceSpecification }
  19. val crdNames: ResourceSpecification.Names
  20. implicit val crdSpecFmt: Format[Spec]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. implicit val namesFormat: OFormat[ResourceSpecification.Names]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. implicit val scaleSubresourceFmt: Format[ScaleSubresource]
  32. implicit val scopeFormat: Format[ResourceSpecification.Scope.Value]
  33. val specification: NonCoreResourceSpecification
  34. implicit val statusSubResourceFmt: Format[StatusSubresource]
  35. implicit val subresourcesFmt: Format[Subresources]
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. implicit val versionFormat: Format[ResourceSpecification.Version]
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped