K8SConfig

tasks.elastic.kubernetes.K8SConfig
class K8SConfig(val raw: Config) extends ConfigValuesForHostConfiguration

Attributes

Experimental
true
Graph
Supertypes
trait ConfigValuesForHostConfiguration
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def kubernetesCpuMin: Int
def kubernetesImageName: String
def kubernetesNamespace: String
def kubernetesPodSpec: Option[String]
def kubernetesRamMin: Int

Inherited methods

def hostGPU: List[Int]

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def hostImage: Option[String]

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def hostName: String

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def hostNameExternal: Option[String]

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def hostNumCPU: Int

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def hostPort: Int

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def hostRAM: Int

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def hostScratch: Int

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def masterAddress: Option[SimpleSocketAddress]

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def mayUseArbitraryPort: Boolean

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def startApp: Boolean

Attributes

Inherited from:
ConfigValuesForHostConfiguration

Concrete fields

val raw: Config