google-cloud-container-v1beta1 0.20.0 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95b827f4754aa1d1ea90316283cd8f963b096bdc15045fdb282398070fc92200
|
4
|
+
data.tar.gz: 8d0a29221510d640827eec5e86addd25acb149e01cbbed13037077cf2c86a370
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea96b9e3986410123a7a4e1101d4849f4ef33493a9c25c34420df96fcfbbe89096e12a31ae67b651ac0537ca2151e92581167bea249cabb3d1d2441855f8e97b
|
7
|
+
data.tar.gz: 1016b299148abccdc5b0d0c8b513179d43d6106b91a38d224f4b3fe7cb373bb2feef8d203e367d213dc46af3eaf94d147db6b1be368b913b7a3bee3062302361
|
@@ -177,6 +177,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
177
177
|
optional :kalm_config, :message, 12, "google.container.v1beta1.KalmConfig"
|
178
178
|
optional :gcp_filestore_csi_driver_config, :message, 14, "google.container.v1beta1.GcpFilestoreCsiDriverConfig"
|
179
179
|
optional :gke_backup_agent_config, :message, 16, "google.container.v1beta1.GkeBackupAgentConfig"
|
180
|
+
optional :gcs_fuse_csi_driver_config, :message, 17, "google.container.v1beta1.GcsFuseCsiDriverConfig"
|
180
181
|
end
|
181
182
|
add_message "google.container.v1beta1.HttpLoadBalancing" do
|
182
183
|
optional :disabled, :bool, 1
|
@@ -208,6 +209,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
208
209
|
add_message "google.container.v1beta1.GcpFilestoreCsiDriverConfig" do
|
209
210
|
optional :enabled, :bool, 1
|
210
211
|
end
|
212
|
+
add_message "google.container.v1beta1.GcsFuseCsiDriverConfig" do
|
213
|
+
optional :enabled, :bool, 1
|
214
|
+
end
|
211
215
|
add_message "google.container.v1beta1.PrivateClusterMasterGlobalAccessConfig" do
|
212
216
|
optional :enabled, :bool, 1
|
213
217
|
end
|
@@ -478,6 +482,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
478
482
|
optional :desired_gateway_api_config, :message, 114, "google.container.v1beta1.GatewayAPIConfig"
|
479
483
|
optional :etag, :string, 115
|
480
484
|
optional :desired_node_pool_logging_config, :message, 116, "google.container.v1beta1.NodePoolLoggingConfig"
|
485
|
+
optional :desired_fleet, :message, 117, "google.container.v1beta1.Fleet"
|
481
486
|
optional :desired_stack_type, :enum, 119, "google.container.v1beta1.StackType"
|
482
487
|
optional :additional_pod_ranges_config, :message, 120, "google.container.v1beta1.AdditionalPodRangesConfig"
|
483
488
|
optional :removed_additional_pod_ranges_config, :message, 121, "google.container.v1beta1.AdditionalPodRangesConfig"
|
@@ -1381,6 +1386,7 @@ module Google
|
|
1381
1386
|
ConfigConnectorConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.ConfigConnectorConfig").msgclass
|
1382
1387
|
GcePersistentDiskCsiDriverConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.GcePersistentDiskCsiDriverConfig").msgclass
|
1383
1388
|
GcpFilestoreCsiDriverConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.GcpFilestoreCsiDriverConfig").msgclass
|
1389
|
+
GcsFuseCsiDriverConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.GcsFuseCsiDriverConfig").msgclass
|
1384
1390
|
PrivateClusterMasterGlobalAccessConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.PrivateClusterMasterGlobalAccessConfig").msgclass
|
1385
1391
|
PrivateClusterConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.PrivateClusterConfig").msgclass
|
1386
1392
|
IstioConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.IstioConfig").msgclass
|
@@ -83,7 +83,7 @@ module Google
|
|
83
83
|
# long-running operation pattern.
|
84
84
|
# @!attribute [rw] new_issue_uri
|
85
85
|
# @return [::String]
|
86
|
-
# Link to a
|
86
|
+
# Link to a *public* URI where users can report issues. Example:
|
87
87
|
# https://issuetracker.google.com/issues/new?component=190865&template=1161103
|
88
88
|
# @!attribute [rw] documentation_uri
|
89
89
|
# @return [::String]
|
@@ -353,6 +353,15 @@ module Google
|
|
353
353
|
|
354
354
|
# Street View Org.
|
355
355
|
STREET_VIEW = 4
|
356
|
+
|
357
|
+
# Shopping Org.
|
358
|
+
SHOPPING = 5
|
359
|
+
|
360
|
+
# Geo Org.
|
361
|
+
GEO = 6
|
362
|
+
|
363
|
+
# Generative AI - https://developers.generativeai.google
|
364
|
+
GENERATIVE_AI = 7
|
356
365
|
end
|
357
366
|
|
358
367
|
# To where should client libraries be published?
|
@@ -817,6 +817,9 @@ module Google
|
|
817
817
|
# @!attribute [rw] gke_backup_agent_config
|
818
818
|
# @return [::Google::Cloud::Container::V1beta1::GkeBackupAgentConfig]
|
819
819
|
# Configuration for the Backup for GKE agent addon.
|
820
|
+
# @!attribute [rw] gcs_fuse_csi_driver_config
|
821
|
+
# @return [::Google::Cloud::Container::V1beta1::GcsFuseCsiDriverConfig]
|
822
|
+
# Configuration for the Cloud Storage Fuse CSI driver.
|
820
823
|
class AddonsConfig
|
821
824
|
include ::Google::Protobuf::MessageExts
|
822
825
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -921,6 +924,15 @@ module Google
|
|
921
924
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
922
925
|
end
|
923
926
|
|
927
|
+
# Configuration for the Cloud Storage Fuse CSI driver.
|
928
|
+
# @!attribute [rw] enabled
|
929
|
+
# @return [::Boolean]
|
930
|
+
# Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
|
931
|
+
class GcsFuseCsiDriverConfig
|
932
|
+
include ::Google::Protobuf::MessageExts
|
933
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
934
|
+
end
|
935
|
+
|
924
936
|
# Configuration for controlling master global access settings.
|
925
937
|
# @!attribute [rw] enabled
|
926
938
|
# @return [::Boolean]
|
@@ -2053,6 +2065,9 @@ module Google
|
|
2053
2065
|
# @!attribute [rw] desired_node_pool_logging_config
|
2054
2066
|
# @return [::Google::Cloud::Container::V1beta1::NodePoolLoggingConfig]
|
2055
2067
|
# The desired node pool logging configuration defaults for the cluster.
|
2068
|
+
# @!attribute [rw] desired_fleet
|
2069
|
+
# @return [::Google::Cloud::Container::V1beta1::Fleet]
|
2070
|
+
# The desired fleet configuration for the cluster.
|
2056
2071
|
# @!attribute [rw] desired_stack_type
|
2057
2072
|
# @return [::Google::Cloud::Container::V1beta1::StackType]
|
2058
2073
|
# The desired stack type of the cluster.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-container-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|