| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.NodePools.Update |
Container.Projects.Zones.Clusters.NodePools.update(String projectId,
String zone,
String clusterId,
String nodePoolId,
UpdateNodePoolRequest content)
Updates the version and/or image type for the specified node pool.
|
Container.Projects.Locations.Clusters.NodePools.Update |
Container.Projects.Locations.Clusters.NodePools.update(String name,
UpdateNodePoolRequest content)
Updates the version and/or image type for the specified node pool.
|
| Constructor and Description |
|---|
Update(String projectId,
String zone,
String clusterId,
String nodePoolId,
UpdateNodePoolRequest content)
Updates the version and/or image type for the specified node pool.
|
Update(String name,
UpdateNodePoolRequest content)
Updates the version and/or image type for the specified node pool.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNodePoolRequest |
UpdateNodePoolRequest.clone() |
UpdateNodePoolRequest |
UpdateNodePoolRequest.set(String fieldName,
Object value) |
UpdateNodePoolRequest |
UpdateNodePoolRequest.setAccelerators(List<AcceleratorConfig> accelerators)
A list of hardware accelerators to be attached to each node.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setClusterId(String clusterId)
Deprecated.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setConfidentialNodes(ConfidentialNodes confidentialNodes)
Confidential nodes config.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setContainerdConfig(ContainerdConfig containerdConfig)
The desired containerd config for nodes in the node pool.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setDiskSizeGb(Long diskSizeGb)
Optional.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setDiskType(String diskType)
Optional.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setEtag(String etag)
The current etag of the node pool.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setFastSocket(FastSocket fastSocket)
Enable or disable NCCL fast socket for the node pool.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setGcfsConfig(GcfsConfig gcfsConfig)
GCFS config.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setGvnic(VirtualNIC gvnic)
Enable or disable gvnic on the node pool.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setImageType(String imageType)
Required.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setKubeletConfig(NodeKubeletConfig kubeletConfig)
Node kubelet configs.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setLabels(NodeLabels labels)
The desired node labels to be applied to all nodes in the node pool.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setLinuxNodeConfig(LinuxNodeConfig linuxNodeConfig)
Parameters that can be configured on Linux nodes.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setLocations(List<String> locations)
The desired list of Google Compute Engine
[zones](https://cloud.google.com/compute/docs/zones#available) in which the node pool's nodes
should be located.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setLoggingConfig(NodePoolLoggingConfig loggingConfig)
Logging configuration.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setMachineType(String machineType)
Optional.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setName(String name)
The name (project, location, cluster, node pool) of the node pool to update.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setNodeNetworkConfig(NodeNetworkConfig nodeNetworkConfig)
Node network config.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setNodePoolId(String nodePoolId)
Deprecated.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setNodeVersion(String nodeVersion)
Required.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setProjectId(String projectId)
Deprecated.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setQueuedProvisioning(QueuedProvisioning queuedProvisioning)
Specifies the configuration of queued provisioning.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setResourceLabels(ResourceLabels resourceLabels)
The resource labels for the node pool to use to annotate any related Google Compute Engine
resources.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setResourceManagerTags(ResourceManagerTags resourceManagerTags)
Desired resource manager tag keys and values to be attached to the nodes for managing Compute
Engine firewalls using Network Firewall Policies.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setTags(NetworkTags tags)
The desired network tags to be applied to all nodes in the node pool.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setTaints(NodeTaints taints)
The desired node taints to be applied to all nodes in the node pool.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setUpgradeSettings(UpgradeSettings upgradeSettings)
Upgrade settings control disruption and speed of the upgrade.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setWindowsNodeConfig(WindowsNodeConfig windowsNodeConfig)
Parameters that can be configured on Windows nodes.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setWorkloadMetadataConfig(WorkloadMetadataConfig workloadMetadataConfig)
The desired workload metadata config for the node pool.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setZone(String zone)
Deprecated.
|
Copyright © 2011–2024 Google. All rights reserved.