NodePoolAutoConfig constructor
NodePoolAutoConfig({
- LinuxNodeConfig? linuxNodeConfig,
- NetworkTags? networkTags,
- NodeKubeletConfig? nodeKubeletConfig,
- ResourceManagerTags? resourceManagerTags,
Implementation
NodePoolAutoConfig({
this.linuxNodeConfig,
this.networkTags,
this.nodeKubeletConfig,
this.resourceManagerTags,
});