google-cloud-container-v1 0.7.3 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -107,6 +107,9 @@ module Google
107
107
  rpc :CreateNodePool, ::Google::Cloud::Container::V1::CreateNodePoolRequest, ::Google::Cloud::Container::V1::Operation
108
108
  # Deletes a node pool from a cluster.
109
109
  rpc :DeleteNodePool, ::Google::Cloud::Container::V1::DeleteNodePoolRequest, ::Google::Cloud::Container::V1::Operation
110
+ # CompleteNodePoolUpgrade will signal an on-going node pool upgrade to
111
+ # complete.
112
+ rpc :CompleteNodePoolUpgrade, ::Google::Cloud::Container::V1::CompleteNodePoolUpgradeRequest, ::Google::Protobuf::Empty
110
113
  # Rolls back a previously Aborted or Failed NodePool upgrade.
111
114
  # This makes no changes if the last upgrade successfully completed.
112
115
  rpc :RollbackNodePoolUpgrade, ::Google::Cloud::Container::V1::RollbackNodePoolUpgradeRequest, ::Google::Cloud::Container::V1::Operation
@@ -120,7 +123,9 @@ module Google
120
123
  rpc :StartIPRotation, ::Google::Cloud::Container::V1::StartIPRotationRequest, ::Google::Cloud::Container::V1::Operation
121
124
  # Completes master IP rotation.
122
125
  rpc :CompleteIPRotation, ::Google::Cloud::Container::V1::CompleteIPRotationRequest, ::Google::Cloud::Container::V1::Operation
123
- # Sets the size for a specific node pool.
126
+ # Sets the size for a specific node pool. The new size will be used for all
127
+ # replicas, including future replicas created by modifying
128
+ # [NodePool.locations][google.container.v1.NodePool.locations].
124
129
  rpc :SetNodePoolSize, ::Google::Cloud::Container::V1::SetNodePoolSizeRequest, ::Google::Cloud::Container::V1::Operation
125
130
  # Enables or disables Network Policy for a cluster.
126
131
  rpc :SetNetworkPolicy, ::Google::Cloud::Container::V1::SetNetworkPolicyRequest, ::Google::Cloud::Container::V1::Operation