ProjectsLocationsClustersNodePoolsResource class

Constructors

ProjectsLocationsClustersNodePoolsResource(ApiRequester client)

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

completeUpgrade(CompleteNodePoolUpgradeRequest request, String name, {String? $fields}) Future<Empty>
CompleteNodePoolUpgrade will signal an on-going node pool upgrade to complete.
create(CreateNodePoolRequest request, String parent, {String? $fields}) Future<Operation>
Creates a node pool for a cluster.
delete(String name, {String? clusterId, String? nodePoolId, String? projectId, String? zone, String? $fields}) Future<Operation>
Deletes a node pool from a cluster.
get(String name, {String? clusterId, String? nodePoolId, String? projectId, String? zone, String? $fields}) Future<NodePool>
Retrieves the requested node pool.
list(String parent, {String? clusterId, String? projectId, String? zone, 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 name, {String? $fields}) Future<Operation>
Rolls back a previously Aborted or Failed NodePool upgrade.
setAutoscaling(SetNodePoolAutoscalingRequest request, String name, {String? $fields}) Future<Operation>
Sets the autoscaling settings for the specified node pool.
setManagement(SetNodePoolManagementRequest request, String name, {String? $fields}) Future<Operation>
Sets the NodeManagement options for a node pool.
setSize(SetNodePoolSizeRequest request, String name, {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 name, {String? $fields}) Future<Operation>
Updates the version and/or image type for the specified node pool.

Operators

operator ==(Object other) bool
The equality operator.
inherited