Object

nelson

KubernetesJson

Related Doc: package nelson

Permalink

object KubernetesJson

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

Type Members

  1. final case class DeploymentStatus(availableReplicas: Option[Int], unavailableReplicas: Option[Int]) extends Product with Serializable

    Permalink
  2. final case class JobStatus(active: Option[Int], failed: Option[Int], succeeded: Option[Int]) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object DeploymentStatus extends Serializable

    Permalink
  5. object JobStatus extends Serializable

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def cronJob(namespace: String, stackName: StackName, image: Image, plan: Plan, cronExpr: String): Json

    Permalink
  9. val defaultCPU: Double

    Permalink
  10. val defaultMemory: Int

    Permalink
  11. def deployment(namespace: String, stackName: StackName, image: Image, plan: Plan, ports: Option[Ports]): Json

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. val healthStatusDecoder: DecodeJson[HealthStatus]

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def job(namespace: String, stackName: StackName, image: Image, plan: Plan): Json

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def resources(cpu: ResourceSpec, memory: ResourceSpec): JsonObject

    Permalink
  24. def service(namespace: String, stackName: StackName, ports: Option[Ports]): Json

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. def volumeJson(volume: Volume): Json

    Permalink
  28. def volumeMountJson(volume: Volume): Json

    Permalink
  29. def volumeMountsJson(volumes: List[Volume]): JsonObject

    Permalink
  30. def volumesJson(volumes: List[Volume]): JsonObject

    Permalink
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped