Get Cluster Node Pool Auto Config
data class GetClusterNodePoolAutoConfig(val linuxNodeConfigs: List<GetClusterNodePoolAutoConfigLinuxNodeConfig>, val networkTags: List<GetClusterNodePoolAutoConfigNetworkTag>, val nodeKubeletConfigs: List<GetClusterNodePoolAutoConfigNodeKubeletConfig>, val resourceManagerTags: Map<String, String>)
Constructors
Link copied to clipboard
constructor(linuxNodeConfigs: List<GetClusterNodePoolAutoConfigLinuxNodeConfig>, networkTags: List<GetClusterNodePoolAutoConfigNetworkTag>, nodeKubeletConfigs: List<GetClusterNodePoolAutoConfigNodeKubeletConfig>, resourceManagerTags: Map<String, String>)
Properties
Link copied to clipboard
Linux node configuration options.
Link copied to clipboard
Collection of Compute Engine network tags that can be applied to a node's underlying VM instance.
Link copied to clipboard
Node kubelet configs.
Link copied to clipboard
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.