google-cloud-container-v1 0.10.0 → 0.11.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 682d3acc1daa7b19d9509a9c25ae4ee9039201805ce2e0c2141c19c86a593fc6
|
4
|
+
data.tar.gz: bdc2a13086232a1cea08049d021b43c1bcd9e251da85688e432a86994736d9ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42e38bddc12a5e387074414658e3ec43728732d99058712c14e5da063f33a82b605e56bcd3363e305b5fc8fd92c0e9566130df86e0059dff48bfa0148d12d5ad
|
7
|
+
data.tar.gz: 8601503e390e461e7559aa723c06b6fab3508f69222f452f666b94b621afd5ac3c9fb0dc743fd9faf404530616d3d3eb9e611ca608656c68acf37099fd5daac5
|
@@ -137,6 +137,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
137
137
|
optional :config_connector_config, :message, 10, "google.container.v1.ConfigConnectorConfig"
|
138
138
|
optional :gce_persistent_disk_csi_driver_config, :message, 11, "google.container.v1.GcePersistentDiskCsiDriverConfig"
|
139
139
|
optional :gcp_filestore_csi_driver_config, :message, 14, "google.container.v1.GcpFilestoreCsiDriverConfig"
|
140
|
+
optional :gke_backup_agent_config, :message, 16, "google.container.v1.GkeBackupAgentConfig"
|
140
141
|
end
|
141
142
|
add_message "google.container.v1.HttpLoadBalancing" do
|
142
143
|
optional :disabled, :bool, 1
|
@@ -187,6 +188,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
187
188
|
add_message "google.container.v1.GcpFilestoreCsiDriverConfig" do
|
188
189
|
optional :enabled, :bool, 1
|
189
190
|
end
|
191
|
+
add_message "google.container.v1.GkeBackupAgentConfig" do
|
192
|
+
optional :enabled, :bool, 1
|
193
|
+
end
|
190
194
|
add_message "google.container.v1.MasterAuthorizedNetworksConfig" do
|
191
195
|
optional :enabled, :bool, 1
|
192
196
|
repeated :cidr_blocks, :message, 2, "google.container.v1.MasterAuthorizedNetworksConfig.CidrBlock"
|
@@ -229,6 +233,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
229
233
|
optional :services_ipv4_cidr_block, :string, 11
|
230
234
|
optional :tpu_ipv4_cidr_block, :string, 13
|
231
235
|
optional :use_routes, :bool, 15
|
236
|
+
optional :stack_type, :enum, 16, "google.container.v1.StackType"
|
237
|
+
optional :ipv6_access_type, :enum, 17, "google.container.v1.IPv6AccessType"
|
232
238
|
end
|
233
239
|
add_message "google.container.v1.Cluster" do
|
234
240
|
optional :name, :string, 1
|
@@ -265,6 +271,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
265
271
|
optional :release_channel, :message, 41, "google.container.v1.ReleaseChannel"
|
266
272
|
optional :workload_identity_config, :message, 43, "google.container.v1.WorkloadIdentityConfig"
|
267
273
|
optional :mesh_certificates, :message, 67, "google.container.v1.MeshCertificates"
|
274
|
+
optional :cost_management_config, :message, 45, "google.container.v1.CostManagementConfig"
|
268
275
|
optional :notification_config, :message, 49, "google.container.v1.NotificationConfig"
|
269
276
|
optional :confidential_nodes, :message, 50, "google.container.v1.ConfidentialNodes"
|
270
277
|
optional :identity_service_config, :message, 54, "google.container.v1.IdentityServiceConfig"
|
@@ -322,6 +329,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
322
329
|
optional :desired_workload_identity_config, :message, 47, "google.container.v1.WorkloadIdentityConfig"
|
323
330
|
optional :desired_mesh_certificates, :message, 67, "google.container.v1.MeshCertificates"
|
324
331
|
optional :desired_shielded_nodes, :message, 48, "google.container.v1.ShieldedNodes"
|
332
|
+
optional :desired_cost_management_config, :message, 49, "google.container.v1.CostManagementConfig"
|
325
333
|
optional :desired_dns_config, :message, 53, "google.container.v1.DNSConfig"
|
326
334
|
optional :desired_node_pool_autoscaling, :message, 9, "google.container.v1.NodePoolAutoscaling"
|
327
335
|
repeated :desired_locations, :string, 10
|
@@ -898,6 +906,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
898
906
|
value :REGULAR, 2
|
899
907
|
value :STABLE, 3
|
900
908
|
end
|
909
|
+
add_message "google.container.v1.CostManagementConfig" do
|
910
|
+
optional :enabled, :bool, 1
|
911
|
+
end
|
901
912
|
add_message "google.container.v1.IntraNodeVisibilityConfig" do
|
902
913
|
optional :enabled, :bool, 1
|
903
914
|
end
|
@@ -1100,6 +1111,16 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1100
1111
|
value :BLUE_GREEN, 2
|
1101
1112
|
value :SURGE, 3
|
1102
1113
|
end
|
1114
|
+
add_enum "google.container.v1.StackType" do
|
1115
|
+
value :STACK_TYPE_UNSPECIFIED, 0
|
1116
|
+
value :IPV4, 1
|
1117
|
+
value :IPV4_IPV6, 2
|
1118
|
+
end
|
1119
|
+
add_enum "google.container.v1.IPv6AccessType" do
|
1120
|
+
value :IPV6_ACCESS_TYPE_UNSPECIFIED, 0
|
1121
|
+
value :INTERNAL, 1
|
1122
|
+
value :EXTERNAL, 2
|
1123
|
+
end
|
1103
1124
|
end
|
1104
1125
|
end
|
1105
1126
|
|
@@ -1141,6 +1162,7 @@ module Google
|
|
1141
1162
|
ConfigConnectorConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.ConfigConnectorConfig").msgclass
|
1142
1163
|
GcePersistentDiskCsiDriverConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.GcePersistentDiskCsiDriverConfig").msgclass
|
1143
1164
|
GcpFilestoreCsiDriverConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.GcpFilestoreCsiDriverConfig").msgclass
|
1165
|
+
GkeBackupAgentConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.GkeBackupAgentConfig").msgclass
|
1144
1166
|
MasterAuthorizedNetworksConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.MasterAuthorizedNetworksConfig").msgclass
|
1145
1167
|
MasterAuthorizedNetworksConfig::CidrBlock = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.MasterAuthorizedNetworksConfig.CidrBlock").msgclass
|
1146
1168
|
LegacyAbac = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.LegacyAbac").msgclass
|
@@ -1236,6 +1258,7 @@ module Google
|
|
1236
1258
|
GetJSONWebKeysResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.GetJSONWebKeysResponse").msgclass
|
1237
1259
|
ReleaseChannel = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.ReleaseChannel").msgclass
|
1238
1260
|
ReleaseChannel::Channel = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.ReleaseChannel.Channel").enummodule
|
1261
|
+
CostManagementConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.CostManagementConfig").msgclass
|
1239
1262
|
IntraNodeVisibilityConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.IntraNodeVisibilityConfig").msgclass
|
1240
1263
|
ILBSubsettingConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.ILBSubsettingConfig").msgclass
|
1241
1264
|
DNSConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.DNSConfig").msgclass
|
@@ -1282,6 +1305,8 @@ module Google
|
|
1282
1305
|
UpgradeResourceType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.UpgradeResourceType").enummodule
|
1283
1306
|
DatapathProvider = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.DatapathProvider").enummodule
|
1284
1307
|
NodePoolUpdateStrategy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.NodePoolUpdateStrategy").enummodule
|
1308
|
+
StackType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.StackType").enummodule
|
1309
|
+
IPv6AccessType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.IPv6AccessType").enummodule
|
1285
1310
|
end
|
1286
1311
|
end
|
1287
1312
|
end
|
@@ -643,6 +643,9 @@ module Google
|
|
643
643
|
# @!attribute [rw] gcp_filestore_csi_driver_config
|
644
644
|
# @return [::Google::Cloud::Container::V1::GcpFilestoreCsiDriverConfig]
|
645
645
|
# Configuration for the GCP Filestore CSI driver.
|
646
|
+
# @!attribute [rw] gke_backup_agent_config
|
647
|
+
# @return [::Google::Cloud::Container::V1::GkeBackupAgentConfig]
|
648
|
+
# Configuration for the Backup for GKE agent addon.
|
646
649
|
class AddonsConfig
|
647
650
|
include ::Google::Protobuf::MessageExts
|
648
651
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -808,6 +811,15 @@ module Google
|
|
808
811
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
809
812
|
end
|
810
813
|
|
814
|
+
# Configuration for the Backup for GKE Agent.
|
815
|
+
# @!attribute [rw] enabled
|
816
|
+
# @return [::Boolean]
|
817
|
+
# Whether the Backup for GKE agent is enabled for this cluster.
|
818
|
+
class GkeBackupAgentConfig
|
819
|
+
include ::Google::Protobuf::MessageExts
|
820
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
821
|
+
end
|
822
|
+
|
811
823
|
# Configuration options for the master authorized networks feature. Enabled
|
812
824
|
# master authorized networks will disallow all external traffic to access
|
813
825
|
# Kubernetes master through HTTPS except traffic from the given CIDR blocks,
|
@@ -1018,6 +1030,12 @@ module Google
|
|
1018
1030
|
# This is used in conjunction with use_ip_aliases. It cannot be true if
|
1019
1031
|
# use_ip_aliases is true. If both use_ip_aliases and use_routes are false,
|
1020
1032
|
# then the server picks the default IP allocation mode
|
1033
|
+
# @!attribute [rw] stack_type
|
1034
|
+
# @return [::Google::Cloud::Container::V1::StackType]
|
1035
|
+
# The IP stack type of the cluster
|
1036
|
+
# @!attribute [rw] ipv6_access_type
|
1037
|
+
# @return [::Google::Cloud::Container::V1::IPv6AccessType]
|
1038
|
+
# The ipv6 access type (internal or external) when create_subnetwork is true
|
1021
1039
|
class IPAllocationPolicy
|
1022
1040
|
include ::Google::Protobuf::MessageExts
|
1023
1041
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -1206,6 +1224,9 @@ module Google
|
|
1206
1224
|
# @return [::Google::Cloud::Container::V1::MeshCertificates]
|
1207
1225
|
# Configuration for issuance of mTLS keys and certificates to Kubernetes
|
1208
1226
|
# pods.
|
1227
|
+
# @!attribute [rw] cost_management_config
|
1228
|
+
# @return [::Google::Cloud::Container::V1::CostManagementConfig]
|
1229
|
+
# Configuration for the fine-grained cost management feature.
|
1209
1230
|
# @!attribute [rw] notification_config
|
1210
1231
|
# @return [::Google::Cloud::Container::V1::NotificationConfig]
|
1211
1232
|
# Notification configuration of the cluster.
|
@@ -1463,6 +1484,9 @@ module Google
|
|
1463
1484
|
# @!attribute [rw] desired_shielded_nodes
|
1464
1485
|
# @return [::Google::Cloud::Container::V1::ShieldedNodes]
|
1465
1486
|
# Configuration for Shielded Nodes.
|
1487
|
+
# @!attribute [rw] desired_cost_management_config
|
1488
|
+
# @return [::Google::Cloud::Container::V1::CostManagementConfig]
|
1489
|
+
# The desired configuration for the fine-grained cost management feature.
|
1466
1490
|
# @!attribute [rw] desired_dns_config
|
1467
1491
|
# @return [::Google::Cloud::Container::V1::DNSConfig]
|
1468
1492
|
# DNSConfig contains clusterDNS config for this cluster.
|
@@ -3741,6 +3765,15 @@ module Google
|
|
3741
3765
|
end
|
3742
3766
|
end
|
3743
3767
|
|
3768
|
+
# Configuration for fine-grained cost management feature.
|
3769
|
+
# @!attribute [rw] enabled
|
3770
|
+
# @return [::Boolean]
|
3771
|
+
# Whether the feature is enabled or not.
|
3772
|
+
class CostManagementConfig
|
3773
|
+
include ::Google::Protobuf::MessageExts
|
3774
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
3775
|
+
end
|
3776
|
+
|
3744
3777
|
# IntraNodeVisibilityConfig contains the desired config of the intra-node
|
3745
3778
|
# visibility on this cluster.
|
3746
3779
|
# @!attribute [rw] enabled
|
@@ -4386,6 +4419,30 @@ module Google
|
|
4386
4419
|
# max_surge and max_unavailable determines the level of upgrade parallelism.
|
4387
4420
|
SURGE = 3
|
4388
4421
|
end
|
4422
|
+
|
4423
|
+
# Possible values for IP stack type
|
4424
|
+
module StackType
|
4425
|
+
# Default value, will be defaulted as IPV4 only
|
4426
|
+
STACK_TYPE_UNSPECIFIED = 0
|
4427
|
+
|
4428
|
+
# Cluster is IPV4 only
|
4429
|
+
IPV4 = 1
|
4430
|
+
|
4431
|
+
# Cluster can use both IPv4 and IPv6
|
4432
|
+
IPV4_IPV6 = 2
|
4433
|
+
end
|
4434
|
+
|
4435
|
+
# Possible values for IPv6 access type
|
4436
|
+
module IPv6AccessType
|
4437
|
+
# Default value, will be defaulted as type external.
|
4438
|
+
IPV6_ACCESS_TYPE_UNSPECIFIED = 0
|
4439
|
+
|
4440
|
+
# Access type internal (all v6 addresses are internal IPs)
|
4441
|
+
INTERNAL = 1
|
4442
|
+
|
4443
|
+
# Access type external (all v6 addresses are external IPs)
|
4444
|
+
EXTERNAL = 2
|
4445
|
+
end
|
4389
4446
|
end
|
4390
4447
|
end
|
4391
4448
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-container-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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: 2022-
|
11
|
+
date: 2022-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.12'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.12'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|