BareMetalNodePoolConfig class
BareMetalNodePoolConfig describes the configuration of all nodes within a given bare metal node pool.
Constructors
-
BareMetalNodePoolConfig({BareMetalKubeletConfig? kubeletConfig, Map<
String, String> ? labels, List<BareMetalNodeConfig> ? nodeConfigs, String? operatingSystem, List<NodeTaint> ? taints}) - BareMetalNodePoolConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kubeletConfig ↔ BareMetalKubeletConfig?
-
The modifiable kubelet configurations for the bare metal machines.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
The labels assigned to nodes of this node pool.
getter/setter pair
-
nodeConfigs
↔ List<
BareMetalNodeConfig> ? -
The list of machine addresses in the bare metal node pool.
getter/setter pair
- operatingSystem ↔ String?
-
Specifies the nodes operating system (default: LINUX).
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
taints
↔ List<
NodeTaint> ? -
The initial taints assigned to nodes of this node pool.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited