ProjectsZonesClustersNodePoolsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
autoscaling(SetNodePoolAutoscalingRequest request, String projectId, String zone, String clusterId, String nodePoolId, {String? $fields})
→ Future<Operation>
-
Sets the autoscaling settings for the specified node pool.
-
create(CreateNodePoolRequest request, String projectId, String zone, String clusterId, {String? $fields})
→ Future<Operation>
-
Creates a node pool for a cluster.
-
delete(String projectId, String zone, String clusterId, String nodePoolId, {String? name, String? $fields})
→ Future<Operation>
-
Deletes a node pool from a cluster.
-
get(String projectId, String zone, String clusterId, String nodePoolId, {String? name, String? $fields})
→ Future<NodePool>
-
Retrieves the requested node pool.
-
list(String projectId, String zone, String clusterId, {String? parent, String? $fields})
→ Future<ListNodePoolsResponse>
-
Lists the node pools for a cluster.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
rollback(RollbackNodePoolUpgradeRequest request, String projectId, String zone, String clusterId, String nodePoolId, {String? $fields})
→ Future<Operation>
-
Rolls back a previously Aborted or Failed NodePool upgrade.
-
setManagement(SetNodePoolManagementRequest request, String projectId, String zone, String clusterId, String nodePoolId, {String? $fields})
→ Future<Operation>
-
Sets the NodeManagement options for a node pool.
-
setSize(SetNodePoolSizeRequest request, String projectId, String zone, String clusterId, String nodePoolId, {String? $fields})
→ Future<Operation>
-
Sets the size for a specific node pool.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(UpdateNodePoolRequest request, String projectId, String zone, String clusterId, String nodePoolId, {String? $fields})
→ Future<Operation>
-
Updates the version and/or image type for the specified node pool.