NodePoolAutoConfig constructor

NodePoolAutoConfig({
  1. LinuxNodeConfig? linuxNodeConfig,
  2. NetworkTags? networkTags,
  3. NodeKubeletConfig? nodeKubeletConfig,
  4. ResourceManagerTags? resourceManagerTags,
})

Implementation

NodePoolAutoConfig({
  this.linuxNodeConfig,
  this.networkTags,
  this.nodeKubeletConfig,
  this.resourceManagerTags,
});