BareMetalNodePoolConfig constructor
BareMetalNodePoolConfig({
- BareMetalKubeletConfig? kubeletConfig,
- Map<
String, String> ? labels, - List<
BareMetalNodeConfig> ? nodeConfigs, - String? operatingSystem,
- List<
NodeTaint> ? taints,
Implementation
BareMetalNodePoolConfig({
this.kubeletConfig,
this.labels,
this.nodeConfigs,
this.operatingSystem,
this.taints,
});