NodeConfigSource class

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

Constructors

NodeConfigSource({ConfigMapNodeConfigSource? configMap})
Default constructor.
const
NodeConfigSource.fromJson(Map<String, dynamic> json)
Creates a NodeConfigSource from JSON data.
factory

Properties

configMap ConfigMapNodeConfigSource?
ConfigMap is a reference to a Node's ConfigMap.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Converts a NodeConfigSource instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited