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