NodePoolAutoConfig constructor

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

Implementation

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