google-cloud-container-v1beta1 0.51.1 → 0.52.0
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.
- checksums.yaml +4 -4
- data/lib/google/cloud/container/v1beta1/cluster_manager/client.rb +103 -1
- data/lib/google/cloud/container/v1beta1/cluster_manager/paths.rb +19 -0
- data/lib/google/cloud/container/v1beta1/version.rb +1 -1
- data/lib/google/container/v1beta1/cluster_service_pb.rb +24 -1
- data/lib/google/container/v1beta1/cluster_service_services_pb.rb +3 -0
- data/proto_docs/google/container/v1beta1/cluster_service.rb +474 -12
- metadata +1 -1
|
@@ -140,6 +140,9 @@ module Google
|
|
|
140
140
|
rpc :FetchClusterUpgradeInfo, ::Google::Cloud::Container::V1beta1::FetchClusterUpgradeInfoRequest, ::Google::Cloud::Container::V1beta1::ClusterUpgradeInfo
|
|
141
141
|
# Fetch upgrade information of a specific nodepool.
|
|
142
142
|
rpc :FetchNodePoolUpgradeInfo, ::Google::Cloud::Container::V1beta1::FetchNodePoolUpgradeInfoRequest, ::Google::Cloud::Container::V1beta1::NodePoolUpgradeInfo
|
|
143
|
+
# CompleteControlPlaneUpgrade completes the rollback-safe upgrade by
|
|
144
|
+
# performing the step two upgrade for a specific cluster.
|
|
145
|
+
rpc :CompleteControlPlaneUpgrade, ::Google::Cloud::Container::V1beta1::CompleteControlPlaneUpgradeRequest, ::Google::Cloud::Container::V1beta1::Operation
|
|
143
146
|
end
|
|
144
147
|
|
|
145
148
|
Stub = Service.rpc_stub_class
|