Google Cloud Container V1 Client - Class NodePoolAutoConfig (2.3.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 pools in autopilot clusters and node auto-provisioning enabled clusters.

Generated from protobuf message google.container.v1.NodePoolAutoConfig

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ network_tags NetworkTags

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_tags ResourceManagerTags

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

↳ node_kubelet_config NodeKubeletConfig

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

↳ linux_node_config LinuxNodeConfig

Output only. Configuration options for Linux nodes.

getNetworkTags

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.

Returns
Type Description
NetworkTags|null

hasNetworkTags

clearNetworkTags

setNetworkTags

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.

Parameter
Name Description
var NetworkTags
Returns
Type Description
$this

getResourceManagerTags

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

Returns
Type Description
ResourceManagerTags|null

hasResourceManagerTags

clearResourceManagerTags

setResourceManagerTags

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

Parameter
Name Description
var ResourceManagerTags
Returns
Type Description
$this

getNodeKubeletConfig

NodeKubeletConfig controls the defaults for autoprovisioned node-pools.

Currently only insecure_kubelet_readonly_port_enabled can be set here.

Returns
Type Description
NodeKubeletConfig|null

hasNodeKubeletConfig

clearNodeKubeletConfig

setNodeKubeletConfig

NodeKubeletConfig controls the defaults for autoprovisioned node-pools.

Currently only insecure_kubelet_readonly_port_enabled can be set here.

Parameter
Name Description
var NodeKubeletConfig
Returns
Type Description
$this

getLinuxNodeConfig

Output only. Configuration options for Linux nodes.

Returns
Type Description
LinuxNodeConfig|null

hasLinuxNodeConfig

clearLinuxNodeConfig

setLinuxNodeConfig

Output only. Configuration options for Linux nodes.

Parameter
Name Description
var LinuxNodeConfig
Returns
Type Description
$this