case class KubernetesConfig(namespacePrefix: String, retryTimes: Int, podPullImageTimeout: Duration, checkPodInterval: Duration, defaultTimeout: FiniteDuration, defaultRetryInterval: FiniteDuration, deletionGracePeriod: FiniteDuration, ingressSubPath: Option[String], ingressRemoteUrl: String, ingressAnnotations: Map[String, String], nodeAddress: Option[String]) extends Product with Serializable
Kubernetes part of Config.
- namespacePrefix
prefix to use for namespace creation
- retryTimes
how often something is retried if kubernetes asks for.
- podPullImageTimeout
timeout, after which pods are killed when they can't find their image.
- checkPodInterval
how often the pods are checked.
- defaultTimeout
when a regular operation times out
- defaultRetryInterval
after which period something is retried again.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KubernetesConfig
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new KubernetesConfig(namespacePrefix: String, retryTimes: Int, podPullImageTimeout: Duration, checkPodInterval: Duration, defaultTimeout: FiniteDuration, defaultRetryInterval: FiniteDuration, deletionGracePeriod: FiniteDuration, ingressSubPath: Option[String], ingressRemoteUrl: String, ingressAnnotations: Map[String, String], nodeAddress: Option[String])
- namespacePrefix
prefix to use for namespace creation
- retryTimes
how often something is retried if kubernetes asks for.
- podPullImageTimeout
timeout, after which pods are killed when they can't find their image.
- checkPodInterval
how often the pods are checked.
- defaultTimeout
when a regular operation times out
- defaultRetryInterval
after which period something is retried again.
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val checkPodInterval: Duration
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val defaultRetryInterval: FiniteDuration
- val defaultTimeout: FiniteDuration
- val deletionGracePeriod: FiniteDuration
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val ingressAnnotations: Map[String, String]
- val ingressRemoteUrl: String
- val ingressSubPath: Option[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val namespacePrefix: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeAddress: Option[String]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val podPullImageTimeout: Duration
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val retryTimes: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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])