NodeConfigSource

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

Source:
NodeConfigSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

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

Source:
NodeConfigSource.scala

Returns a new data with configMap set to new value

Returns a new data with configMap set to new value

Source:
NodeConfigSource.scala

Inherited methods

Inherited from:
Product