NodeConfigSource

io.k8s.api.core.v1.NodeConfigSource
See theNodeConfigSource companion object
final case class NodeConfigSource(configMap: Option[ConfigMapNodeConfigSource])

NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. This API is deprecated since 1.22

Attributes

Companion:
object
Source:
NodeConfigSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

if configMap has a value, transforms to the result of function

if configMap has a value, transforms to the result of function

Attributes

Source:
NodeConfigSource.scala

Returns a new data with configMap set to new value

Returns a new data with configMap set to new value

Attributes

Source:
NodeConfigSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product