Google Cloud Container V1 Client - Class NodePoolAutoConfig (2.8.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class NodePoolAutoConfig.

Node pool configs that apply to all auto-provisioned node poolsin autopilot clusters and node auto-provisioning enabled clusters.

Generated from protobuf messagegoogle.container.v1.NodePoolAutoConfig

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ network_tagsNetworkTags

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.

↳ resource_manager_tagsResourceManagerTags

Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.

↳ node_kubelet_configNodeKubeletConfig

NodeKubeletConfig controls the defaults for autoprovisioned node-pools. Currently onlyinsecure_kubelet_readonly_port_enabled can be set here.

↳ linux_node_configLinuxNodeConfig

Output only. Configuration options for Linux nodes.

getNetworkTags

The list of instance tags applied to all nodes. Tags are used to identifyvalid sources or targets for network firewalls and are specified bythe client during cluster creation. Each tag within the listmust comply with RFC1035.

Returns
TypeDescription
NetworkTags|null

hasNetworkTags

clearNetworkTags

setNetworkTags

The list of instance tags applied to all nodes. Tags are used to identifyvalid sources or targets for network firewalls and are specified bythe client during cluster creation. Each tag within the listmust comply with RFC1035.

Parameter
NameDescription
varNetworkTags
Returns
TypeDescription
$this

getResourceManagerTags

Resource manager tag keys and values to be attached to the nodesfor managing Compute Engine firewalls using Network Firewall Policies.

Returns
TypeDescription
ResourceManagerTags|null

hasResourceManagerTags

clearResourceManagerTags

setResourceManagerTags

Resource manager tag keys and values to be attached to the nodesfor managing Compute Engine firewalls using Network Firewall Policies.

Parameter
NameDescription
varResourceManagerTags
Returns
TypeDescription
$this

getNodeKubeletConfig

NodeKubeletConfig controls the defaults for autoprovisioned node-pools.

Currently onlyinsecure_kubelet_readonly_port_enabled can be set here.

Returns
TypeDescription
NodeKubeletConfig|null

hasNodeKubeletConfig

clearNodeKubeletConfig

setNodeKubeletConfig

NodeKubeletConfig controls the defaults for autoprovisioned node-pools.

Currently onlyinsecure_kubelet_readonly_port_enabled can be set here.

Parameter
NameDescription
varNodeKubeletConfig
Returns
TypeDescription
$this

getLinuxNodeConfig

Output only. Configuration options for Linux nodes.

Returns
TypeDescription
LinuxNodeConfig|null

hasLinuxNodeConfig

clearLinuxNodeConfig

setLinuxNodeConfig

Output only. Configuration options for Linux nodes.

Parameter
NameDescription
varLinuxNodeConfig
Returns
TypeDescription
$this

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-24 UTC.