google-cloud-container-v1beta1 0.21.1 → 0.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/container/v1beta1/cluster_manager/client.rb +98 -2
- data/lib/google/cloud/container/v1beta1/version.rb +1 -1
- data/lib/google/container/v1beta1/cluster_service_pb.rb +38 -1325
- data/lib/google/container/v1beta1/cluster_service_services_pb.rb +3 -0
- data/proto_docs/google/container/v1beta1/cluster_service.rb +153 -0
- data/proto_docs/google/protobuf/any.rb +7 -4
- data/proto_docs/google/protobuf/timestamp.rb +1 -3
- metadata +4 -4
@@ -1,3 +1,4 @@
|
|
1
|
+
# frozen_string_literal: true
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
3
|
# source: google/container/v1beta1/cluster_service.proto
|
3
4
|
|
@@ -15,1333 +16,36 @@ require 'google/rpc/code_pb'
|
|
15
16
|
require 'google/rpc/status_pb'
|
16
17
|
require 'google/type/date_pb'
|
17
18
|
|
18
|
-
|
19
|
-
add_file("google/container/v1beta1/cluster_service.proto", :syntax => :proto3) do
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
optional :machine_type, :string, 1
|
45
|
-
optional :disk_size_gb, :int32, 2
|
46
|
-
repeated :oauth_scopes, :string, 3
|
47
|
-
optional :service_account, :string, 9
|
48
|
-
map :metadata, :string, :string, 4
|
49
|
-
optional :image_type, :string, 5
|
50
|
-
map :labels, :string, :string, 6
|
51
|
-
optional :local_ssd_count, :int32, 7
|
52
|
-
repeated :tags, :string, 8
|
53
|
-
optional :preemptible, :bool, 10
|
54
|
-
repeated :accelerators, :message, 11, "google.container.v1beta1.AcceleratorConfig"
|
55
|
-
optional :sandbox_config, :message, 17, "google.container.v1beta1.SandboxConfig"
|
56
|
-
optional :node_group, :string, 18
|
57
|
-
optional :reservation_affinity, :message, 19, "google.container.v1beta1.ReservationAffinity"
|
58
|
-
optional :disk_type, :string, 12
|
59
|
-
optional :min_cpu_platform, :string, 13
|
60
|
-
optional :workload_metadata_config, :message, 14, "google.container.v1beta1.WorkloadMetadataConfig"
|
61
|
-
repeated :taints, :message, 15, "google.container.v1beta1.NodeTaint"
|
62
|
-
optional :boot_disk_kms_key, :string, 23
|
63
|
-
optional :shielded_instance_config, :message, 20, "google.container.v1beta1.ShieldedInstanceConfig"
|
64
|
-
optional :linux_node_config, :message, 21, "google.container.v1beta1.LinuxNodeConfig"
|
65
|
-
optional :kubelet_config, :message, 22, "google.container.v1beta1.NodeKubeletConfig"
|
66
|
-
optional :ephemeral_storage_config, :message, 24, "google.container.v1beta1.EphemeralStorageConfig"
|
67
|
-
optional :gcfs_config, :message, 25, "google.container.v1beta1.GcfsConfig"
|
68
|
-
optional :advanced_machine_features, :message, 26, "google.container.v1beta1.AdvancedMachineFeatures"
|
69
|
-
optional :gvnic, :message, 29, "google.container.v1beta1.VirtualNIC"
|
70
|
-
optional :spot, :bool, 32
|
71
|
-
optional :confidential_nodes, :message, 35, "google.container.v1beta1.ConfidentialNodes"
|
72
|
-
proto3_optional :fast_socket, :message, 36, "google.container.v1beta1.FastSocket"
|
73
|
-
map :resource_labels, :string, :string, 37
|
74
|
-
optional :logging_config, :message, 38, "google.container.v1beta1.NodePoolLoggingConfig"
|
75
|
-
optional :windows_node_config, :message, 39, "google.container.v1beta1.WindowsNodeConfig"
|
76
|
-
optional :local_nvme_ssd_block_config, :message, 40, "google.container.v1beta1.LocalNvmeSsdBlockConfig"
|
77
|
-
optional :ephemeral_storage_local_ssd_config, :message, 41, "google.container.v1beta1.EphemeralStorageLocalSsdConfig"
|
78
|
-
end
|
79
|
-
add_message "google.container.v1beta1.AdvancedMachineFeatures" do
|
80
|
-
proto3_optional :threads_per_core, :int64, 1
|
81
|
-
end
|
82
|
-
add_message "google.container.v1beta1.NodeNetworkConfig" do
|
83
|
-
optional :create_pod_range, :bool, 4
|
84
|
-
optional :pod_range, :string, 5
|
85
|
-
optional :pod_ipv4_cidr_block, :string, 6
|
86
|
-
proto3_optional :enable_private_nodes, :bool, 9
|
87
|
-
proto3_optional :network_performance_config, :message, 11, "google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig"
|
88
|
-
optional :pod_cidr_overprovision_config, :message, 13, "google.container.v1beta1.PodCIDROverprovisionConfig"
|
89
|
-
end
|
90
|
-
add_message "google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig" do
|
91
|
-
proto3_optional :total_egress_bandwidth_tier, :enum, 1, "google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.Tier"
|
92
|
-
proto3_optional :external_ip_egress_bandwidth_tier, :enum, 2, "google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.Tier"
|
93
|
-
end
|
94
|
-
add_enum "google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.Tier" do
|
95
|
-
value :TIER_UNSPECIFIED, 0
|
96
|
-
value :TIER_1, 1
|
97
|
-
end
|
98
|
-
add_message "google.container.v1beta1.ShieldedInstanceConfig" do
|
99
|
-
optional :enable_secure_boot, :bool, 1
|
100
|
-
optional :enable_integrity_monitoring, :bool, 2
|
101
|
-
end
|
102
|
-
add_message "google.container.v1beta1.SandboxConfig" do
|
103
|
-
optional :sandbox_type, :string, 1
|
104
|
-
optional :type, :enum, 2, "google.container.v1beta1.SandboxConfig.Type"
|
105
|
-
end
|
106
|
-
add_enum "google.container.v1beta1.SandboxConfig.Type" do
|
107
|
-
value :UNSPECIFIED, 0
|
108
|
-
value :GVISOR, 1
|
109
|
-
end
|
110
|
-
add_message "google.container.v1beta1.EphemeralStorageConfig" do
|
111
|
-
optional :local_ssd_count, :int32, 1
|
112
|
-
end
|
113
|
-
add_message "google.container.v1beta1.LocalNvmeSsdBlockConfig" do
|
114
|
-
optional :local_ssd_count, :int32, 1
|
115
|
-
end
|
116
|
-
add_message "google.container.v1beta1.EphemeralStorageLocalSsdConfig" do
|
117
|
-
optional :local_ssd_count, :int32, 1
|
118
|
-
end
|
119
|
-
add_message "google.container.v1beta1.GcfsConfig" do
|
120
|
-
optional :enabled, :bool, 1
|
121
|
-
end
|
122
|
-
add_message "google.container.v1beta1.ReservationAffinity" do
|
123
|
-
optional :consume_reservation_type, :enum, 1, "google.container.v1beta1.ReservationAffinity.Type"
|
124
|
-
optional :key, :string, 2
|
125
|
-
repeated :values, :string, 3
|
126
|
-
end
|
127
|
-
add_enum "google.container.v1beta1.ReservationAffinity.Type" do
|
128
|
-
value :UNSPECIFIED, 0
|
129
|
-
value :NO_RESERVATION, 1
|
130
|
-
value :ANY_RESERVATION, 2
|
131
|
-
value :SPECIFIC_RESERVATION, 3
|
132
|
-
end
|
133
|
-
add_message "google.container.v1beta1.NodeTaint" do
|
134
|
-
optional :key, :string, 1
|
135
|
-
optional :value, :string, 2
|
136
|
-
optional :effect, :enum, 3, "google.container.v1beta1.NodeTaint.Effect"
|
137
|
-
end
|
138
|
-
add_enum "google.container.v1beta1.NodeTaint.Effect" do
|
139
|
-
value :EFFECT_UNSPECIFIED, 0
|
140
|
-
value :NO_SCHEDULE, 1
|
141
|
-
value :PREFER_NO_SCHEDULE, 2
|
142
|
-
value :NO_EXECUTE, 3
|
143
|
-
end
|
144
|
-
add_message "google.container.v1beta1.NodeTaints" do
|
145
|
-
repeated :taints, :message, 1, "google.container.v1beta1.NodeTaint"
|
146
|
-
end
|
147
|
-
add_message "google.container.v1beta1.NodeLabels" do
|
148
|
-
map :labels, :string, :string, 1
|
149
|
-
end
|
150
|
-
add_message "google.container.v1beta1.ResourceLabels" do
|
151
|
-
map :labels, :string, :string, 1
|
152
|
-
end
|
153
|
-
add_message "google.container.v1beta1.NetworkTags" do
|
154
|
-
repeated :tags, :string, 1
|
155
|
-
end
|
156
|
-
add_message "google.container.v1beta1.MasterAuth" do
|
157
|
-
optional :username, :string, 1
|
158
|
-
optional :password, :string, 2
|
159
|
-
optional :client_certificate_config, :message, 3, "google.container.v1beta1.ClientCertificateConfig"
|
160
|
-
optional :cluster_ca_certificate, :string, 100
|
161
|
-
optional :client_certificate, :string, 101
|
162
|
-
optional :client_key, :string, 102
|
163
|
-
end
|
164
|
-
add_message "google.container.v1beta1.ClientCertificateConfig" do
|
165
|
-
optional :issue_client_certificate, :bool, 1
|
166
|
-
end
|
167
|
-
add_message "google.container.v1beta1.AddonsConfig" do
|
168
|
-
optional :http_load_balancing, :message, 1, "google.container.v1beta1.HttpLoadBalancing"
|
169
|
-
optional :horizontal_pod_autoscaling, :message, 2, "google.container.v1beta1.HorizontalPodAutoscaling"
|
170
|
-
optional :kubernetes_dashboard, :message, 3, "google.container.v1beta1.KubernetesDashboard"
|
171
|
-
optional :network_policy_config, :message, 4, "google.container.v1beta1.NetworkPolicyConfig"
|
172
|
-
optional :istio_config, :message, 5, "google.container.v1beta1.IstioConfig"
|
173
|
-
optional :cloud_run_config, :message, 7, "google.container.v1beta1.CloudRunConfig"
|
174
|
-
optional :dns_cache_config, :message, 8, "google.container.v1beta1.DnsCacheConfig"
|
175
|
-
optional :config_connector_config, :message, 10, "google.container.v1beta1.ConfigConnectorConfig"
|
176
|
-
optional :gce_persistent_disk_csi_driver_config, :message, 11, "google.container.v1beta1.GcePersistentDiskCsiDriverConfig"
|
177
|
-
optional :kalm_config, :message, 12, "google.container.v1beta1.KalmConfig"
|
178
|
-
optional :gcp_filestore_csi_driver_config, :message, 14, "google.container.v1beta1.GcpFilestoreCsiDriverConfig"
|
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"
|
181
|
-
end
|
182
|
-
add_message "google.container.v1beta1.HttpLoadBalancing" do
|
183
|
-
optional :disabled, :bool, 1
|
184
|
-
end
|
185
|
-
add_message "google.container.v1beta1.HorizontalPodAutoscaling" do
|
186
|
-
optional :disabled, :bool, 1
|
187
|
-
end
|
188
|
-
add_message "google.container.v1beta1.KubernetesDashboard" do
|
189
|
-
optional :disabled, :bool, 1
|
190
|
-
end
|
191
|
-
add_message "google.container.v1beta1.NetworkPolicyConfig" do
|
192
|
-
optional :disabled, :bool, 1
|
193
|
-
end
|
194
|
-
add_message "google.container.v1beta1.DnsCacheConfig" do
|
195
|
-
optional :enabled, :bool, 1
|
196
|
-
end
|
197
|
-
add_message "google.container.v1beta1.KalmConfig" do
|
198
|
-
optional :enabled, :bool, 1
|
199
|
-
end
|
200
|
-
add_message "google.container.v1beta1.GkeBackupAgentConfig" do
|
201
|
-
optional :enabled, :bool, 1
|
202
|
-
end
|
203
|
-
add_message "google.container.v1beta1.ConfigConnectorConfig" do
|
204
|
-
optional :enabled, :bool, 1
|
205
|
-
end
|
206
|
-
add_message "google.container.v1beta1.GcePersistentDiskCsiDriverConfig" do
|
207
|
-
optional :enabled, :bool, 1
|
208
|
-
end
|
209
|
-
add_message "google.container.v1beta1.GcpFilestoreCsiDriverConfig" do
|
210
|
-
optional :enabled, :bool, 1
|
211
|
-
end
|
212
|
-
add_message "google.container.v1beta1.GcsFuseCsiDriverConfig" do
|
213
|
-
optional :enabled, :bool, 1
|
214
|
-
end
|
215
|
-
add_message "google.container.v1beta1.PrivateClusterMasterGlobalAccessConfig" do
|
216
|
-
optional :enabled, :bool, 1
|
217
|
-
end
|
218
|
-
add_message "google.container.v1beta1.PrivateClusterConfig" do
|
219
|
-
optional :enable_private_nodes, :bool, 1
|
220
|
-
optional :enable_private_endpoint, :bool, 2
|
221
|
-
optional :master_ipv4_cidr_block, :string, 3
|
222
|
-
optional :private_endpoint, :string, 4
|
223
|
-
optional :public_endpoint, :string, 5
|
224
|
-
optional :peering_name, :string, 7
|
225
|
-
optional :master_global_access_config, :message, 8, "google.container.v1beta1.PrivateClusterMasterGlobalAccessConfig"
|
226
|
-
optional :private_endpoint_subnetwork, :string, 10
|
227
|
-
end
|
228
|
-
add_message "google.container.v1beta1.IstioConfig" do
|
229
|
-
optional :disabled, :bool, 1
|
230
|
-
optional :auth, :enum, 2, "google.container.v1beta1.IstioConfig.IstioAuthMode"
|
231
|
-
end
|
232
|
-
add_enum "google.container.v1beta1.IstioConfig.IstioAuthMode" do
|
233
|
-
value :AUTH_NONE, 0
|
234
|
-
value :AUTH_MUTUAL_TLS, 1
|
235
|
-
end
|
236
|
-
add_message "google.container.v1beta1.CloudRunConfig" do
|
237
|
-
optional :disabled, :bool, 1
|
238
|
-
optional :load_balancer_type, :enum, 3, "google.container.v1beta1.CloudRunConfig.LoadBalancerType"
|
239
|
-
end
|
240
|
-
add_enum "google.container.v1beta1.CloudRunConfig.LoadBalancerType" do
|
241
|
-
value :LOAD_BALANCER_TYPE_UNSPECIFIED, 0
|
242
|
-
value :LOAD_BALANCER_TYPE_EXTERNAL, 1
|
243
|
-
value :LOAD_BALANCER_TYPE_INTERNAL, 2
|
244
|
-
end
|
245
|
-
add_message "google.container.v1beta1.MasterAuthorizedNetworksConfig" do
|
246
|
-
optional :enabled, :bool, 1
|
247
|
-
repeated :cidr_blocks, :message, 2, "google.container.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock"
|
248
|
-
proto3_optional :gcp_public_cidrs_access_enabled, :bool, 3
|
249
|
-
end
|
250
|
-
add_message "google.container.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock" do
|
251
|
-
optional :display_name, :string, 1
|
252
|
-
optional :cidr_block, :string, 2
|
253
|
-
end
|
254
|
-
add_message "google.container.v1beta1.LegacyAbac" do
|
255
|
-
optional :enabled, :bool, 1
|
256
|
-
end
|
257
|
-
add_message "google.container.v1beta1.NetworkPolicy" do
|
258
|
-
optional :provider, :enum, 1, "google.container.v1beta1.NetworkPolicy.Provider"
|
259
|
-
optional :enabled, :bool, 2
|
260
|
-
end
|
261
|
-
add_enum "google.container.v1beta1.NetworkPolicy.Provider" do
|
262
|
-
value :PROVIDER_UNSPECIFIED, 0
|
263
|
-
value :CALICO, 1
|
264
|
-
end
|
265
|
-
add_message "google.container.v1beta1.PodCIDROverprovisionConfig" do
|
266
|
-
optional :disable, :bool, 1
|
267
|
-
end
|
268
|
-
add_message "google.container.v1beta1.IPAllocationPolicy" do
|
269
|
-
optional :use_ip_aliases, :bool, 1
|
270
|
-
optional :create_subnetwork, :bool, 2
|
271
|
-
optional :subnetwork_name, :string, 3
|
272
|
-
optional :cluster_ipv4_cidr, :string, 4
|
273
|
-
optional :node_ipv4_cidr, :string, 5
|
274
|
-
optional :services_ipv4_cidr, :string, 6
|
275
|
-
optional :cluster_secondary_range_name, :string, 7
|
276
|
-
optional :services_secondary_range_name, :string, 8
|
277
|
-
optional :cluster_ipv4_cidr_block, :string, 9
|
278
|
-
optional :node_ipv4_cidr_block, :string, 10
|
279
|
-
optional :services_ipv4_cidr_block, :string, 11
|
280
|
-
optional :allow_route_overlap, :bool, 12
|
281
|
-
optional :tpu_ipv4_cidr_block, :string, 13
|
282
|
-
optional :use_routes, :bool, 15
|
283
|
-
optional :stack_type, :enum, 16, "google.container.v1beta1.IPAllocationPolicy.StackType"
|
284
|
-
optional :ipv6_access_type, :enum, 17, "google.container.v1beta1.IPAllocationPolicy.IPv6AccessType"
|
285
|
-
optional :pod_cidr_overprovision_config, :message, 21, "google.container.v1beta1.PodCIDROverprovisionConfig"
|
286
|
-
optional :subnet_ipv6_cidr_block, :string, 22
|
287
|
-
optional :services_ipv6_cidr_block, :string, 23
|
288
|
-
optional :additional_pod_ranges_config, :message, 24, "google.container.v1beta1.AdditionalPodRangesConfig"
|
289
|
-
end
|
290
|
-
add_enum "google.container.v1beta1.IPAllocationPolicy.StackType" do
|
291
|
-
value :STACK_TYPE_UNSPECIFIED, 0
|
292
|
-
value :IPV4, 1
|
293
|
-
value :IPV4_IPV6, 2
|
294
|
-
end
|
295
|
-
add_enum "google.container.v1beta1.IPAllocationPolicy.IPv6AccessType" do
|
296
|
-
value :IPV6_ACCESS_TYPE_UNSPECIFIED, 0
|
297
|
-
value :INTERNAL, 1
|
298
|
-
value :EXTERNAL, 2
|
299
|
-
end
|
300
|
-
add_message "google.container.v1beta1.BinaryAuthorization" do
|
301
|
-
optional :enabled, :bool, 1
|
302
|
-
optional :evaluation_mode, :enum, 2, "google.container.v1beta1.BinaryAuthorization.EvaluationMode"
|
303
|
-
end
|
304
|
-
add_enum "google.container.v1beta1.BinaryAuthorization.EvaluationMode" do
|
305
|
-
value :EVALUATION_MODE_UNSPECIFIED, 0
|
306
|
-
value :DISABLED, 1
|
307
|
-
value :PROJECT_SINGLETON_POLICY_ENFORCE, 2
|
308
|
-
end
|
309
|
-
add_message "google.container.v1beta1.PodSecurityPolicyConfig" do
|
310
|
-
optional :enabled, :bool, 1
|
311
|
-
end
|
312
|
-
add_message "google.container.v1beta1.AuthenticatorGroupsConfig" do
|
313
|
-
optional :enabled, :bool, 1
|
314
|
-
optional :security_group, :string, 2
|
315
|
-
end
|
316
|
-
add_message "google.container.v1beta1.ClusterTelemetry" do
|
317
|
-
optional :type, :enum, 1, "google.container.v1beta1.ClusterTelemetry.Type"
|
318
|
-
end
|
319
|
-
add_enum "google.container.v1beta1.ClusterTelemetry.Type" do
|
320
|
-
value :UNSPECIFIED, 0
|
321
|
-
value :DISABLED, 1
|
322
|
-
value :ENABLED, 2
|
323
|
-
value :SYSTEM_ONLY, 3
|
324
|
-
end
|
325
|
-
add_message "google.container.v1beta1.Cluster" do
|
326
|
-
optional :name, :string, 1
|
327
|
-
optional :description, :string, 2
|
328
|
-
optional :initial_node_count, :int32, 3
|
329
|
-
optional :node_config, :message, 4, "google.container.v1beta1.NodeConfig"
|
330
|
-
optional :master_auth, :message, 5, "google.container.v1beta1.MasterAuth"
|
331
|
-
optional :logging_service, :string, 6
|
332
|
-
optional :monitoring_service, :string, 7
|
333
|
-
optional :network, :string, 8
|
334
|
-
optional :cluster_ipv4_cidr, :string, 9
|
335
|
-
optional :addons_config, :message, 10, "google.container.v1beta1.AddonsConfig"
|
336
|
-
optional :subnetwork, :string, 11
|
337
|
-
repeated :node_pools, :message, 12, "google.container.v1beta1.NodePool"
|
338
|
-
repeated :locations, :string, 13
|
339
|
-
optional :enable_kubernetes_alpha, :bool, 14
|
340
|
-
map :resource_labels, :string, :string, 15
|
341
|
-
optional :label_fingerprint, :string, 16
|
342
|
-
optional :legacy_abac, :message, 18, "google.container.v1beta1.LegacyAbac"
|
343
|
-
optional :network_policy, :message, 19, "google.container.v1beta1.NetworkPolicy"
|
344
|
-
optional :ip_allocation_policy, :message, 20, "google.container.v1beta1.IPAllocationPolicy"
|
345
|
-
optional :master_authorized_networks_config, :message, 22, "google.container.v1beta1.MasterAuthorizedNetworksConfig"
|
346
|
-
optional :maintenance_policy, :message, 23, "google.container.v1beta1.MaintenancePolicy"
|
347
|
-
optional :binary_authorization, :message, 24, "google.container.v1beta1.BinaryAuthorization"
|
348
|
-
optional :pod_security_policy_config, :message, 25, "google.container.v1beta1.PodSecurityPolicyConfig"
|
349
|
-
optional :autoscaling, :message, 26, "google.container.v1beta1.ClusterAutoscaling"
|
350
|
-
optional :network_config, :message, 27, "google.container.v1beta1.NetworkConfig"
|
351
|
-
optional :private_cluster, :bool, 28
|
352
|
-
optional :master_ipv4_cidr_block, :string, 29
|
353
|
-
optional :default_max_pods_constraint, :message, 30, "google.container.v1beta1.MaxPodsConstraint"
|
354
|
-
optional :resource_usage_export_config, :message, 33, "google.container.v1beta1.ResourceUsageExportConfig"
|
355
|
-
optional :authenticator_groups_config, :message, 34, "google.container.v1beta1.AuthenticatorGroupsConfig"
|
356
|
-
optional :private_cluster_config, :message, 37, "google.container.v1beta1.PrivateClusterConfig"
|
357
|
-
optional :vertical_pod_autoscaling, :message, 39, "google.container.v1beta1.VerticalPodAutoscaling"
|
358
|
-
optional :shielded_nodes, :message, 40, "google.container.v1beta1.ShieldedNodes"
|
359
|
-
optional :release_channel, :message, 41, "google.container.v1beta1.ReleaseChannel"
|
360
|
-
optional :workload_identity_config, :message, 43, "google.container.v1beta1.WorkloadIdentityConfig"
|
361
|
-
optional :workload_certificates, :message, 52, "google.container.v1beta1.WorkloadCertificates"
|
362
|
-
optional :mesh_certificates, :message, 67, "google.container.v1beta1.MeshCertificates"
|
363
|
-
optional :workload_alts_config, :message, 53, "google.container.v1beta1.WorkloadALTSConfig"
|
364
|
-
optional :cost_management_config, :message, 45, "google.container.v1beta1.CostManagementConfig"
|
365
|
-
optional :cluster_telemetry, :message, 46, "google.container.v1beta1.ClusterTelemetry"
|
366
|
-
optional :tpu_config, :message, 47, "google.container.v1beta1.TpuConfig"
|
367
|
-
optional :notification_config, :message, 49, "google.container.v1beta1.NotificationConfig"
|
368
|
-
optional :confidential_nodes, :message, 50, "google.container.v1beta1.ConfidentialNodes"
|
369
|
-
optional :identity_service_config, :message, 54, "google.container.v1beta1.IdentityServiceConfig"
|
370
|
-
optional :self_link, :string, 100
|
371
|
-
optional :zone, :string, 101
|
372
|
-
optional :endpoint, :string, 102
|
373
|
-
optional :initial_cluster_version, :string, 103
|
374
|
-
optional :current_master_version, :string, 104
|
375
|
-
optional :current_node_version, :string, 105
|
376
|
-
optional :create_time, :string, 106
|
377
|
-
optional :status, :enum, 107, "google.container.v1beta1.Cluster.Status"
|
378
|
-
optional :status_message, :string, 108
|
379
|
-
optional :node_ipv4_cidr_size, :int32, 109
|
380
|
-
optional :services_ipv4_cidr, :string, 110
|
381
|
-
repeated :instance_group_urls, :string, 111
|
382
|
-
optional :current_node_count, :int32, 112
|
383
|
-
optional :expire_time, :string, 113
|
384
|
-
optional :location, :string, 114
|
385
|
-
optional :enable_tpu, :bool, 115
|
386
|
-
optional :tpu_ipv4_cidr_block, :string, 116
|
387
|
-
optional :database_encryption, :message, 38, "google.container.v1beta1.DatabaseEncryption"
|
388
|
-
repeated :conditions, :message, 118, "google.container.v1beta1.StatusCondition"
|
389
|
-
optional :master, :message, 124, "google.container.v1beta1.Master"
|
390
|
-
optional :autopilot, :message, 128, "google.container.v1beta1.Autopilot"
|
391
|
-
optional :id, :string, 129
|
392
|
-
proto3_optional :node_pool_defaults, :message, 131, "google.container.v1beta1.NodePoolDefaults"
|
393
|
-
optional :logging_config, :message, 132, "google.container.v1beta1.LoggingConfig"
|
394
|
-
optional :monitoring_config, :message, 133, "google.container.v1beta1.MonitoringConfig"
|
395
|
-
optional :node_pool_auto_config, :message, 136, "google.container.v1beta1.NodePoolAutoConfig"
|
396
|
-
proto3_optional :protect_config, :message, 137, "google.container.v1beta1.ProtectConfig"
|
397
|
-
optional :etag, :string, 139
|
398
|
-
optional :fleet, :message, 140, "google.container.v1beta1.Fleet"
|
399
|
-
end
|
400
|
-
add_enum "google.container.v1beta1.Cluster.Status" do
|
401
|
-
value :STATUS_UNSPECIFIED, 0
|
402
|
-
value :PROVISIONING, 1
|
403
|
-
value :RUNNING, 2
|
404
|
-
value :RECONCILING, 3
|
405
|
-
value :STOPPING, 4
|
406
|
-
value :ERROR, 5
|
407
|
-
value :DEGRADED, 6
|
408
|
-
end
|
409
|
-
add_message "google.container.v1beta1.WorkloadConfig" do
|
410
|
-
proto3_optional :audit_mode, :enum, 1, "google.container.v1beta1.WorkloadConfig.Mode"
|
411
|
-
end
|
412
|
-
add_enum "google.container.v1beta1.WorkloadConfig.Mode" do
|
413
|
-
value :MODE_UNSPECIFIED, 0
|
414
|
-
value :DISABLED, 1
|
415
|
-
value :BASIC, 4
|
416
|
-
value :BASELINE, 2
|
417
|
-
value :RESTRICTED, 3
|
418
|
-
end
|
419
|
-
add_message "google.container.v1beta1.ProtectConfig" do
|
420
|
-
proto3_optional :workload_config, :message, 1, "google.container.v1beta1.WorkloadConfig"
|
421
|
-
proto3_optional :workload_vulnerability_mode, :enum, 2, "google.container.v1beta1.ProtectConfig.WorkloadVulnerabilityMode"
|
422
|
-
end
|
423
|
-
add_enum "google.container.v1beta1.ProtectConfig.WorkloadVulnerabilityMode" do
|
424
|
-
value :WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED, 0
|
425
|
-
value :DISABLED, 1
|
426
|
-
value :BASIC, 2
|
427
|
-
end
|
428
|
-
add_message "google.container.v1beta1.NodePoolDefaults" do
|
429
|
-
optional :node_config_defaults, :message, 1, "google.container.v1beta1.NodeConfigDefaults"
|
430
|
-
end
|
431
|
-
add_message "google.container.v1beta1.NodeConfigDefaults" do
|
432
|
-
optional :gcfs_config, :message, 1, "google.container.v1beta1.GcfsConfig"
|
433
|
-
optional :logging_config, :message, 3, "google.container.v1beta1.NodePoolLoggingConfig"
|
434
|
-
end
|
435
|
-
add_message "google.container.v1beta1.NodePoolAutoConfig" do
|
436
|
-
optional :network_tags, :message, 1, "google.container.v1beta1.NetworkTags"
|
437
|
-
end
|
438
|
-
add_message "google.container.v1beta1.ClusterUpdate" do
|
439
|
-
optional :desired_node_version, :string, 4
|
440
|
-
optional :desired_monitoring_service, :string, 5
|
441
|
-
optional :desired_addons_config, :message, 6, "google.container.v1beta1.AddonsConfig"
|
442
|
-
optional :desired_node_pool_id, :string, 7
|
443
|
-
optional :desired_image_type, :string, 8
|
444
|
-
optional :desired_node_pool_autoscaling, :message, 9, "google.container.v1beta1.NodePoolAutoscaling"
|
445
|
-
repeated :desired_locations, :string, 10
|
446
|
-
optional :desired_master_authorized_networks_config, :message, 12, "google.container.v1beta1.MasterAuthorizedNetworksConfig"
|
447
|
-
optional :desired_pod_security_policy_config, :message, 14, "google.container.v1beta1.PodSecurityPolicyConfig"
|
448
|
-
optional :desired_cluster_autoscaling, :message, 15, "google.container.v1beta1.ClusterAutoscaling"
|
449
|
-
optional :desired_binary_authorization, :message, 16, "google.container.v1beta1.BinaryAuthorization"
|
450
|
-
optional :desired_logging_service, :string, 19
|
451
|
-
optional :desired_resource_usage_export_config, :message, 21, "google.container.v1beta1.ResourceUsageExportConfig"
|
452
|
-
optional :desired_vertical_pod_autoscaling, :message, 22, "google.container.v1beta1.VerticalPodAutoscaling"
|
453
|
-
optional :desired_private_cluster_config, :message, 25, "google.container.v1beta1.PrivateClusterConfig"
|
454
|
-
optional :desired_intra_node_visibility_config, :message, 26, "google.container.v1beta1.IntraNodeVisibilityConfig"
|
455
|
-
optional :desired_default_snat_status, :message, 28, "google.container.v1beta1.DefaultSnatStatus"
|
456
|
-
optional :desired_cluster_telemetry, :message, 30, "google.container.v1beta1.ClusterTelemetry"
|
457
|
-
optional :desired_release_channel, :message, 31, "google.container.v1beta1.ReleaseChannel"
|
458
|
-
optional :desired_tpu_config, :message, 38, "google.container.v1beta1.TpuConfig"
|
459
|
-
optional :desired_l4ilb_subsetting_config, :message, 39, "google.container.v1beta1.ILBSubsettingConfig"
|
460
|
-
optional :desired_datapath_provider, :enum, 50, "google.container.v1beta1.DatapathProvider"
|
461
|
-
optional :desired_private_ipv6_google_access, :enum, 51, "google.container.v1beta1.PrivateIPv6GoogleAccess"
|
462
|
-
optional :desired_notification_config, :message, 55, "google.container.v1beta1.NotificationConfig"
|
463
|
-
optional :desired_master_version, :string, 100
|
464
|
-
optional :desired_gcfs_config, :message, 109, "google.container.v1beta1.GcfsConfig"
|
465
|
-
optional :desired_database_encryption, :message, 46, "google.container.v1beta1.DatabaseEncryption"
|
466
|
-
optional :desired_workload_identity_config, :message, 47, "google.container.v1beta1.WorkloadIdentityConfig"
|
467
|
-
optional :desired_workload_certificates, :message, 61, "google.container.v1beta1.WorkloadCertificates"
|
468
|
-
optional :desired_mesh_certificates, :message, 67, "google.container.v1beta1.MeshCertificates"
|
469
|
-
optional :desired_workload_alts_config, :message, 62, "google.container.v1beta1.WorkloadALTSConfig"
|
470
|
-
optional :desired_shielded_nodes, :message, 48, "google.container.v1beta1.ShieldedNodes"
|
471
|
-
optional :desired_cost_management_config, :message, 49, "google.container.v1beta1.CostManagementConfig"
|
472
|
-
optional :desired_master, :message, 52, "google.container.v1beta1.Master"
|
473
|
-
optional :desired_dns_config, :message, 53, "google.container.v1beta1.DNSConfig"
|
474
|
-
optional :desired_service_external_ips_config, :message, 60, "google.container.v1beta1.ServiceExternalIPsConfig"
|
475
|
-
optional :desired_authenticator_groups_config, :message, 63, "google.container.v1beta1.AuthenticatorGroupsConfig"
|
476
|
-
optional :desired_logging_config, :message, 64, "google.container.v1beta1.LoggingConfig"
|
477
|
-
optional :desired_monitoring_config, :message, 65, "google.container.v1beta1.MonitoringConfig"
|
478
|
-
optional :desired_identity_service_config, :message, 66, "google.container.v1beta1.IdentityServiceConfig"
|
479
|
-
proto3_optional :desired_enable_private_endpoint, :bool, 71
|
480
|
-
optional :desired_node_pool_auto_config_network_tags, :message, 110, "google.container.v1beta1.NetworkTags"
|
481
|
-
proto3_optional :desired_protect_config, :message, 112, "google.container.v1beta1.ProtectConfig"
|
482
|
-
optional :desired_gateway_api_config, :message, 114, "google.container.v1beta1.GatewayAPIConfig"
|
483
|
-
optional :etag, :string, 115
|
484
|
-
optional :desired_node_pool_logging_config, :message, 116, "google.container.v1beta1.NodePoolLoggingConfig"
|
485
|
-
optional :desired_fleet, :message, 117, "google.container.v1beta1.Fleet"
|
486
|
-
optional :desired_stack_type, :enum, 119, "google.container.v1beta1.StackType"
|
487
|
-
optional :additional_pod_ranges_config, :message, 120, "google.container.v1beta1.AdditionalPodRangesConfig"
|
488
|
-
optional :removed_additional_pod_ranges_config, :message, 121, "google.container.v1beta1.AdditionalPodRangesConfig"
|
489
|
-
end
|
490
|
-
add_message "google.container.v1beta1.AdditionalPodRangesConfig" do
|
491
|
-
repeated :pod_range_names, :string, 1
|
492
|
-
end
|
493
|
-
add_message "google.container.v1beta1.Operation" do
|
494
|
-
optional :name, :string, 1
|
495
|
-
optional :zone, :string, 2
|
496
|
-
optional :operation_type, :enum, 3, "google.container.v1beta1.Operation.Type"
|
497
|
-
optional :status, :enum, 4, "google.container.v1beta1.Operation.Status"
|
498
|
-
optional :detail, :string, 8
|
499
|
-
optional :status_message, :string, 5
|
500
|
-
optional :self_link, :string, 6
|
501
|
-
optional :target_link, :string, 7
|
502
|
-
optional :location, :string, 9
|
503
|
-
optional :start_time, :string, 10
|
504
|
-
optional :end_time, :string, 11
|
505
|
-
optional :progress, :message, 12, "google.container.v1beta1.OperationProgress"
|
506
|
-
repeated :cluster_conditions, :message, 13, "google.container.v1beta1.StatusCondition"
|
507
|
-
repeated :nodepool_conditions, :message, 14, "google.container.v1beta1.StatusCondition"
|
508
|
-
optional :error, :message, 15, "google.rpc.Status"
|
509
|
-
end
|
510
|
-
add_enum "google.container.v1beta1.Operation.Status" do
|
511
|
-
value :STATUS_UNSPECIFIED, 0
|
512
|
-
value :PENDING, 1
|
513
|
-
value :RUNNING, 2
|
514
|
-
value :DONE, 3
|
515
|
-
value :ABORTING, 4
|
516
|
-
end
|
517
|
-
add_enum "google.container.v1beta1.Operation.Type" do
|
518
|
-
value :TYPE_UNSPECIFIED, 0
|
519
|
-
value :CREATE_CLUSTER, 1
|
520
|
-
value :DELETE_CLUSTER, 2
|
521
|
-
value :UPGRADE_MASTER, 3
|
522
|
-
value :UPGRADE_NODES, 4
|
523
|
-
value :REPAIR_CLUSTER, 5
|
524
|
-
value :UPDATE_CLUSTER, 6
|
525
|
-
value :CREATE_NODE_POOL, 7
|
526
|
-
value :DELETE_NODE_POOL, 8
|
527
|
-
value :SET_NODE_POOL_MANAGEMENT, 9
|
528
|
-
value :AUTO_REPAIR_NODES, 10
|
529
|
-
value :AUTO_UPGRADE_NODES, 11
|
530
|
-
value :SET_LABELS, 12
|
531
|
-
value :SET_MASTER_AUTH, 13
|
532
|
-
value :SET_NODE_POOL_SIZE, 14
|
533
|
-
value :SET_NETWORK_POLICY, 15
|
534
|
-
value :SET_MAINTENANCE_POLICY, 16
|
535
|
-
value :RESIZE_CLUSTER, 18
|
536
|
-
end
|
537
|
-
add_message "google.container.v1beta1.OperationProgress" do
|
538
|
-
optional :name, :string, 1
|
539
|
-
optional :status, :enum, 2, "google.container.v1beta1.Operation.Status"
|
540
|
-
repeated :metrics, :message, 3, "google.container.v1beta1.OperationProgress.Metric"
|
541
|
-
repeated :stages, :message, 4, "google.container.v1beta1.OperationProgress"
|
542
|
-
end
|
543
|
-
add_message "google.container.v1beta1.OperationProgress.Metric" do
|
544
|
-
optional :name, :string, 1
|
545
|
-
oneof :value do
|
546
|
-
optional :int_value, :int64, 2
|
547
|
-
optional :double_value, :double, 3
|
548
|
-
optional :string_value, :string, 4
|
549
|
-
end
|
550
|
-
end
|
551
|
-
add_message "google.container.v1beta1.CreateClusterRequest" do
|
552
|
-
optional :project_id, :string, 1
|
553
|
-
optional :zone, :string, 2
|
554
|
-
optional :cluster, :message, 3, "google.container.v1beta1.Cluster"
|
555
|
-
optional :parent, :string, 5
|
556
|
-
end
|
557
|
-
add_message "google.container.v1beta1.GetClusterRequest" do
|
558
|
-
optional :project_id, :string, 1
|
559
|
-
optional :zone, :string, 2
|
560
|
-
optional :cluster_id, :string, 3
|
561
|
-
optional :name, :string, 5
|
562
|
-
end
|
563
|
-
add_message "google.container.v1beta1.UpdateClusterRequest" do
|
564
|
-
optional :project_id, :string, 1
|
565
|
-
optional :zone, :string, 2
|
566
|
-
optional :cluster_id, :string, 3
|
567
|
-
optional :update, :message, 4, "google.container.v1beta1.ClusterUpdate"
|
568
|
-
optional :name, :string, 5
|
569
|
-
end
|
570
|
-
add_message "google.container.v1beta1.UpdateNodePoolRequest" do
|
571
|
-
optional :project_id, :string, 1
|
572
|
-
optional :zone, :string, 2
|
573
|
-
optional :cluster_id, :string, 3
|
574
|
-
optional :node_pool_id, :string, 4
|
575
|
-
optional :node_version, :string, 5
|
576
|
-
optional :image_type, :string, 6
|
577
|
-
repeated :locations, :string, 13
|
578
|
-
optional :workload_metadata_config, :message, 14, "google.container.v1beta1.WorkloadMetadataConfig"
|
579
|
-
optional :name, :string, 8
|
580
|
-
optional :upgrade_settings, :message, 15, "google.container.v1beta1.NodePool.UpgradeSettings"
|
581
|
-
optional :tags, :message, 16, "google.container.v1beta1.NetworkTags"
|
582
|
-
optional :taints, :message, 17, "google.container.v1beta1.NodeTaints"
|
583
|
-
optional :labels, :message, 18, "google.container.v1beta1.NodeLabels"
|
584
|
-
optional :linux_node_config, :message, 19, "google.container.v1beta1.LinuxNodeConfig"
|
585
|
-
optional :kubelet_config, :message, 20, "google.container.v1beta1.NodeKubeletConfig"
|
586
|
-
optional :node_network_config, :message, 21, "google.container.v1beta1.NodeNetworkConfig"
|
587
|
-
optional :gcfs_config, :message, 22, "google.container.v1beta1.GcfsConfig"
|
588
|
-
optional :confidential_nodes, :message, 23, "google.container.v1beta1.ConfidentialNodes"
|
589
|
-
optional :gvnic, :message, 29, "google.container.v1beta1.VirtualNIC"
|
590
|
-
optional :etag, :string, 30
|
591
|
-
optional :fast_socket, :message, 31, "google.container.v1beta1.FastSocket"
|
592
|
-
optional :logging_config, :message, 32, "google.container.v1beta1.NodePoolLoggingConfig"
|
593
|
-
optional :resource_labels, :message, 33, "google.container.v1beta1.ResourceLabels"
|
594
|
-
optional :windows_node_config, :message, 34, "google.container.v1beta1.WindowsNodeConfig"
|
595
|
-
end
|
596
|
-
add_message "google.container.v1beta1.SetNodePoolAutoscalingRequest" do
|
597
|
-
optional :project_id, :string, 1
|
598
|
-
optional :zone, :string, 2
|
599
|
-
optional :cluster_id, :string, 3
|
600
|
-
optional :node_pool_id, :string, 4
|
601
|
-
optional :autoscaling, :message, 5, "google.container.v1beta1.NodePoolAutoscaling"
|
602
|
-
optional :name, :string, 6
|
603
|
-
end
|
604
|
-
add_message "google.container.v1beta1.SetLoggingServiceRequest" do
|
605
|
-
optional :project_id, :string, 1
|
606
|
-
optional :zone, :string, 2
|
607
|
-
optional :cluster_id, :string, 3
|
608
|
-
optional :logging_service, :string, 4
|
609
|
-
optional :name, :string, 5
|
610
|
-
end
|
611
|
-
add_message "google.container.v1beta1.SetMonitoringServiceRequest" do
|
612
|
-
optional :project_id, :string, 1
|
613
|
-
optional :zone, :string, 2
|
614
|
-
optional :cluster_id, :string, 3
|
615
|
-
optional :monitoring_service, :string, 4
|
616
|
-
optional :name, :string, 6
|
617
|
-
end
|
618
|
-
add_message "google.container.v1beta1.SetAddonsConfigRequest" do
|
619
|
-
optional :project_id, :string, 1
|
620
|
-
optional :zone, :string, 2
|
621
|
-
optional :cluster_id, :string, 3
|
622
|
-
optional :addons_config, :message, 4, "google.container.v1beta1.AddonsConfig"
|
623
|
-
optional :name, :string, 6
|
624
|
-
end
|
625
|
-
add_message "google.container.v1beta1.SetLocationsRequest" do
|
626
|
-
optional :project_id, :string, 1
|
627
|
-
optional :zone, :string, 2
|
628
|
-
optional :cluster_id, :string, 3
|
629
|
-
repeated :locations, :string, 4
|
630
|
-
optional :name, :string, 6
|
631
|
-
end
|
632
|
-
add_message "google.container.v1beta1.UpdateMasterRequest" do
|
633
|
-
optional :project_id, :string, 1
|
634
|
-
optional :zone, :string, 2
|
635
|
-
optional :cluster_id, :string, 3
|
636
|
-
optional :master_version, :string, 4
|
637
|
-
optional :name, :string, 7
|
638
|
-
end
|
639
|
-
add_message "google.container.v1beta1.SetMasterAuthRequest" do
|
640
|
-
optional :project_id, :string, 1
|
641
|
-
optional :zone, :string, 2
|
642
|
-
optional :cluster_id, :string, 3
|
643
|
-
optional :action, :enum, 4, "google.container.v1beta1.SetMasterAuthRequest.Action"
|
644
|
-
optional :update, :message, 5, "google.container.v1beta1.MasterAuth"
|
645
|
-
optional :name, :string, 7
|
646
|
-
end
|
647
|
-
add_enum "google.container.v1beta1.SetMasterAuthRequest.Action" do
|
648
|
-
value :UNKNOWN, 0
|
649
|
-
value :SET_PASSWORD, 1
|
650
|
-
value :GENERATE_PASSWORD, 2
|
651
|
-
value :SET_USERNAME, 3
|
652
|
-
end
|
653
|
-
add_message "google.container.v1beta1.DeleteClusterRequest" do
|
654
|
-
optional :project_id, :string, 1
|
655
|
-
optional :zone, :string, 2
|
656
|
-
optional :cluster_id, :string, 3
|
657
|
-
optional :name, :string, 4
|
658
|
-
end
|
659
|
-
add_message "google.container.v1beta1.ListClustersRequest" do
|
660
|
-
optional :project_id, :string, 1
|
661
|
-
optional :zone, :string, 2
|
662
|
-
optional :parent, :string, 4
|
663
|
-
end
|
664
|
-
add_message "google.container.v1beta1.ListClustersResponse" do
|
665
|
-
repeated :clusters, :message, 1, "google.container.v1beta1.Cluster"
|
666
|
-
repeated :missing_zones, :string, 2
|
667
|
-
end
|
668
|
-
add_message "google.container.v1beta1.GetOperationRequest" do
|
669
|
-
optional :project_id, :string, 1
|
670
|
-
optional :zone, :string, 2
|
671
|
-
optional :operation_id, :string, 3
|
672
|
-
optional :name, :string, 5
|
673
|
-
end
|
674
|
-
add_message "google.container.v1beta1.ListOperationsRequest" do
|
675
|
-
optional :project_id, :string, 1
|
676
|
-
optional :zone, :string, 2
|
677
|
-
optional :parent, :string, 4
|
678
|
-
end
|
679
|
-
add_message "google.container.v1beta1.CancelOperationRequest" do
|
680
|
-
optional :project_id, :string, 1
|
681
|
-
optional :zone, :string, 2
|
682
|
-
optional :operation_id, :string, 3
|
683
|
-
optional :name, :string, 4
|
684
|
-
end
|
685
|
-
add_message "google.container.v1beta1.ListOperationsResponse" do
|
686
|
-
repeated :operations, :message, 1, "google.container.v1beta1.Operation"
|
687
|
-
repeated :missing_zones, :string, 2
|
688
|
-
end
|
689
|
-
add_message "google.container.v1beta1.GetServerConfigRequest" do
|
690
|
-
optional :project_id, :string, 1
|
691
|
-
optional :zone, :string, 2
|
692
|
-
optional :name, :string, 4
|
693
|
-
end
|
694
|
-
add_message "google.container.v1beta1.ServerConfig" do
|
695
|
-
optional :default_cluster_version, :string, 1
|
696
|
-
repeated :valid_node_versions, :string, 3
|
697
|
-
optional :default_image_type, :string, 4
|
698
|
-
repeated :valid_image_types, :string, 5
|
699
|
-
repeated :valid_master_versions, :string, 6
|
700
|
-
repeated :channels, :message, 9, "google.container.v1beta1.ServerConfig.ReleaseChannelConfig"
|
701
|
-
map :windows_version_maps, :string, :message, 10, "google.container.v1beta1.WindowsVersions"
|
702
|
-
end
|
703
|
-
add_message "google.container.v1beta1.ServerConfig.ReleaseChannelConfig" do
|
704
|
-
optional :channel, :enum, 1, "google.container.v1beta1.ReleaseChannel.Channel"
|
705
|
-
optional :default_version, :string, 2
|
706
|
-
repeated :available_versions, :message, 3, "google.container.v1beta1.ServerConfig.ReleaseChannelConfig.AvailableVersion"
|
707
|
-
repeated :valid_versions, :string, 4
|
708
|
-
end
|
709
|
-
add_message "google.container.v1beta1.ServerConfig.ReleaseChannelConfig.AvailableVersion" do
|
710
|
-
optional :version, :string, 1
|
711
|
-
optional :reason, :string, 2
|
712
|
-
end
|
713
|
-
add_message "google.container.v1beta1.WindowsVersions" do
|
714
|
-
repeated :windows_versions, :message, 1, "google.container.v1beta1.WindowsVersions.WindowsVersion"
|
715
|
-
end
|
716
|
-
add_message "google.container.v1beta1.WindowsVersions.WindowsVersion" do
|
717
|
-
optional :image_type, :string, 1
|
718
|
-
optional :os_version, :string, 2
|
719
|
-
optional :support_end_date, :message, 3, "google.type.Date"
|
720
|
-
end
|
721
|
-
add_message "google.container.v1beta1.CreateNodePoolRequest" do
|
722
|
-
optional :project_id, :string, 1
|
723
|
-
optional :zone, :string, 2
|
724
|
-
optional :cluster_id, :string, 3
|
725
|
-
optional :node_pool, :message, 4, "google.container.v1beta1.NodePool"
|
726
|
-
optional :parent, :string, 6
|
727
|
-
end
|
728
|
-
add_message "google.container.v1beta1.DeleteNodePoolRequest" do
|
729
|
-
optional :project_id, :string, 1
|
730
|
-
optional :zone, :string, 2
|
731
|
-
optional :cluster_id, :string, 3
|
732
|
-
optional :node_pool_id, :string, 4
|
733
|
-
optional :name, :string, 6
|
734
|
-
end
|
735
|
-
add_message "google.container.v1beta1.ListNodePoolsRequest" do
|
736
|
-
optional :project_id, :string, 1
|
737
|
-
optional :zone, :string, 2
|
738
|
-
optional :cluster_id, :string, 3
|
739
|
-
optional :parent, :string, 5
|
740
|
-
end
|
741
|
-
add_message "google.container.v1beta1.GetNodePoolRequest" do
|
742
|
-
optional :project_id, :string, 1
|
743
|
-
optional :zone, :string, 2
|
744
|
-
optional :cluster_id, :string, 3
|
745
|
-
optional :node_pool_id, :string, 4
|
746
|
-
optional :name, :string, 6
|
747
|
-
end
|
748
|
-
add_message "google.container.v1beta1.BlueGreenSettings" do
|
749
|
-
proto3_optional :node_pool_soak_duration, :message, 2, "google.protobuf.Duration"
|
750
|
-
oneof :rollout_policy do
|
751
|
-
optional :standard_rollout_policy, :message, 1, "google.container.v1beta1.BlueGreenSettings.StandardRolloutPolicy"
|
752
|
-
end
|
753
|
-
end
|
754
|
-
add_message "google.container.v1beta1.BlueGreenSettings.StandardRolloutPolicy" do
|
755
|
-
proto3_optional :batch_soak_duration, :message, 3, "google.protobuf.Duration"
|
756
|
-
oneof :update_batch_size do
|
757
|
-
optional :batch_percentage, :float, 1
|
758
|
-
optional :batch_node_count, :int32, 2
|
759
|
-
end
|
760
|
-
end
|
761
|
-
add_message "google.container.v1beta1.NodePool" do
|
762
|
-
optional :name, :string, 1
|
763
|
-
optional :config, :message, 2, "google.container.v1beta1.NodeConfig"
|
764
|
-
optional :initial_node_count, :int32, 3
|
765
|
-
repeated :locations, :string, 13
|
766
|
-
optional :network_config, :message, 14, "google.container.v1beta1.NodeNetworkConfig"
|
767
|
-
optional :self_link, :string, 100
|
768
|
-
optional :version, :string, 101
|
769
|
-
repeated :instance_group_urls, :string, 102
|
770
|
-
optional :status, :enum, 103, "google.container.v1beta1.NodePool.Status"
|
771
|
-
optional :status_message, :string, 104
|
772
|
-
optional :autoscaling, :message, 4, "google.container.v1beta1.NodePoolAutoscaling"
|
773
|
-
optional :management, :message, 5, "google.container.v1beta1.NodeManagement"
|
774
|
-
optional :max_pods_constraint, :message, 6, "google.container.v1beta1.MaxPodsConstraint"
|
775
|
-
repeated :conditions, :message, 105, "google.container.v1beta1.StatusCondition"
|
776
|
-
optional :pod_ipv4_cidr_size, :int32, 7
|
777
|
-
optional :upgrade_settings, :message, 107, "google.container.v1beta1.NodePool.UpgradeSettings"
|
778
|
-
optional :placement_policy, :message, 108, "google.container.v1beta1.NodePool.PlacementPolicy"
|
779
|
-
optional :update_info, :message, 109, "google.container.v1beta1.NodePool.UpdateInfo"
|
780
|
-
optional :etag, :string, 110
|
781
|
-
end
|
782
|
-
add_message "google.container.v1beta1.NodePool.UpgradeSettings" do
|
783
|
-
optional :max_surge, :int32, 1
|
784
|
-
optional :max_unavailable, :int32, 2
|
785
|
-
proto3_optional :strategy, :enum, 3, "google.container.v1beta1.NodePoolUpdateStrategy"
|
786
|
-
proto3_optional :blue_green_settings, :message, 4, "google.container.v1beta1.BlueGreenSettings"
|
787
|
-
end
|
788
|
-
add_message "google.container.v1beta1.NodePool.UpdateInfo" do
|
789
|
-
optional :blue_green_info, :message, 1, "google.container.v1beta1.NodePool.UpdateInfo.BlueGreenInfo"
|
790
|
-
end
|
791
|
-
add_message "google.container.v1beta1.NodePool.UpdateInfo.BlueGreenInfo" do
|
792
|
-
optional :phase, :enum, 1, "google.container.v1beta1.NodePool.UpdateInfo.BlueGreenInfo.Phase"
|
793
|
-
repeated :blue_instance_group_urls, :string, 2
|
794
|
-
repeated :green_instance_group_urls, :string, 3
|
795
|
-
optional :blue_pool_deletion_start_time, :string, 4
|
796
|
-
optional :green_pool_version, :string, 5
|
797
|
-
end
|
798
|
-
add_enum "google.container.v1beta1.NodePool.UpdateInfo.BlueGreenInfo.Phase" do
|
799
|
-
value :PHASE_UNSPECIFIED, 0
|
800
|
-
value :UPDATE_STARTED, 1
|
801
|
-
value :CREATING_GREEN_POOL, 2
|
802
|
-
value :CORDONING_BLUE_POOL, 3
|
803
|
-
value :DRAINING_BLUE_POOL, 4
|
804
|
-
value :NODE_POOL_SOAKING, 5
|
805
|
-
value :DELETING_BLUE_POOL, 6
|
806
|
-
value :ROLLBACK_STARTED, 7
|
807
|
-
end
|
808
|
-
add_message "google.container.v1beta1.NodePool.PlacementPolicy" do
|
809
|
-
optional :type, :enum, 1, "google.container.v1beta1.NodePool.PlacementPolicy.Type"
|
810
|
-
end
|
811
|
-
add_enum "google.container.v1beta1.NodePool.PlacementPolicy.Type" do
|
812
|
-
value :TYPE_UNSPECIFIED, 0
|
813
|
-
value :COMPACT, 1
|
814
|
-
end
|
815
|
-
add_enum "google.container.v1beta1.NodePool.Status" do
|
816
|
-
value :STATUS_UNSPECIFIED, 0
|
817
|
-
value :PROVISIONING, 1
|
818
|
-
value :RUNNING, 2
|
819
|
-
value :RUNNING_WITH_ERROR, 3
|
820
|
-
value :RECONCILING, 4
|
821
|
-
value :STOPPING, 5
|
822
|
-
value :ERROR, 6
|
823
|
-
end
|
824
|
-
add_message "google.container.v1beta1.NodeManagement" do
|
825
|
-
optional :auto_upgrade, :bool, 1
|
826
|
-
optional :auto_repair, :bool, 2
|
827
|
-
optional :upgrade_options, :message, 10, "google.container.v1beta1.AutoUpgradeOptions"
|
828
|
-
end
|
829
|
-
add_message "google.container.v1beta1.AutoUpgradeOptions" do
|
830
|
-
optional :auto_upgrade_start_time, :string, 1
|
831
|
-
optional :description, :string, 2
|
832
|
-
end
|
833
|
-
add_message "google.container.v1beta1.MaintenancePolicy" do
|
834
|
-
optional :window, :message, 1, "google.container.v1beta1.MaintenanceWindow"
|
835
|
-
optional :resource_version, :string, 3
|
836
|
-
end
|
837
|
-
add_message "google.container.v1beta1.MaintenanceWindow" do
|
838
|
-
map :maintenance_exclusions, :string, :message, 4, "google.container.v1beta1.TimeWindow"
|
839
|
-
oneof :policy do
|
840
|
-
optional :daily_maintenance_window, :message, 2, "google.container.v1beta1.DailyMaintenanceWindow"
|
841
|
-
optional :recurring_window, :message, 3, "google.container.v1beta1.RecurringTimeWindow"
|
842
|
-
end
|
843
|
-
end
|
844
|
-
add_message "google.container.v1beta1.TimeWindow" do
|
845
|
-
optional :start_time, :message, 1, "google.protobuf.Timestamp"
|
846
|
-
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
847
|
-
oneof :options do
|
848
|
-
optional :maintenance_exclusion_options, :message, 3, "google.container.v1beta1.MaintenanceExclusionOptions"
|
849
|
-
end
|
850
|
-
end
|
851
|
-
add_message "google.container.v1beta1.MaintenanceExclusionOptions" do
|
852
|
-
optional :scope, :enum, 1, "google.container.v1beta1.MaintenanceExclusionOptions.Scope"
|
853
|
-
end
|
854
|
-
add_enum "google.container.v1beta1.MaintenanceExclusionOptions.Scope" do
|
855
|
-
value :NO_UPGRADES, 0
|
856
|
-
value :NO_MINOR_UPGRADES, 1
|
857
|
-
value :NO_MINOR_OR_NODE_UPGRADES, 2
|
858
|
-
end
|
859
|
-
add_message "google.container.v1beta1.RecurringTimeWindow" do
|
860
|
-
optional :window, :message, 1, "google.container.v1beta1.TimeWindow"
|
861
|
-
optional :recurrence, :string, 2
|
862
|
-
end
|
863
|
-
add_message "google.container.v1beta1.DailyMaintenanceWindow" do
|
864
|
-
optional :start_time, :string, 2
|
865
|
-
optional :duration, :string, 3
|
866
|
-
end
|
867
|
-
add_message "google.container.v1beta1.SetNodePoolManagementRequest" do
|
868
|
-
optional :project_id, :string, 1
|
869
|
-
optional :zone, :string, 2
|
870
|
-
optional :cluster_id, :string, 3
|
871
|
-
optional :node_pool_id, :string, 4
|
872
|
-
optional :management, :message, 5, "google.container.v1beta1.NodeManagement"
|
873
|
-
optional :name, :string, 7
|
874
|
-
end
|
875
|
-
add_message "google.container.v1beta1.SetNodePoolSizeRequest" do
|
876
|
-
optional :project_id, :string, 1
|
877
|
-
optional :zone, :string, 2
|
878
|
-
optional :cluster_id, :string, 3
|
879
|
-
optional :node_pool_id, :string, 4
|
880
|
-
optional :node_count, :int32, 5
|
881
|
-
optional :name, :string, 7
|
882
|
-
end
|
883
|
-
add_message "google.container.v1beta1.CompleteNodePoolUpgradeRequest" do
|
884
|
-
optional :name, :string, 1
|
885
|
-
end
|
886
|
-
add_message "google.container.v1beta1.RollbackNodePoolUpgradeRequest" do
|
887
|
-
optional :project_id, :string, 1
|
888
|
-
optional :zone, :string, 2
|
889
|
-
optional :cluster_id, :string, 3
|
890
|
-
optional :node_pool_id, :string, 4
|
891
|
-
optional :name, :string, 6
|
892
|
-
optional :respect_pdb, :bool, 7
|
893
|
-
end
|
894
|
-
add_message "google.container.v1beta1.ListNodePoolsResponse" do
|
895
|
-
repeated :node_pools, :message, 1, "google.container.v1beta1.NodePool"
|
896
|
-
end
|
897
|
-
add_message "google.container.v1beta1.ClusterAutoscaling" do
|
898
|
-
optional :enable_node_autoprovisioning, :bool, 1
|
899
|
-
repeated :resource_limits, :message, 2, "google.container.v1beta1.ResourceLimit"
|
900
|
-
optional :autoscaling_profile, :enum, 3, "google.container.v1beta1.ClusterAutoscaling.AutoscalingProfile"
|
901
|
-
optional :autoprovisioning_node_pool_defaults, :message, 4, "google.container.v1beta1.AutoprovisioningNodePoolDefaults"
|
902
|
-
repeated :autoprovisioning_locations, :string, 5
|
903
|
-
end
|
904
|
-
add_enum "google.container.v1beta1.ClusterAutoscaling.AutoscalingProfile" do
|
905
|
-
value :PROFILE_UNSPECIFIED, 0
|
906
|
-
value :OPTIMIZE_UTILIZATION, 1
|
907
|
-
value :BALANCED, 2
|
908
|
-
end
|
909
|
-
add_message "google.container.v1beta1.AutoprovisioningNodePoolDefaults" do
|
910
|
-
repeated :oauth_scopes, :string, 1
|
911
|
-
optional :service_account, :string, 2
|
912
|
-
optional :upgrade_settings, :message, 3, "google.container.v1beta1.NodePool.UpgradeSettings"
|
913
|
-
optional :management, :message, 4, "google.container.v1beta1.NodeManagement"
|
914
|
-
optional :min_cpu_platform, :string, 5
|
915
|
-
optional :disk_size_gb, :int32, 6
|
916
|
-
optional :disk_type, :string, 7
|
917
|
-
optional :shielded_instance_config, :message, 8, "google.container.v1beta1.ShieldedInstanceConfig"
|
918
|
-
optional :boot_disk_kms_key, :string, 9
|
919
|
-
optional :image_type, :string, 10
|
920
|
-
end
|
921
|
-
add_message "google.container.v1beta1.ResourceLimit" do
|
922
|
-
optional :resource_type, :string, 1
|
923
|
-
optional :minimum, :int64, 2
|
924
|
-
optional :maximum, :int64, 3
|
925
|
-
end
|
926
|
-
add_message "google.container.v1beta1.NodePoolAutoscaling" do
|
927
|
-
optional :enabled, :bool, 1
|
928
|
-
optional :min_node_count, :int32, 2
|
929
|
-
optional :max_node_count, :int32, 3
|
930
|
-
optional :autoprovisioned, :bool, 4
|
931
|
-
optional :location_policy, :enum, 5, "google.container.v1beta1.NodePoolAutoscaling.LocationPolicy"
|
932
|
-
optional :total_min_node_count, :int32, 6
|
933
|
-
optional :total_max_node_count, :int32, 7
|
934
|
-
end
|
935
|
-
add_enum "google.container.v1beta1.NodePoolAutoscaling.LocationPolicy" do
|
936
|
-
value :LOCATION_POLICY_UNSPECIFIED, 0
|
937
|
-
value :BALANCED, 1
|
938
|
-
value :ANY, 2
|
939
|
-
end
|
940
|
-
add_message "google.container.v1beta1.SetLabelsRequest" do
|
941
|
-
optional :project_id, :string, 1
|
942
|
-
optional :zone, :string, 2
|
943
|
-
optional :cluster_id, :string, 3
|
944
|
-
map :resource_labels, :string, :string, 4
|
945
|
-
optional :label_fingerprint, :string, 5
|
946
|
-
optional :name, :string, 7
|
947
|
-
end
|
948
|
-
add_message "google.container.v1beta1.SetLegacyAbacRequest" do
|
949
|
-
optional :project_id, :string, 1
|
950
|
-
optional :zone, :string, 2
|
951
|
-
optional :cluster_id, :string, 3
|
952
|
-
optional :enabled, :bool, 4
|
953
|
-
optional :name, :string, 6
|
954
|
-
end
|
955
|
-
add_message "google.container.v1beta1.StartIPRotationRequest" do
|
956
|
-
optional :project_id, :string, 1
|
957
|
-
optional :zone, :string, 2
|
958
|
-
optional :cluster_id, :string, 3
|
959
|
-
optional :name, :string, 6
|
960
|
-
optional :rotate_credentials, :bool, 7
|
961
|
-
end
|
962
|
-
add_message "google.container.v1beta1.CompleteIPRotationRequest" do
|
963
|
-
optional :project_id, :string, 1
|
964
|
-
optional :zone, :string, 2
|
965
|
-
optional :cluster_id, :string, 3
|
966
|
-
optional :name, :string, 7
|
967
|
-
end
|
968
|
-
add_message "google.container.v1beta1.AcceleratorConfig" do
|
969
|
-
optional :accelerator_count, :int64, 1
|
970
|
-
optional :accelerator_type, :string, 2
|
971
|
-
optional :gpu_partition_size, :string, 3
|
972
|
-
optional :max_time_shared_clients_per_gpu, :int64, 4
|
973
|
-
proto3_optional :gpu_sharing_config, :message, 5, "google.container.v1beta1.GPUSharingConfig"
|
974
|
-
end
|
975
|
-
add_message "google.container.v1beta1.GPUSharingConfig" do
|
976
|
-
optional :max_shared_clients_per_gpu, :int64, 1
|
977
|
-
proto3_optional :gpu_sharing_strategy, :enum, 2, "google.container.v1beta1.GPUSharingConfig.GPUSharingStrategy"
|
978
|
-
end
|
979
|
-
add_enum "google.container.v1beta1.GPUSharingConfig.GPUSharingStrategy" do
|
980
|
-
value :GPU_SHARING_STRATEGY_UNSPECIFIED, 0
|
981
|
-
value :TIME_SHARING, 1
|
982
|
-
end
|
983
|
-
add_message "google.container.v1beta1.ManagedPrometheusConfig" do
|
984
|
-
optional :enabled, :bool, 1
|
985
|
-
end
|
986
|
-
add_message "google.container.v1beta1.WorkloadMetadataConfig" do
|
987
|
-
optional :node_metadata, :enum, 1, "google.container.v1beta1.WorkloadMetadataConfig.NodeMetadata"
|
988
|
-
optional :mode, :enum, 2, "google.container.v1beta1.WorkloadMetadataConfig.Mode"
|
989
|
-
end
|
990
|
-
add_enum "google.container.v1beta1.WorkloadMetadataConfig.NodeMetadata" do
|
991
|
-
value :UNSPECIFIED, 0
|
992
|
-
value :SECURE, 1
|
993
|
-
value :EXPOSE, 2
|
994
|
-
value :GKE_METADATA_SERVER, 3
|
995
|
-
end
|
996
|
-
add_enum "google.container.v1beta1.WorkloadMetadataConfig.Mode" do
|
997
|
-
value :MODE_UNSPECIFIED, 0
|
998
|
-
value :GCE_METADATA, 1
|
999
|
-
value :GKE_METADATA, 2
|
1000
|
-
end
|
1001
|
-
add_message "google.container.v1beta1.SetNetworkPolicyRequest" do
|
1002
|
-
optional :project_id, :string, 1
|
1003
|
-
optional :zone, :string, 2
|
1004
|
-
optional :cluster_id, :string, 3
|
1005
|
-
optional :network_policy, :message, 4, "google.container.v1beta1.NetworkPolicy"
|
1006
|
-
optional :name, :string, 6
|
1007
|
-
end
|
1008
|
-
add_message "google.container.v1beta1.SetMaintenancePolicyRequest" do
|
1009
|
-
optional :project_id, :string, 1
|
1010
|
-
optional :zone, :string, 2
|
1011
|
-
optional :cluster_id, :string, 3
|
1012
|
-
optional :maintenance_policy, :message, 4, "google.container.v1beta1.MaintenancePolicy"
|
1013
|
-
optional :name, :string, 5
|
1014
|
-
end
|
1015
|
-
add_message "google.container.v1beta1.ListLocationsRequest" do
|
1016
|
-
optional :parent, :string, 1
|
1017
|
-
end
|
1018
|
-
add_message "google.container.v1beta1.ListLocationsResponse" do
|
1019
|
-
repeated :locations, :message, 1, "google.container.v1beta1.Location"
|
1020
|
-
optional :next_page_token, :string, 2
|
1021
|
-
end
|
1022
|
-
add_message "google.container.v1beta1.Location" do
|
1023
|
-
optional :type, :enum, 1, "google.container.v1beta1.Location.LocationType"
|
1024
|
-
optional :name, :string, 2
|
1025
|
-
optional :recommended, :bool, 3
|
1026
|
-
end
|
1027
|
-
add_enum "google.container.v1beta1.Location.LocationType" do
|
1028
|
-
value :LOCATION_TYPE_UNSPECIFIED, 0
|
1029
|
-
value :ZONE, 1
|
1030
|
-
value :REGION, 2
|
1031
|
-
end
|
1032
|
-
add_message "google.container.v1beta1.StatusCondition" do
|
1033
|
-
optional :code, :enum, 1, "google.container.v1beta1.StatusCondition.Code"
|
1034
|
-
optional :message, :string, 2
|
1035
|
-
optional :canonical_code, :enum, 3, "google.rpc.Code"
|
1036
|
-
end
|
1037
|
-
add_enum "google.container.v1beta1.StatusCondition.Code" do
|
1038
|
-
value :UNKNOWN, 0
|
1039
|
-
value :GCE_STOCKOUT, 1
|
1040
|
-
value :GKE_SERVICE_ACCOUNT_DELETED, 2
|
1041
|
-
value :GCE_QUOTA_EXCEEDED, 3
|
1042
|
-
value :SET_BY_OPERATOR, 4
|
1043
|
-
value :CLOUD_KMS_KEY_ERROR, 7
|
1044
|
-
value :CA_EXPIRING, 9
|
1045
|
-
end
|
1046
|
-
add_message "google.container.v1beta1.NetworkConfig" do
|
1047
|
-
optional :network, :string, 1
|
1048
|
-
optional :subnetwork, :string, 2
|
1049
|
-
optional :enable_intra_node_visibility, :bool, 5
|
1050
|
-
optional :default_snat_status, :message, 7, "google.container.v1beta1.DefaultSnatStatus"
|
1051
|
-
optional :enable_l4ilb_subsetting, :bool, 10
|
1052
|
-
optional :datapath_provider, :enum, 11, "google.container.v1beta1.DatapathProvider"
|
1053
|
-
optional :private_ipv6_google_access, :enum, 12, "google.container.v1beta1.PrivateIPv6GoogleAccess"
|
1054
|
-
optional :dns_config, :message, 13, "google.container.v1beta1.DNSConfig"
|
1055
|
-
optional :service_external_ips_config, :message, 15, "google.container.v1beta1.ServiceExternalIPsConfig"
|
1056
|
-
optional :gateway_api_config, :message, 16, "google.container.v1beta1.GatewayAPIConfig"
|
1057
|
-
end
|
1058
|
-
add_message "google.container.v1beta1.GatewayAPIConfig" do
|
1059
|
-
optional :channel, :enum, 1, "google.container.v1beta1.GatewayAPIConfig.Channel"
|
1060
|
-
end
|
1061
|
-
add_enum "google.container.v1beta1.GatewayAPIConfig.Channel" do
|
1062
|
-
value :CHANNEL_UNSPECIFIED, 0
|
1063
|
-
value :CHANNEL_DISABLED, 1
|
1064
|
-
value :CHANNEL_EXPERIMENTAL, 3
|
1065
|
-
value :CHANNEL_STANDARD, 4
|
1066
|
-
end
|
1067
|
-
add_message "google.container.v1beta1.ServiceExternalIPsConfig" do
|
1068
|
-
optional :enabled, :bool, 1
|
1069
|
-
end
|
1070
|
-
add_message "google.container.v1beta1.ListUsableSubnetworksRequest" do
|
1071
|
-
optional :parent, :string, 1
|
1072
|
-
optional :filter, :string, 2
|
1073
|
-
optional :page_size, :int32, 3
|
1074
|
-
optional :page_token, :string, 4
|
1075
|
-
end
|
1076
|
-
add_message "google.container.v1beta1.ListUsableSubnetworksResponse" do
|
1077
|
-
repeated :subnetworks, :message, 1, "google.container.v1beta1.UsableSubnetwork"
|
1078
|
-
optional :next_page_token, :string, 2
|
1079
|
-
end
|
1080
|
-
add_message "google.container.v1beta1.UsableSubnetworkSecondaryRange" do
|
1081
|
-
optional :range_name, :string, 1
|
1082
|
-
optional :ip_cidr_range, :string, 2
|
1083
|
-
optional :status, :enum, 3, "google.container.v1beta1.UsableSubnetworkSecondaryRange.Status"
|
1084
|
-
end
|
1085
|
-
add_enum "google.container.v1beta1.UsableSubnetworkSecondaryRange.Status" do
|
1086
|
-
value :UNKNOWN, 0
|
1087
|
-
value :UNUSED, 1
|
1088
|
-
value :IN_USE_SERVICE, 2
|
1089
|
-
value :IN_USE_SHAREABLE_POD, 3
|
1090
|
-
value :IN_USE_MANAGED_POD, 4
|
1091
|
-
end
|
1092
|
-
add_message "google.container.v1beta1.UsableSubnetwork" do
|
1093
|
-
optional :subnetwork, :string, 1
|
1094
|
-
optional :network, :string, 2
|
1095
|
-
optional :ip_cidr_range, :string, 3
|
1096
|
-
repeated :secondary_ip_ranges, :message, 4, "google.container.v1beta1.UsableSubnetworkSecondaryRange"
|
1097
|
-
optional :status_message, :string, 5
|
1098
|
-
end
|
1099
|
-
add_message "google.container.v1beta1.VerticalPodAutoscaling" do
|
1100
|
-
optional :enabled, :bool, 1
|
1101
|
-
end
|
1102
|
-
add_message "google.container.v1beta1.DefaultSnatStatus" do
|
1103
|
-
optional :disabled, :bool, 1
|
1104
|
-
end
|
1105
|
-
add_message "google.container.v1beta1.IntraNodeVisibilityConfig" do
|
1106
|
-
optional :enabled, :bool, 1
|
1107
|
-
end
|
1108
|
-
add_message "google.container.v1beta1.ILBSubsettingConfig" do
|
1109
|
-
optional :enabled, :bool, 1
|
1110
|
-
end
|
1111
|
-
add_message "google.container.v1beta1.DNSConfig" do
|
1112
|
-
optional :cluster_dns, :enum, 1, "google.container.v1beta1.DNSConfig.Provider"
|
1113
|
-
optional :cluster_dns_scope, :enum, 2, "google.container.v1beta1.DNSConfig.DNSScope"
|
1114
|
-
optional :cluster_dns_domain, :string, 3
|
1115
|
-
end
|
1116
|
-
add_enum "google.container.v1beta1.DNSConfig.Provider" do
|
1117
|
-
value :PROVIDER_UNSPECIFIED, 0
|
1118
|
-
value :PLATFORM_DEFAULT, 1
|
1119
|
-
value :CLOUD_DNS, 2
|
1120
|
-
end
|
1121
|
-
add_enum "google.container.v1beta1.DNSConfig.DNSScope" do
|
1122
|
-
value :DNS_SCOPE_UNSPECIFIED, 0
|
1123
|
-
value :CLUSTER_SCOPE, 1
|
1124
|
-
value :VPC_SCOPE, 2
|
1125
|
-
end
|
1126
|
-
add_message "google.container.v1beta1.MaxPodsConstraint" do
|
1127
|
-
optional :max_pods_per_node, :int64, 1
|
1128
|
-
end
|
1129
|
-
add_message "google.container.v1beta1.WorkloadIdentityConfig" do
|
1130
|
-
optional :identity_namespace, :string, 1
|
1131
|
-
optional :workload_pool, :string, 2
|
1132
|
-
optional :identity_provider, :string, 3
|
1133
|
-
end
|
1134
|
-
add_message "google.container.v1beta1.WorkloadALTSConfig" do
|
1135
|
-
optional :enable_alts, :message, 1, "google.protobuf.BoolValue"
|
1136
|
-
end
|
1137
|
-
add_message "google.container.v1beta1.WorkloadCertificates" do
|
1138
|
-
optional :enable_certificates, :message, 1, "google.protobuf.BoolValue"
|
1139
|
-
end
|
1140
|
-
add_message "google.container.v1beta1.MeshCertificates" do
|
1141
|
-
optional :enable_certificates, :message, 1, "google.protobuf.BoolValue"
|
1142
|
-
end
|
1143
|
-
add_message "google.container.v1beta1.DatabaseEncryption" do
|
1144
|
-
optional :key_name, :string, 1
|
1145
|
-
optional :state, :enum, 2, "google.container.v1beta1.DatabaseEncryption.State"
|
1146
|
-
end
|
1147
|
-
add_enum "google.container.v1beta1.DatabaseEncryption.State" do
|
1148
|
-
value :UNKNOWN, 0
|
1149
|
-
value :ENCRYPTED, 1
|
1150
|
-
value :DECRYPTED, 2
|
1151
|
-
end
|
1152
|
-
add_message "google.container.v1beta1.ResourceUsageExportConfig" do
|
1153
|
-
optional :bigquery_destination, :message, 1, "google.container.v1beta1.ResourceUsageExportConfig.BigQueryDestination"
|
1154
|
-
optional :enable_network_egress_metering, :bool, 2
|
1155
|
-
optional :consumption_metering_config, :message, 3, "google.container.v1beta1.ResourceUsageExportConfig.ConsumptionMeteringConfig"
|
1156
|
-
end
|
1157
|
-
add_message "google.container.v1beta1.ResourceUsageExportConfig.BigQueryDestination" do
|
1158
|
-
optional :dataset_id, :string, 1
|
1159
|
-
end
|
1160
|
-
add_message "google.container.v1beta1.ResourceUsageExportConfig.ConsumptionMeteringConfig" do
|
1161
|
-
optional :enabled, :bool, 1
|
1162
|
-
end
|
1163
|
-
add_message "google.container.v1beta1.ShieldedNodes" do
|
1164
|
-
optional :enabled, :bool, 1
|
1165
|
-
end
|
1166
|
-
add_message "google.container.v1beta1.VirtualNIC" do
|
1167
|
-
optional :enabled, :bool, 1
|
1168
|
-
end
|
1169
|
-
add_message "google.container.v1beta1.FastSocket" do
|
1170
|
-
optional :enabled, :bool, 1
|
1171
|
-
end
|
1172
|
-
add_message "google.container.v1beta1.GetOpenIDConfigRequest" do
|
1173
|
-
optional :parent, :string, 1
|
1174
|
-
end
|
1175
|
-
add_message "google.container.v1beta1.GetOpenIDConfigResponse" do
|
1176
|
-
optional :issuer, :string, 1
|
1177
|
-
optional :jwks_uri, :string, 2
|
1178
|
-
repeated :response_types_supported, :string, 3
|
1179
|
-
repeated :subject_types_supported, :string, 4
|
1180
|
-
repeated :id_token_signing_alg_values_supported, :string, 5
|
1181
|
-
repeated :claims_supported, :string, 6
|
1182
|
-
repeated :grant_types, :string, 7
|
1183
|
-
end
|
1184
|
-
add_message "google.container.v1beta1.GetJSONWebKeysRequest" do
|
1185
|
-
optional :parent, :string, 1
|
1186
|
-
end
|
1187
|
-
add_message "google.container.v1beta1.Jwk" do
|
1188
|
-
optional :kty, :string, 1
|
1189
|
-
optional :alg, :string, 2
|
1190
|
-
optional :use, :string, 3
|
1191
|
-
optional :kid, :string, 4
|
1192
|
-
optional :n, :string, 5
|
1193
|
-
optional :e, :string, 6
|
1194
|
-
optional :x, :string, 7
|
1195
|
-
optional :y, :string, 8
|
1196
|
-
optional :crv, :string, 9
|
1197
|
-
end
|
1198
|
-
add_message "google.container.v1beta1.GetJSONWebKeysResponse" do
|
1199
|
-
repeated :keys, :message, 1, "google.container.v1beta1.Jwk"
|
1200
|
-
end
|
1201
|
-
add_message "google.container.v1beta1.ReleaseChannel" do
|
1202
|
-
optional :channel, :enum, 1, "google.container.v1beta1.ReleaseChannel.Channel"
|
1203
|
-
end
|
1204
|
-
add_enum "google.container.v1beta1.ReleaseChannel.Channel" do
|
1205
|
-
value :UNSPECIFIED, 0
|
1206
|
-
value :RAPID, 1
|
1207
|
-
value :REGULAR, 2
|
1208
|
-
value :STABLE, 3
|
1209
|
-
end
|
1210
|
-
add_message "google.container.v1beta1.CostManagementConfig" do
|
1211
|
-
optional :enabled, :bool, 1
|
1212
|
-
end
|
1213
|
-
add_message "google.container.v1beta1.TpuConfig" do
|
1214
|
-
optional :enabled, :bool, 1
|
1215
|
-
optional :use_service_networking, :bool, 2
|
1216
|
-
optional :ipv4_cidr_block, :string, 3
|
1217
|
-
end
|
1218
|
-
add_message "google.container.v1beta1.Master" do
|
1219
|
-
end
|
1220
|
-
add_message "google.container.v1beta1.Autopilot" do
|
1221
|
-
optional :enabled, :bool, 1
|
1222
|
-
end
|
1223
|
-
add_message "google.container.v1beta1.NotificationConfig" do
|
1224
|
-
optional :pubsub, :message, 1, "google.container.v1beta1.NotificationConfig.PubSub"
|
1225
|
-
end
|
1226
|
-
add_message "google.container.v1beta1.NotificationConfig.PubSub" do
|
1227
|
-
optional :enabled, :bool, 1
|
1228
|
-
optional :topic, :string, 2
|
1229
|
-
optional :filter, :message, 3, "google.container.v1beta1.NotificationConfig.Filter"
|
1230
|
-
end
|
1231
|
-
add_message "google.container.v1beta1.NotificationConfig.Filter" do
|
1232
|
-
repeated :event_type, :enum, 1, "google.container.v1beta1.NotificationConfig.EventType"
|
1233
|
-
end
|
1234
|
-
add_enum "google.container.v1beta1.NotificationConfig.EventType" do
|
1235
|
-
value :EVENT_TYPE_UNSPECIFIED, 0
|
1236
|
-
value :UPGRADE_AVAILABLE_EVENT, 1
|
1237
|
-
value :UPGRADE_EVENT, 2
|
1238
|
-
value :SECURITY_BULLETIN_EVENT, 3
|
1239
|
-
end
|
1240
|
-
add_message "google.container.v1beta1.ConfidentialNodes" do
|
1241
|
-
optional :enabled, :bool, 1
|
1242
|
-
end
|
1243
|
-
add_message "google.container.v1beta1.UpgradeEvent" do
|
1244
|
-
optional :resource_type, :enum, 1, "google.container.v1beta1.UpgradeResourceType"
|
1245
|
-
optional :operation, :string, 2
|
1246
|
-
optional :operation_start_time, :message, 3, "google.protobuf.Timestamp"
|
1247
|
-
optional :current_version, :string, 4
|
1248
|
-
optional :target_version, :string, 5
|
1249
|
-
optional :resource, :string, 6
|
1250
|
-
end
|
1251
|
-
add_message "google.container.v1beta1.UpgradeAvailableEvent" do
|
1252
|
-
optional :version, :string, 1
|
1253
|
-
optional :resource_type, :enum, 2, "google.container.v1beta1.UpgradeResourceType"
|
1254
|
-
optional :release_channel, :message, 3, "google.container.v1beta1.ReleaseChannel"
|
1255
|
-
optional :resource, :string, 4
|
1256
|
-
optional :windows_versions, :message, 5, "google.container.v1beta1.WindowsVersions"
|
1257
|
-
end
|
1258
|
-
add_message "google.container.v1beta1.SecurityBulletinEvent" do
|
1259
|
-
optional :resource_type_affected, :string, 1
|
1260
|
-
optional :bulletin_id, :string, 2
|
1261
|
-
repeated :cve_ids, :string, 3
|
1262
|
-
optional :severity, :string, 4
|
1263
|
-
optional :bulletin_uri, :string, 5
|
1264
|
-
optional :brief_description, :string, 6
|
1265
|
-
repeated :affected_supported_minors, :string, 7
|
1266
|
-
repeated :patched_versions, :string, 8
|
1267
|
-
optional :suggested_upgrade_target, :string, 9
|
1268
|
-
optional :manual_steps_required, :bool, 10
|
1269
|
-
end
|
1270
|
-
add_message "google.container.v1beta1.IdentityServiceConfig" do
|
1271
|
-
optional :enabled, :bool, 1
|
1272
|
-
end
|
1273
|
-
add_message "google.container.v1beta1.LoggingConfig" do
|
1274
|
-
optional :component_config, :message, 1, "google.container.v1beta1.LoggingComponentConfig"
|
1275
|
-
end
|
1276
|
-
add_message "google.container.v1beta1.LoggingComponentConfig" do
|
1277
|
-
repeated :enable_components, :enum, 1, "google.container.v1beta1.LoggingComponentConfig.Component"
|
1278
|
-
end
|
1279
|
-
add_enum "google.container.v1beta1.LoggingComponentConfig.Component" do
|
1280
|
-
value :COMPONENT_UNSPECIFIED, 0
|
1281
|
-
value :SYSTEM_COMPONENTS, 1
|
1282
|
-
value :WORKLOADS, 2
|
1283
|
-
value :APISERVER, 3
|
1284
|
-
value :SCHEDULER, 4
|
1285
|
-
value :CONTROLLER_MANAGER, 5
|
1286
|
-
end
|
1287
|
-
add_message "google.container.v1beta1.MonitoringConfig" do
|
1288
|
-
optional :component_config, :message, 1, "google.container.v1beta1.MonitoringComponentConfig"
|
1289
|
-
optional :managed_prometheus_config, :message, 2, "google.container.v1beta1.ManagedPrometheusConfig"
|
1290
|
-
end
|
1291
|
-
add_message "google.container.v1beta1.NodePoolLoggingConfig" do
|
1292
|
-
optional :variant_config, :message, 1, "google.container.v1beta1.LoggingVariantConfig"
|
1293
|
-
end
|
1294
|
-
add_message "google.container.v1beta1.LoggingVariantConfig" do
|
1295
|
-
optional :variant, :enum, 1, "google.container.v1beta1.LoggingVariantConfig.Variant"
|
1296
|
-
end
|
1297
|
-
add_enum "google.container.v1beta1.LoggingVariantConfig.Variant" do
|
1298
|
-
value :VARIANT_UNSPECIFIED, 0
|
1299
|
-
value :DEFAULT, 1
|
1300
|
-
value :MAX_THROUGHPUT, 2
|
1301
|
-
end
|
1302
|
-
add_message "google.container.v1beta1.MonitoringComponentConfig" do
|
1303
|
-
repeated :enable_components, :enum, 1, "google.container.v1beta1.MonitoringComponentConfig.Component"
|
1304
|
-
end
|
1305
|
-
add_enum "google.container.v1beta1.MonitoringComponentConfig.Component" do
|
1306
|
-
value :COMPONENT_UNSPECIFIED, 0
|
1307
|
-
value :SYSTEM_COMPONENTS, 1
|
1308
|
-
value :WORKLOADS, 2
|
1309
|
-
value :APISERVER, 3
|
1310
|
-
value :SCHEDULER, 4
|
1311
|
-
value :CONTROLLER_MANAGER, 5
|
1312
|
-
end
|
1313
|
-
add_message "google.container.v1beta1.Fleet" do
|
1314
|
-
optional :project, :string, 1
|
1315
|
-
optional :membership, :string, 2
|
1316
|
-
optional :pre_registered, :bool, 3
|
1317
|
-
end
|
1318
|
-
add_enum "google.container.v1beta1.PrivateIPv6GoogleAccess" do
|
1319
|
-
value :PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED, 0
|
1320
|
-
value :PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED, 1
|
1321
|
-
value :PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE, 2
|
1322
|
-
value :PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL, 3
|
1323
|
-
end
|
1324
|
-
add_enum "google.container.v1beta1.UpgradeResourceType" do
|
1325
|
-
value :UPGRADE_RESOURCE_TYPE_UNSPECIFIED, 0
|
1326
|
-
value :MASTER, 1
|
1327
|
-
value :NODE_POOL, 2
|
1328
|
-
end
|
1329
|
-
add_enum "google.container.v1beta1.NodePoolUpdateStrategy" do
|
1330
|
-
value :NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED, 0
|
1331
|
-
value :BLUE_GREEN, 2
|
1332
|
-
value :SURGE, 3
|
1333
|
-
end
|
1334
|
-
add_enum "google.container.v1beta1.DatapathProvider" do
|
1335
|
-
value :DATAPATH_PROVIDER_UNSPECIFIED, 0
|
1336
|
-
value :LEGACY_DATAPATH, 1
|
1337
|
-
value :ADVANCED_DATAPATH, 2
|
1338
|
-
end
|
1339
|
-
add_enum "google.container.v1beta1.StackType" do
|
1340
|
-
value :STACK_TYPE_UNSPECIFIED, 0
|
1341
|
-
value :IPV4, 1
|
1342
|
-
value :IPV4_IPV6, 2
|
19
|
+
|
20
|
+
descriptor_data = "\n.google/container/v1beta1/cluster_service.proto\x12\x18google.container.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x15google/rpc/code.proto\x1a\x17google/rpc/status.proto\x1a\x16google/type/date.proto\"\xa8\x02\n\x0fLinuxNodeConfig\x12G\n\x07sysctls\x18\x01 \x03(\x0b\x32\x36.google.container.v1beta1.LinuxNodeConfig.SysctlsEntry\x12I\n\x0b\x63group_mode\x18\x02 \x01(\x0e\x32\x34.google.container.v1beta1.LinuxNodeConfig.CgroupMode\x1a.\n\x0cSysctlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"Q\n\nCgroupMode\x12\x1b\n\x17\x43GROUP_MODE_UNSPECIFIED\x10\x00\x12\x12\n\x0e\x43GROUP_MODE_V1\x10\x01\x12\x12\n\x0e\x43GROUP_MODE_V2\x10\x02\"\xb9\x01\n\x11WindowsNodeConfig\x12I\n\nos_version\x18\x01 \x01(\x0e\x32\x35.google.container.v1beta1.WindowsNodeConfig.OSVersion\"Y\n\tOSVersion\x12\x1a\n\x16OS_VERSION_UNSPECIFIED\x10\x00\x12\x17\n\x13OS_VERSION_LTSC2019\x10\x01\x12\x17\n\x13OS_VERSION_LTSC2022\x10\x02\"\x98\x01\n\x11NodeKubeletConfig\x12\x1a\n\x12\x63pu_manager_policy\x18\x01 \x01(\t\x12\x31\n\rcpu_cfs_quota\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x1c\n\x14\x63pu_cfs_quota_period\x18\x03 \x01(\t\x12\x16\n\x0epod_pids_limit\x18\x04 \x01(\x03\"\x98\x10\n\nNodeConfig\x12\x14\n\x0cmachine_type\x18\x01 \x01(\t\x12\x14\n\x0c\x64isk_size_gb\x18\x02 \x01(\x05\x12\x14\n\x0coauth_scopes\x18\x03 \x03(\t\x12\x17\n\x0fservice_account\x18\t \x01(\t\x12\x44\n\x08metadata\x18\x04 \x03(\x0b\x32\x32.google.container.v1beta1.NodeConfig.MetadataEntry\x12\x12\n\nimage_type\x18\x05 \x01(\t\x12@\n\x06labels\x18\x06 \x03(\x0b\x32\x30.google.container.v1beta1.NodeConfig.LabelsEntry\x12\x17\n\x0flocal_ssd_count\x18\x07 \x01(\x05\x12\x0c\n\x04tags\x18\x08 \x03(\t\x12\x13\n\x0bpreemptible\x18\n \x01(\x08\x12\x41\n\x0c\x61\x63\x63\x65lerators\x18\x0b \x03(\x0b\x32+.google.container.v1beta1.AcceleratorConfig\x12?\n\x0esandbox_config\x18\x11 \x01(\x0b\x32\'.google.container.v1beta1.SandboxConfig\x12\x12\n\nnode_group\x18\x12 \x01(\t\x12K\n\x14reservation_affinity\x18\x13 \x01(\x0b\x32-.google.container.v1beta1.ReservationAffinity\x12\x11\n\tdisk_type\x18\x0c \x01(\t\x12\x18\n\x10min_cpu_platform\x18\r \x01(\t\x12R\n\x18workload_metadata_config\x18\x0e \x01(\x0b\x32\x30.google.container.v1beta1.WorkloadMetadataConfig\x12\x33\n\x06taints\x18\x0f \x03(\x0b\x32#.google.container.v1beta1.NodeTaint\x12\x19\n\x11\x62oot_disk_kms_key\x18\x17 \x01(\t\x12R\n\x18shielded_instance_config\x18\x14 \x01(\x0b\x32\x30.google.container.v1beta1.ShieldedInstanceConfig\x12\x44\n\x11linux_node_config\x18\x15 \x01(\x0b\x32).google.container.v1beta1.LinuxNodeConfig\x12\x43\n\x0ekubelet_config\x18\x16 \x01(\x0b\x32+.google.container.v1beta1.NodeKubeletConfig\x12R\n\x18\x65phemeral_storage_config\x18\x18 \x01(\x0b\x32\x30.google.container.v1beta1.EphemeralStorageConfig\x12\x39\n\x0bgcfs_config\x18\x19 \x01(\x0b\x32$.google.container.v1beta1.GcfsConfig\x12T\n\x19\x61\x64vanced_machine_features\x18\x1a \x01(\x0b\x32\x31.google.container.v1beta1.AdvancedMachineFeatures\x12\x33\n\x05gvnic\x18\x1d \x01(\x0b\x32$.google.container.v1beta1.VirtualNIC\x12\x0c\n\x04spot\x18 \x01(\x08\x12G\n\x12\x63onfidential_nodes\x18# \x01(\x0b\x32+.google.container.v1beta1.ConfidentialNodes\x12>\n\x0b\x66\x61st_socket\x18$ \x01(\x0b\x32$.google.container.v1beta1.FastSocketH\x00\x88\x01\x01\x12Q\n\x0fresource_labels\x18% \x03(\x0b\x32\x38.google.container.v1beta1.NodeConfig.ResourceLabelsEntry\x12G\n\x0elogging_config\x18& \x01(\x0b\x32/.google.container.v1beta1.NodePoolLoggingConfig\x12H\n\x13windows_node_config\x18\' \x01(\x0b\x32+.google.container.v1beta1.WindowsNodeConfig\x12V\n\x1blocal_nvme_ssd_block_config\x18( \x01(\x0b\x32\x31.google.container.v1beta1.LocalNvmeSsdBlockConfig\x12\x64\n\"ephemeral_storage_local_ssd_config\x18) \x01(\x0b\x32\x38.google.container.v1beta1.EphemeralStorageLocalSsdConfig\x12\x46\n\x12sole_tenant_config\x18* \x01(\x0b\x32*.google.container.v1beta1.SoleTenantConfig\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x35\n\x13ResourceLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0c_fast_socket\"M\n\x17\x41\x64vancedMachineFeatures\x12\x1d\n\x10threads_per_core\x18\x01 \x01(\x03H\x00\x88\x01\x01\x42\x13\n\x11_threads_per_core\"\x86\x06\n\x11NodeNetworkConfig\x12\x1d\n\x10\x63reate_pod_range\x18\x04 \x01(\x08\x42\x03\xe0\x41\x04\x12\x11\n\tpod_range\x18\x05 \x01(\t\x12\x1b\n\x13pod_ipv4_cidr_block\x18\x06 \x01(\t\x12!\n\x14\x65nable_private_nodes\x18\t \x01(\x08H\x00\x88\x01\x01\x12m\n\x1anetwork_performance_config\x18\x0b \x01(\x0b\x32\x44.google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfigH\x01\x88\x01\x01\x12[\n\x1dpod_cidr_overprovision_config\x18\r \x01(\x0b\x32\x34.google.container.v1beta1.PodCIDROverprovisionConfig\x1a\xfa\x02\n\x18NetworkPerformanceConfig\x12s\n\x1btotal_egress_bandwidth_tier\x18\x01 \x01(\x0e\x32I.google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.TierH\x00\x88\x01\x01\x12y\n!external_ip_egress_bandwidth_tier\x18\x02 \x01(\x0e\x32I.google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.TierH\x01\x88\x01\x01\"(\n\x04Tier\x12\x14\n\x10TIER_UNSPECIFIED\x10\x00\x12\n\n\x06TIER_1\x10\x01\x42\x1e\n\x1c_total_egress_bandwidth_tierB$\n\"_external_ip_egress_bandwidth_tierB\x17\n\x15_enable_private_nodesB\x1d\n\x1b_network_performance_config\"Y\n\x16ShieldedInstanceConfig\x12\x1a\n\x12\x65nable_secure_boot\x18\x01 \x01(\x08\x12#\n\x1b\x65nable_integrity_monitoring\x18\x02 \x01(\x08\"\x8a\x01\n\rSandboxConfig\x12\x18\n\x0csandbox_type\x18\x01 \x01(\tB\x02\x18\x01\x12:\n\x04type\x18\x02 \x01(\x0e\x32,.google.container.v1beta1.SandboxConfig.Type\"#\n\x04Type\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\n\n\x06GVISOR\x10\x01\"1\n\x16\x45phemeralStorageConfig\x12\x17\n\x0flocal_ssd_count\x18\x01 \x01(\x05\"2\n\x17LocalNvmeSsdBlockConfig\x12\x17\n\x0flocal_ssd_count\x18\x01 \x01(\x05\"9\n\x1e\x45phemeralStorageLocalSsdConfig\x12\x17\n\x0flocal_ssd_count\x18\x01 \x01(\x05\"\x1d\n\nGcfsConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xe4\x01\n\x13ReservationAffinity\x12T\n\x18\x63onsume_reservation_type\x18\x01 \x01(\x0e\x32\x32.google.container.v1beta1.ReservationAffinity.Type\x12\x0b\n\x03key\x18\x02 \x01(\t\x12\x0e\n\x06values\x18\x03 \x03(\t\"Z\n\x04Type\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x12\n\x0eNO_RESERVATION\x10\x01\x12\x13\n\x0f\x41NY_RESERVATION\x10\x02\x12\x18\n\x14SPECIFIC_RESERVATION\x10\x03\"\xa0\x02\n\x10SoleTenantConfig\x12P\n\x0fnode_affinities\x18\x01 \x03(\x0b\x32\x37.google.container.v1beta1.SoleTenantConfig.NodeAffinity\x1a\xb9\x01\n\x0cNodeAffinity\x12\x0b\n\x03key\x18\x01 \x01(\t\x12R\n\x08operator\x18\x02 \x01(\x0e\x32@.google.container.v1beta1.SoleTenantConfig.NodeAffinity.Operator\x12\x0e\n\x06values\x18\x03 \x03(\t\"8\n\x08Operator\x12\x18\n\x14OPERATOR_UNSPECIFIED\x10\x00\x12\x06\n\x02IN\x10\x01\x12\n\n\x06NOT_IN\x10\x02\"\xbe\x01\n\tNodeTaint\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\x12:\n\x06\x65\x66\x66\x65\x63t\x18\x03 \x01(\x0e\x32*.google.container.v1beta1.NodeTaint.Effect\"Y\n\x06\x45\x66\x66\x65\x63t\x12\x16\n\x12\x45\x46\x46\x45\x43T_UNSPECIFIED\x10\x00\x12\x0f\n\x0bNO_SCHEDULE\x10\x01\x12\x16\n\x12PREFER_NO_SCHEDULE\x10\x02\x12\x0e\n\nNO_EXECUTE\x10\x03\"A\n\nNodeTaints\x12\x33\n\x06taints\x18\x01 \x03(\x0b\x32#.google.container.v1beta1.NodeTaint\"}\n\nNodeLabels\x12@\n\x06labels\x18\x01 \x03(\x0b\x32\x30.google.container.v1beta1.NodeLabels.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x85\x01\n\x0eResourceLabels\x12\x44\n\x06labels\x18\x01 \x03(\x0b\x32\x34.google.container.v1beta1.ResourceLabels.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x1b\n\x0bNetworkTags\x12\x0c\n\x04tags\x18\x01 \x03(\t\"\xde\x01\n\nMasterAuth\x12\x14\n\x08username\x18\x01 \x01(\tB\x02\x18\x01\x12\x14\n\x08password\x18\x02 \x01(\tB\x02\x18\x01\x12T\n\x19\x63lient_certificate_config\x18\x03 \x01(\x0b\x32\x31.google.container.v1beta1.ClientCertificateConfig\x12\x1e\n\x16\x63luster_ca_certificate\x18\x64 \x01(\t\x12\x1a\n\x12\x63lient_certificate\x18\x65 \x01(\t\x12\x12\n\nclient_key\x18\x66 \x01(\t\";\n\x17\x43lientCertificateConfig\x12 \n\x18issue_client_certificate\x18\x01 \x01(\x08\"\x9b\x08\n\x0c\x41\x64\x64onsConfig\x12H\n\x13http_load_balancing\x18\x01 \x01(\x0b\x32+.google.container.v1beta1.HttpLoadBalancing\x12V\n\x1ahorizontal_pod_autoscaling\x18\x02 \x01(\x0b\x32\x32.google.container.v1beta1.HorizontalPodAutoscaling\x12O\n\x14kubernetes_dashboard\x18\x03 \x01(\x0b\x32-.google.container.v1beta1.KubernetesDashboardB\x02\x18\x01\x12L\n\x15network_policy_config\x18\x04 \x01(\x0b\x32-.google.container.v1beta1.NetworkPolicyConfig\x12?\n\x0cistio_config\x18\x05 \x01(\x0b\x32%.google.container.v1beta1.IstioConfigB\x02\x18\x01\x12\x42\n\x10\x63loud_run_config\x18\x07 \x01(\x0b\x32(.google.container.v1beta1.CloudRunConfig\x12\x42\n\x10\x64ns_cache_config\x18\x08 \x01(\x0b\x32(.google.container.v1beta1.DnsCacheConfig\x12P\n\x17\x63onfig_connector_config\x18\n \x01(\x0b\x32/.google.container.v1beta1.ConfigConnectorConfig\x12i\n%gce_persistent_disk_csi_driver_config\x18\x0b \x01(\x0b\x32:.google.container.v1beta1.GcePersistentDiskCsiDriverConfig\x12=\n\x0bkalm_config\x18\x0c \x01(\x0b\x32$.google.container.v1beta1.KalmConfigB\x02\x18\x01\x12^\n\x1fgcp_filestore_csi_driver_config\x18\x0e \x01(\x0b\x32\x35.google.container.v1beta1.GcpFilestoreCsiDriverConfig\x12O\n\x17gke_backup_agent_config\x18\x10 \x01(\x0b\x32..google.container.v1beta1.GkeBackupAgentConfig\x12T\n\x1agcs_fuse_csi_driver_config\x18\x11 \x01(\x0b\x32\x30.google.container.v1beta1.GcsFuseCsiDriverConfig\"%\n\x11HttpLoadBalancing\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\",\n\x18HorizontalPodAutoscaling\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\"\'\n\x13KubernetesDashboard\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\"\'\n\x13NetworkPolicyConfig\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\"!\n\x0e\x44nsCacheConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"!\n\nKalmConfig\x12\x13\n\x07\x65nabled\x18\x01 \x01(\x08\x42\x02\x18\x01\"\'\n\x14GkeBackupAgentConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"(\n\x15\x43onfigConnectorConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"3\n GcePersistentDiskCsiDriverConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\".\n\x1bGcpFilestoreCsiDriverConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\")\n\x16GcsFuseCsiDriverConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"9\n&PrivateClusterMasterGlobalAccessConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xca\x02\n\x14PrivateClusterConfig\x12\x1c\n\x14\x65nable_private_nodes\x18\x01 \x01(\x08\x12\x1f\n\x17\x65nable_private_endpoint\x18\x02 \x01(\x08\x12\x1e\n\x16master_ipv4_cidr_block\x18\x03 \x01(\t\x12\x18\n\x10private_endpoint\x18\x04 \x01(\t\x12\x17\n\x0fpublic_endpoint\x18\x05 \x01(\t\x12\x14\n\x0cpeering_name\x18\x07 \x01(\t\x12\x65\n\x1bmaster_global_access_config\x18\x08 \x01(\x0b\x32@.google.container.v1beta1.PrivateClusterMasterGlobalAccessConfig\x12#\n\x1bprivate_endpoint_subnetwork\x18\n \x01(\t\"\x9f\x01\n\x0bIstioConfig\x12\x14\n\x08\x64isabled\x18\x01 \x01(\x08\x42\x02\x18\x01\x12\x45\n\x04\x61uth\x18\x02 \x01(\x0e\x32\x33.google.container.v1beta1.IstioConfig.IstioAuthModeB\x02\x18\x01\"3\n\rIstioAuthMode\x12\r\n\tAUTH_NONE\x10\x00\x12\x13\n\x0f\x41UTH_MUTUAL_TLS\x10\x01\"\xf3\x01\n\x0e\x43loudRunConfig\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\x12U\n\x12load_balancer_type\x18\x03 \x01(\x0e\x32\x39.google.container.v1beta1.CloudRunConfig.LoadBalancerType\"x\n\x10LoadBalancerType\x12\"\n\x1eLOAD_BALANCER_TYPE_UNSPECIFIED\x10\x00\x12\x1f\n\x1bLOAD_BALANCER_TYPE_EXTERNAL\x10\x01\x12\x1f\n\x1bLOAD_BALANCER_TYPE_INTERNAL\x10\x02\"\x93\x02\n\x1eMasterAuthorizedNetworksConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12W\n\x0b\x63idr_blocks\x18\x02 \x03(\x0b\x32\x42.google.container.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock\x12,\n\x1fgcp_public_cidrs_access_enabled\x18\x03 \x01(\x08H\x00\x88\x01\x01\x1a\x35\n\tCidrBlock\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x12\n\ncidr_block\x18\x02 \x01(\tB\"\n _gcp_public_cidrs_access_enabled\"\x1d\n\nLegacyAbac\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\x96\x01\n\rNetworkPolicy\x12\x42\n\x08provider\x18\x01 \x01(\x0e\x32\x30.google.container.v1beta1.NetworkPolicy.Provider\x12\x0f\n\x07\x65nabled\x18\x02 \x01(\x08\"0\n\x08Provider\x12\x18\n\x14PROVIDER_UNSPECIFIED\x10\x00\x12\n\n\x06\x43\x41LICO\x10\x01\"-\n\x1aPodCIDROverprovisionConfig\x12\x0f\n\x07\x64isable\x18\x01 \x01(\x08\"\xf5\x07\n\x12IPAllocationPolicy\x12\x16\n\x0euse_ip_aliases\x18\x01 \x01(\x08\x12\x19\n\x11\x63reate_subnetwork\x18\x02 \x01(\x08\x12\x17\n\x0fsubnetwork_name\x18\x03 \x01(\t\x12\x1d\n\x11\x63luster_ipv4_cidr\x18\x04 \x01(\tB\x02\x18\x01\x12\x1a\n\x0enode_ipv4_cidr\x18\x05 \x01(\tB\x02\x18\x01\x12\x1e\n\x12services_ipv4_cidr\x18\x06 \x01(\tB\x02\x18\x01\x12$\n\x1c\x63luster_secondary_range_name\x18\x07 \x01(\t\x12%\n\x1dservices_secondary_range_name\x18\x08 \x01(\t\x12\x1f\n\x17\x63luster_ipv4_cidr_block\x18\t \x01(\t\x12\x1c\n\x14node_ipv4_cidr_block\x18\n \x01(\t\x12 \n\x18services_ipv4_cidr_block\x18\x0b \x01(\t\x12\x1b\n\x13\x61llow_route_overlap\x18\x0c \x01(\x08\x12\x1b\n\x13tpu_ipv4_cidr_block\x18\r \x01(\t\x12\x12\n\nuse_routes\x18\x0f \x01(\x08\x12J\n\nstack_type\x18\x10 \x01(\x0e\x32\x36.google.container.v1beta1.IPAllocationPolicy.StackType\x12U\n\x10ipv6_access_type\x18\x11 \x01(\x0e\x32;.google.container.v1beta1.IPAllocationPolicy.IPv6AccessType\x12[\n\x1dpod_cidr_overprovision_config\x18\x15 \x01(\x0b\x32\x34.google.container.v1beta1.PodCIDROverprovisionConfig\x12#\n\x16subnet_ipv6_cidr_block\x18\x16 \x01(\tB\x03\xe0\x41\x03\x12%\n\x18services_ipv6_cidr_block\x18\x17 \x01(\tB\x03\xe0\x41\x03\x12^\n\x1c\x61\x64\x64itional_pod_ranges_config\x18\x18 \x01(\x0b\x32\x33.google.container.v1beta1.AdditionalPodRangesConfigB\x03\xe0\x41\x03\"@\n\tStackType\x12\x1a\n\x16STACK_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04IPV4\x10\x01\x12\r\n\tIPV4_IPV6\x10\x02\"N\n\x0eIPv6AccessType\x12 \n\x1cIPV6_ACCESS_TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08INTERNAL\x10\x01\x12\x0c\n\x08\x45XTERNAL\x10\x02\"\xe8\x01\n\x13\x42inaryAuthorization\x12\x13\n\x07\x65nabled\x18\x01 \x01(\x08\x42\x02\x18\x01\x12U\n\x0f\x65valuation_mode\x18\x02 \x01(\x0e\x32<.google.container.v1beta1.BinaryAuthorization.EvaluationMode\"e\n\x0e\x45valuationMode\x12\x1f\n\x1b\x45VALUATION_MODE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44ISABLED\x10\x01\x12$\n PROJECT_SINGLETON_POLICY_ENFORCE\x10\x02\"*\n\x17PodSecurityPolicyConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"D\n\x19\x41uthenticatorGroupsConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x16\n\x0esecurity_group\x18\x02 \x01(\t\"\x96\x01\n\x10\x43lusterTelemetry\x12=\n\x04type\x18\x01 \x01(\x0e\x32/.google.container.v1beta1.ClusterTelemetry.Type\"C\n\x04Type\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0c\n\x08\x44ISABLED\x10\x01\x12\x0b\n\x07\x45NABLED\x10\x02\x12\x0f\n\x0bSYSTEM_ONLY\x10\x03\"\xfb\x1f\n\x07\x43luster\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x1e\n\x12initial_node_count\x18\x03 \x01(\x05\x42\x02\x18\x01\x12=\n\x0bnode_config\x18\x04 \x01(\x0b\x32$.google.container.v1beta1.NodeConfigB\x02\x18\x01\x12\x39\n\x0bmaster_auth\x18\x05 \x01(\x0b\x32$.google.container.v1beta1.MasterAuth\x12\x17\n\x0flogging_service\x18\x06 \x01(\t\x12\x1a\n\x12monitoring_service\x18\x07 \x01(\t\x12\x0f\n\x07network\x18\x08 \x01(\t\x12\x19\n\x11\x63luster_ipv4_cidr\x18\t \x01(\t\x12=\n\raddons_config\x18\n \x01(\x0b\x32&.google.container.v1beta1.AddonsConfig\x12\x12\n\nsubnetwork\x18\x0b \x01(\t\x12\x36\n\nnode_pools\x18\x0c \x03(\x0b\x32\".google.container.v1beta1.NodePool\x12\x11\n\tlocations\x18\r \x03(\t\x12\x1f\n\x17\x65nable_kubernetes_alpha\x18\x0e \x01(\x08\x12I\n\x14\x65nable_k8s_beta_apis\x18\x8f\x01 \x01(\x0b\x32*.google.container.v1beta1.K8sBetaAPIConfig\x12N\n\x0fresource_labels\x18\x0f \x03(\x0b\x32\x35.google.container.v1beta1.Cluster.ResourceLabelsEntry\x12\x19\n\x11label_fingerprint\x18\x10 \x01(\t\x12\x39\n\x0blegacy_abac\x18\x12 \x01(\x0b\x32$.google.container.v1beta1.LegacyAbac\x12?\n\x0enetwork_policy\x18\x13 \x01(\x0b\x32\'.google.container.v1beta1.NetworkPolicy\x12J\n\x14ip_allocation_policy\x18\x14 \x01(\x0b\x32,.google.container.v1beta1.IPAllocationPolicy\x12\x63\n!master_authorized_networks_config\x18\x16 \x01(\x0b\x32\x38.google.container.v1beta1.MasterAuthorizedNetworksConfig\x12G\n\x12maintenance_policy\x18\x17 \x01(\x0b\x32+.google.container.v1beta1.MaintenancePolicy\x12K\n\x14\x62inary_authorization\x18\x18 \x01(\x0b\x32-.google.container.v1beta1.BinaryAuthorization\x12U\n\x1apod_security_policy_config\x18\x19 \x01(\x0b\x32\x31.google.container.v1beta1.PodSecurityPolicyConfig\x12\x41\n\x0b\x61utoscaling\x18\x1a \x01(\x0b\x32,.google.container.v1beta1.ClusterAutoscaling\x12?\n\x0enetwork_config\x18\x1b \x01(\x0b\x32\'.google.container.v1beta1.NetworkConfig\x12\x1b\n\x0fprivate_cluster\x18\x1c \x01(\x08\x42\x02\x18\x01\x12\"\n\x16master_ipv4_cidr_block\x18\x1d \x01(\tB\x02\x18\x01\x12P\n\x1b\x64\x65\x66\x61ult_max_pods_constraint\x18\x1e \x01(\x0b\x32+.google.container.v1beta1.MaxPodsConstraint\x12Y\n\x1cresource_usage_export_config\x18! \x01(\x0b\x32\x33.google.container.v1beta1.ResourceUsageExportConfig\x12X\n\x1b\x61uthenticator_groups_config\x18\" \x01(\x0b\x32\x33.google.container.v1beta1.AuthenticatorGroupsConfig\x12N\n\x16private_cluster_config\x18% \x01(\x0b\x32..google.container.v1beta1.PrivateClusterConfig\x12R\n\x18vertical_pod_autoscaling\x18\' \x01(\x0b\x32\x30.google.container.v1beta1.VerticalPodAutoscaling\x12?\n\x0eshielded_nodes\x18( \x01(\x0b\x32\'.google.container.v1beta1.ShieldedNodes\x12\x41\n\x0frelease_channel\x18) \x01(\x0b\x32(.google.container.v1beta1.ReleaseChannel\x12R\n\x18workload_identity_config\x18+ \x01(\x0b\x32\x30.google.container.v1beta1.WorkloadIdentityConfig\x12M\n\x15workload_certificates\x18\x34 \x01(\x0b\x32..google.container.v1beta1.WorkloadCertificates\x12\x45\n\x11mesh_certificates\x18\x43 \x01(\x0b\x32*.google.container.v1beta1.MeshCertificates\x12J\n\x14workload_alts_config\x18\x35 \x01(\x0b\x32,.google.container.v1beta1.WorkloadALTSConfig\x12N\n\x16\x63ost_management_config\x18- \x01(\x0b\x32..google.container.v1beta1.CostManagementConfig\x12\x45\n\x11\x63luster_telemetry\x18. \x01(\x0b\x32*.google.container.v1beta1.ClusterTelemetry\x12\x37\n\ntpu_config\x18/ \x01(\x0b\x32#.google.container.v1beta1.TpuConfig\x12I\n\x13notification_config\x18\x31 \x01(\x0b\x32,.google.container.v1beta1.NotificationConfig\x12G\n\x12\x63onfidential_nodes\x18\x32 \x01(\x0b\x32+.google.container.v1beta1.ConfidentialNodes\x12P\n\x17identity_service_config\x18\x36 \x01(\x0b\x32/.google.container.v1beta1.IdentityServiceConfig\x12\x11\n\tself_link\x18\x64 \x01(\t\x12\x10\n\x04zone\x18\x65 \x01(\tB\x02\x18\x01\x12\x10\n\x08\x65ndpoint\x18\x66 \x01(\t\x12\x1f\n\x17initial_cluster_version\x18g \x01(\t\x12\x1e\n\x16\x63urrent_master_version\x18h \x01(\t\x12 \n\x14\x63urrent_node_version\x18i \x01(\tB\x02\x18\x01\x12\x13\n\x0b\x63reate_time\x18j \x01(\t\x12\x38\n\x06status\x18k \x01(\x0e\x32(.google.container.v1beta1.Cluster.Status\x12\x1a\n\x0estatus_message\x18l \x01(\tB\x02\x18\x01\x12\x1b\n\x13node_ipv4_cidr_size\x18m \x01(\x05\x12\x1a\n\x12services_ipv4_cidr\x18n \x01(\t\x12\x1f\n\x13instance_group_urls\x18o \x03(\tB\x02\x18\x01\x12\x1e\n\x12\x63urrent_node_count\x18p \x01(\x05\x42\x02\x18\x01\x12\x13\n\x0b\x65xpire_time\x18q \x01(\t\x12\x10\n\x08location\x18r \x01(\t\x12\x12\n\nenable_tpu\x18s \x01(\x08\x12\x1b\n\x13tpu_ipv4_cidr_block\x18t \x01(\t\x12I\n\x13\x64\x61tabase_encryption\x18& \x01(\x0b\x32,.google.container.v1beta1.DatabaseEncryption\x12=\n\nconditions\x18v \x03(\x0b\x32).google.container.v1beta1.StatusCondition\x12\x30\n\x06master\x18| \x01(\x0b\x32 .google.container.v1beta1.Master\x12\x37\n\tautopilot\x18\x80\x01 \x01(\x0b\x32#.google.container.v1beta1.Autopilot\x12\x10\n\x02id\x18\x81\x01 \x01(\tB\x03\xe0\x41\x03\x12L\n\x12node_pool_defaults\x18\x83\x01 \x01(\x0b\x32*.google.container.v1beta1.NodePoolDefaultsH\x00\x88\x01\x01\x12@\n\x0elogging_config\x18\x84\x01 \x01(\x0b\x32\'.google.container.v1beta1.LoggingConfig\x12\x46\n\x11monitoring_config\x18\x85\x01 \x01(\x0b\x32*.google.container.v1beta1.MonitoringConfig\x12L\n\x15node_pool_auto_config\x18\x88\x01 \x01(\x0b\x32,.google.container.v1beta1.NodePoolAutoConfig\x12\x45\n\x0eprotect_config\x18\x89\x01 \x01(\x0b\x32\'.google.container.v1beta1.ProtectConfigH\x01\x88\x01\x01\x12\r\n\x04\x65tag\x18\x8b\x01 \x01(\t\x12/\n\x05\x66leet\x18\x8c\x01 \x01(\x0b\x32\x1f.google.container.v1beta1.Fleet\x1a\x35\n\x13ResourceLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"w\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0f\n\x0bRECONCILING\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\x0c\n\x08\x44\x45GRADED\x10\x06\x42\x15\n\x13_node_pool_defaultsB\x11\n\x0f_protect_config\"(\n\x10K8sBetaAPIConfig\x12\x14\n\x0c\x65nabled_apis\x18\x01 \x03(\t\"\xc4\x01\n\x0eWorkloadConfig\x12\x46\n\naudit_mode\x18\x01 \x01(\x0e\x32-.google.container.v1beta1.WorkloadConfig.ModeH\x00\x88\x01\x01\"[\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44ISABLED\x10\x01\x12\t\n\x05\x42\x41SIC\x10\x04\x12\x10\n\x08\x42\x41SELINE\x10\x02\x1a\x02\x08\x01\x12\x12\n\nRESTRICTED\x10\x03\x1a\x02\x08\x01\x42\r\n\x0b_audit_mode\"\xdb\x02\n\rProtectConfig\x12\x46\n\x0fworkload_config\x18\x01 \x01(\x0b\x32(.google.container.v1beta1.WorkloadConfigH\x00\x88\x01\x01\x12k\n\x1bworkload_vulnerability_mode\x18\x02 \x01(\x0e\x32\x41.google.container.v1beta1.ProtectConfig.WorkloadVulnerabilityModeH\x01\x88\x01\x01\"a\n\x19WorkloadVulnerabilityMode\x12+\n\'WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44ISABLED\x10\x01\x12\t\n\x05\x42\x41SIC\x10\x02\x42\x12\n\x10_workload_configB\x1e\n\x1c_workload_vulnerability_mode\"^\n\x10NodePoolDefaults\x12J\n\x14node_config_defaults\x18\x01 \x01(\x0b\x32,.google.container.v1beta1.NodeConfigDefaults\"\x98\x01\n\x12NodeConfigDefaults\x12\x39\n\x0bgcfs_config\x18\x01 \x01(\x0b\x32$.google.container.v1beta1.GcfsConfig\x12G\n\x0elogging_config\x18\x03 \x01(\x0b\x32/.google.container.v1beta1.NodePoolLoggingConfig\"Q\n\x12NodePoolAutoConfig\x12;\n\x0cnetwork_tags\x18\x01 \x01(\x0b\x32%.google.container.v1beta1.NetworkTags\"\xa9\x1f\n\rClusterUpdate\x12\x1c\n\x14\x64\x65sired_node_version\x18\x04 \x01(\t\x12\"\n\x1a\x64\x65sired_monitoring_service\x18\x05 \x01(\t\x12\x45\n\x15\x64\x65sired_addons_config\x18\x06 \x01(\x0b\x32&.google.container.v1beta1.AddonsConfig\x12\x1c\n\x14\x64\x65sired_node_pool_id\x18\x07 \x01(\t\x12\x1a\n\x12\x64\x65sired_image_type\x18\x08 \x01(\t\x12T\n\x1d\x64\x65sired_node_pool_autoscaling\x18\t \x01(\x0b\x32-.google.container.v1beta1.NodePoolAutoscaling\x12\x19\n\x11\x64\x65sired_locations\x18\n \x03(\t\x12k\n)desired_master_authorized_networks_config\x18\x0c \x01(\x0b\x32\x38.google.container.v1beta1.MasterAuthorizedNetworksConfig\x12]\n\"desired_pod_security_policy_config\x18\x0e \x01(\x0b\x32\x31.google.container.v1beta1.PodSecurityPolicyConfig\x12Q\n\x1b\x64\x65sired_cluster_autoscaling\x18\x0f \x01(\x0b\x32,.google.container.v1beta1.ClusterAutoscaling\x12S\n\x1c\x64\x65sired_binary_authorization\x18\x10 \x01(\x0b\x32-.google.container.v1beta1.BinaryAuthorization\x12\x1f\n\x17\x64\x65sired_logging_service\x18\x13 \x01(\t\x12\x61\n$desired_resource_usage_export_config\x18\x15 \x01(\x0b\x32\x33.google.container.v1beta1.ResourceUsageExportConfig\x12Z\n desired_vertical_pod_autoscaling\x18\x16 \x01(\x0b\x32\x30.google.container.v1beta1.VerticalPodAutoscaling\x12V\n\x1e\x64\x65sired_private_cluster_config\x18\x19 \x01(\x0b\x32..google.container.v1beta1.PrivateClusterConfig\x12\x61\n$desired_intra_node_visibility_config\x18\x1a \x01(\x0b\x32\x33.google.container.v1beta1.IntraNodeVisibilityConfig\x12P\n\x1b\x64\x65sired_default_snat_status\x18\x1c \x01(\x0b\x32+.google.container.v1beta1.DefaultSnatStatus\x12M\n\x19\x64\x65sired_cluster_telemetry\x18\x1e \x01(\x0b\x32*.google.container.v1beta1.ClusterTelemetry\x12I\n\x17\x64\x65sired_release_channel\x18\x1f \x01(\x0b\x32(.google.container.v1beta1.ReleaseChannel\x12?\n\x12\x64\x65sired_tpu_config\x18& \x01(\x0b\x32#.google.container.v1beta1.TpuConfig\x12V\n\x1f\x64\x65sired_l4ilb_subsetting_config\x18\' \x01(\x0b\x32-.google.container.v1beta1.ILBSubsettingConfig\x12M\n\x19\x64\x65sired_datapath_provider\x18\x32 \x01(\x0e\x32*.google.container.v1beta1.DatapathProvider\x12]\n\"desired_private_ipv6_google_access\x18\x33 \x01(\x0e\x32\x31.google.container.v1beta1.PrivateIPv6GoogleAccess\x12Q\n\x1b\x64\x65sired_notification_config\x18\x37 \x01(\x0b\x32,.google.container.v1beta1.NotificationConfig\x12\x1e\n\x16\x64\x65sired_master_version\x18\x64 \x01(\t\x12\x41\n\x13\x64\x65sired_gcfs_config\x18m \x01(\x0b\x32$.google.container.v1beta1.GcfsConfig\x12Q\n\x1b\x64\x65sired_database_encryption\x18. \x01(\x0b\x32,.google.container.v1beta1.DatabaseEncryption\x12Z\n desired_workload_identity_config\x18/ \x01(\x0b\x32\x30.google.container.v1beta1.WorkloadIdentityConfig\x12U\n\x1d\x64\x65sired_workload_certificates\x18= \x01(\x0b\x32..google.container.v1beta1.WorkloadCertificates\x12M\n\x19\x64\x65sired_mesh_certificates\x18\x43 \x01(\x0b\x32*.google.container.v1beta1.MeshCertificates\x12R\n\x1c\x64\x65sired_workload_alts_config\x18> \x01(\x0b\x32,.google.container.v1beta1.WorkloadALTSConfig\x12G\n\x16\x64\x65sired_shielded_nodes\x18\x30 \x01(\x0b\x32\'.google.container.v1beta1.ShieldedNodes\x12V\n\x1e\x64\x65sired_cost_management_config\x18\x31 \x01(\x0b\x32..google.container.v1beta1.CostManagementConfig\x12\x38\n\x0e\x64\x65sired_master\x18\x34 \x01(\x0b\x32 .google.container.v1beta1.Master\x12?\n\x12\x64\x65sired_dns_config\x18\x35 \x01(\x0b\x32#.google.container.v1beta1.DNSConfig\x12_\n#desired_service_external_ips_config\x18< \x01(\x0b\x32\x32.google.container.v1beta1.ServiceExternalIPsConfig\x12`\n#desired_authenticator_groups_config\x18? \x01(\x0b\x32\x33.google.container.v1beta1.AuthenticatorGroupsConfig\x12G\n\x16\x64\x65sired_logging_config\x18@ \x01(\x0b\x32\'.google.container.v1beta1.LoggingConfig\x12M\n\x19\x64\x65sired_monitoring_config\x18\x41 \x01(\x0b\x32*.google.container.v1beta1.MonitoringConfig\x12X\n\x1f\x64\x65sired_identity_service_config\x18\x42 \x01(\x0b\x32/.google.container.v1beta1.IdentityServiceConfig\x12,\n\x1f\x64\x65sired_enable_private_endpoint\x18G \x01(\x08H\x00\x88\x01\x01\x12Y\n*desired_node_pool_auto_config_network_tags\x18n \x01(\x0b\x32%.google.container.v1beta1.NetworkTags\x12L\n\x16\x64\x65sired_protect_config\x18p \x01(\x0b\x32\'.google.container.v1beta1.ProtectConfigH\x01\x88\x01\x01\x12N\n\x1a\x64\x65sired_gateway_api_config\x18r \x01(\x0b\x32*.google.container.v1beta1.GatewayAPIConfig\x12\x0c\n\x04\x65tag\x18s \x01(\t\x12Y\n desired_node_pool_logging_config\x18t \x01(\x0b\x32/.google.container.v1beta1.NodePoolLoggingConfig\x12\x36\n\rdesired_fleet\x18u \x01(\x0b\x32\x1f.google.container.v1beta1.Fleet\x12?\n\x12\x64\x65sired_stack_type\x18w \x01(\x0e\x32#.google.container.v1beta1.StackType\x12Y\n\x1c\x61\x64\x64itional_pod_ranges_config\x18x \x01(\x0b\x32\x33.google.container.v1beta1.AdditionalPodRangesConfig\x12\x61\n$removed_additional_pod_ranges_config\x18y \x01(\x0b\x32\x33.google.container.v1beta1.AdditionalPodRangesConfig\x12H\n\x14\x65nable_k8s_beta_apis\x18z \x01(\x0b\x32*.google.container.v1beta1.K8sBetaAPIConfig\x12/\n\"desired_enable_fqdn_network_policy\x18~ \x01(\x08H\x02\x88\x01\x01\x12J\n\x15\x64\x65sired_k8s_beta_apis\x18\x83\x01 \x01(\x0b\x32*.google.container.v1beta1.K8sBetaAPIConfigB\"\n _desired_enable_private_endpointB\x19\n\x17_desired_protect_configB%\n#_desired_enable_fqdn_network_policy\"4\n\x19\x41\x64\x64itionalPodRangesConfig\x12\x17\n\x0fpod_range_names\x18\x01 \x03(\t\"\xb2\x08\n\tOperation\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x04zone\x18\x02 \x01(\tB\x02\x18\x01\x12@\n\x0eoperation_type\x18\x03 \x01(\x0e\x32(.google.container.v1beta1.Operation.Type\x12:\n\x06status\x18\x04 \x01(\x0e\x32*.google.container.v1beta1.Operation.Status\x12\x0e\n\x06\x64\x65tail\x18\x08 \x01(\t\x12\x1d\n\x0estatus_message\x18\x05 \x01(\tB\x05\x18\x01\xe0\x41\x03\x12\x11\n\tself_link\x18\x06 \x01(\t\x12\x13\n\x0btarget_link\x18\x07 \x01(\t\x12\x10\n\x08location\x18\t \x01(\t\x12\x12\n\nstart_time\x18\n \x01(\t\x12\x10\n\x08\x65nd_time\x18\x0b \x01(\t\x12\x42\n\x08progress\x18\x0c \x01(\x0b\x32+.google.container.v1beta1.OperationProgressB\x03\xe0\x41\x03\x12I\n\x12\x63luster_conditions\x18\r \x03(\x0b\x32).google.container.v1beta1.StatusConditionB\x02\x18\x01\x12J\n\x13nodepool_conditions\x18\x0e \x03(\x0b\x32).google.container.v1beta1.StatusConditionB\x02\x18\x01\x12!\n\x05\x65rror\x18\x0f \x01(\x0b\x32\x12.google.rpc.Status\"R\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07PENDING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x08\n\x04\x44ONE\x10\x03\x12\x0c\n\x08\x41\x42ORTING\x10\x04\"\xa5\x03\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x12\n\x0e\x43REATE_CLUSTER\x10\x01\x12\x12\n\x0e\x44\x45LETE_CLUSTER\x10\x02\x12\x12\n\x0eUPGRADE_MASTER\x10\x03\x12\x11\n\rUPGRADE_NODES\x10\x04\x12\x12\n\x0eREPAIR_CLUSTER\x10\x05\x12\x12\n\x0eUPDATE_CLUSTER\x10\x06\x12\x14\n\x10\x43REATE_NODE_POOL\x10\x07\x12\x14\n\x10\x44\x45LETE_NODE_POOL\x10\x08\x12\x1c\n\x18SET_NODE_POOL_MANAGEMENT\x10\t\x12\x15\n\x11\x41UTO_REPAIR_NODES\x10\n\x12\x1a\n\x12\x41UTO_UPGRADE_NODES\x10\x0b\x1a\x02\x08\x01\x12\x12\n\nSET_LABELS\x10\x0c\x1a\x02\x08\x01\x12\x17\n\x0fSET_MASTER_AUTH\x10\r\x1a\x02\x08\x01\x12\x16\n\x12SET_NODE_POOL_SIZE\x10\x0e\x12\x1a\n\x12SET_NETWORK_POLICY\x10\x0f\x1a\x02\x08\x01\x12\x1e\n\x16SET_MAINTENANCE_POLICY\x10\x10\x1a\x02\x08\x01\x12\x12\n\x0eRESIZE_CLUSTER\x10\x12\"\xca\x02\n\x11OperationProgress\x12\x0c\n\x04name\x18\x01 \x01(\t\x12:\n\x06status\x18\x02 \x01(\x0e\x32*.google.container.v1beta1.Operation.Status\x12\x43\n\x07metrics\x18\x03 \x03(\x0b\x32\x32.google.container.v1beta1.OperationProgress.Metric\x12;\n\x06stages\x18\x04 \x03(\x0b\x32+.google.container.v1beta1.OperationProgress\x1ai\n\x06Metric\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\tint_value\x18\x02 \x01(\x03H\x00\x12\x16\n\x0c\x64ouble_value\x18\x03 \x01(\x01H\x00\x12\x16\n\x0cstring_value\x18\x04 \x01(\tH\x00\x42\x07\n\x05value\"\x8f\x01\n\x14\x43reateClusterRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x37\n\x07\x63luster\x18\x03 \x01(\x0b\x32!.google.container.v1beta1.ClusterB\x03\xe0\x41\x02\x12\x0e\n\x06parent\x18\x05 \x01(\t\"l\n\x11GetClusterRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x0c\n\x04name\x18\x05 \x01(\t\"\xad\x01\n\x14UpdateClusterRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12<\n\x06update\x18\x04 \x01(\x0b\x32\'.google.container.v1beta1.ClusterUpdateB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x05 \x01(\t\"\xc4\t\n\x15UpdateNodePoolRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x1b\n\x0cnode_pool_id\x18\x04 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\x0cnode_version\x18\x05 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\nimage_type\x18\x06 \x01(\tB\x03\xe0\x41\x02\x12\x11\n\tlocations\x18\r \x03(\t\x12R\n\x18workload_metadata_config\x18\x0e \x01(\x0b\x32\x30.google.container.v1beta1.WorkloadMetadataConfig\x12\x0c\n\x04name\x18\x08 \x01(\t\x12L\n\x10upgrade_settings\x18\x0f \x01(\x0b\x32\x32.google.container.v1beta1.NodePool.UpgradeSettings\x12\x33\n\x04tags\x18\x10 \x01(\x0b\x32%.google.container.v1beta1.NetworkTags\x12\x34\n\x06taints\x18\x11 \x01(\x0b\x32$.google.container.v1beta1.NodeTaints\x12\x34\n\x06labels\x18\x12 \x01(\x0b\x32$.google.container.v1beta1.NodeLabels\x12\x44\n\x11linux_node_config\x18\x13 \x01(\x0b\x32).google.container.v1beta1.LinuxNodeConfig\x12\x43\n\x0ekubelet_config\x18\x14 \x01(\x0b\x32+.google.container.v1beta1.NodeKubeletConfig\x12H\n\x13node_network_config\x18\x15 \x01(\x0b\x32+.google.container.v1beta1.NodeNetworkConfig\x12\x39\n\x0bgcfs_config\x18\x16 \x01(\x0b\x32$.google.container.v1beta1.GcfsConfig\x12G\n\x12\x63onfidential_nodes\x18\x17 \x01(\x0b\x32+.google.container.v1beta1.ConfidentialNodes\x12\x33\n\x05gvnic\x18\x1d \x01(\x0b\x32$.google.container.v1beta1.VirtualNIC\x12\x0c\n\x04\x65tag\x18\x1e \x01(\t\x12\x39\n\x0b\x66\x61st_socket\x18\x1f \x01(\x0b\x32$.google.container.v1beta1.FastSocket\x12G\n\x0elogging_config\x18 \x01(\x0b\x32/.google.container.v1beta1.NodePoolLoggingConfig\x12\x41\n\x0fresource_labels\x18! \x01(\x0b\x32(.google.container.v1beta1.ResourceLabels\x12H\n\x13windows_node_config\x18\" \x01(\x0b\x32+.google.container.v1beta1.WindowsNodeConfig\"\xde\x01\n\x1dSetNodePoolAutoscalingRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x1b\n\x0cnode_pool_id\x18\x04 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12G\n\x0b\x61utoscaling\x18\x05 \x01(\x0b\x32-.google.container.v1beta1.NodePoolAutoscalingB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\x91\x01\n\x18SetLoggingServiceRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x1c\n\x0flogging_service\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x05 \x01(\t\"\x97\x01\n\x1bSetMonitoringServiceRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x1f\n\x12monitoring_service\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\xb5\x01\n\x16SetAddonsConfigRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x42\n\raddons_config\x18\x04 \x01(\x0b\x32&.google.container.v1beta1.AddonsConfigB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\x86\x01\n\x13SetLocationsRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x16\n\tlocations\x18\x04 \x03(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\x8b\x01\n\x13UpdateMasterRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x1b\n\x0emaster_version\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\"\xc8\x02\n\x14SetMasterAuthRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12J\n\x06\x61\x63tion\x18\x04 \x01(\x0e\x32\x35.google.container.v1beta1.SetMasterAuthRequest.ActionB\x03\xe0\x41\x02\x12\x39\n\x06update\x18\x05 \x01(\x0b\x32$.google.container.v1beta1.MasterAuthB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\"P\n\x06\x41\x63tion\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x10\n\x0cSET_PASSWORD\x10\x01\x12\x15\n\x11GENERATE_PASSWORD\x10\x02\x12\x10\n\x0cSET_USERNAME\x10\x03\"o\n\x14\x44\x65leteClusterRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x0c\n\x04name\x18\x04 \x01(\t\"U\n\x13ListClustersRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x0e\n\x06parent\x18\x04 \x01(\t\"b\n\x14ListClustersResponse\x12\x33\n\x08\x63lusters\x18\x01 \x03(\x0b\x32!.google.container.v1beta1.Cluster\x12\x15\n\rmissing_zones\x18\x02 \x03(\t\"p\n\x13GetOperationRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x1b\n\x0coperation_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x0c\n\x04name\x18\x05 \x01(\t\"W\n\x15ListOperationsRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x0e\n\x06parent\x18\x04 \x01(\t\"s\n\x16\x43\x61ncelOperationRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x1b\n\x0coperation_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x0c\n\x04name\x18\x04 \x01(\t\"h\n\x16ListOperationsResponse\x12\x37\n\noperations\x18\x01 \x03(\x0b\x32#.google.container.v1beta1.Operation\x12\x15\n\rmissing_zones\x18\x02 \x03(\t\"V\n\x16GetServerConfigRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x0c\n\x04name\x18\x04 \x01(\t\"\xe9\x05\n\x0cServerConfig\x12\x1f\n\x17\x64\x65\x66\x61ult_cluster_version\x18\x01 \x01(\t\x12\x1b\n\x13valid_node_versions\x18\x03 \x03(\t\x12\x1a\n\x12\x64\x65\x66\x61ult_image_type\x18\x04 \x01(\t\x12\x19\n\x11valid_image_types\x18\x05 \x03(\t\x12\x1d\n\x15valid_master_versions\x18\x06 \x03(\t\x12M\n\x08\x63hannels\x18\t \x03(\x0b\x32;.google.container.v1beta1.ServerConfig.ReleaseChannelConfig\x12\\\n\x14windows_version_maps\x18\n \x03(\x0b\x32>.google.container.v1beta1.ServerConfig.WindowsVersionMapsEntry\x1a\xb1\x02\n\x14ReleaseChannelConfig\x12\x41\n\x07\x63hannel\x18\x01 \x01(\x0e\x32\x30.google.container.v1beta1.ReleaseChannel.Channel\x12\x17\n\x0f\x64\x65\x66\x61ult_version\x18\x02 \x01(\t\x12l\n\x12\x61vailable_versions\x18\x03 \x03(\x0b\x32L.google.container.v1beta1.ServerConfig.ReleaseChannelConfig.AvailableVersionB\x02\x18\x01\x12\x16\n\x0evalid_versions\x18\x04 \x03(\t\x1a\x37\n\x10\x41vailableVersion\x12\x0f\n\x07version\x18\x01 \x01(\t\x12\x0e\n\x06reason\x18\x02 \x01(\t:\x02\x18\x01\x1a\x64\n\x17WindowsVersionMapsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x38\n\x05value\x18\x02 \x01(\x0b\x32).google.container.v1beta1.WindowsVersions:\x02\x38\x01\"F\n\x16\x42\x65stEffortProvisioning\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x1b\n\x13min_provision_nodes\x18\x02 \x01(\x05\"\xcc\x01\n\x0fWindowsVersions\x12R\n\x10windows_versions\x18\x01 \x03(\x0b\x32\x38.google.container.v1beta1.WindowsVersions.WindowsVersion\x1a\x65\n\x0eWindowsVersion\x12\x12\n\nimage_type\x18\x01 \x01(\t\x12\x12\n\nos_version\x18\x02 \x01(\t\x12+\n\x10support_end_date\x18\x03 \x01(\x0b\x32\x11.google.type.Date\"\xae\x01\n\x15\x43reateNodePoolRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12:\n\tnode_pool\x18\x04 \x01(\x0b\x32\".google.container.v1beta1.NodePoolB\x03\xe0\x41\x02\x12\x0e\n\x06parent\x18\x06 \x01(\t\"\x8d\x01\n\x15\x44\x65leteNodePoolRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x1b\n\x0cnode_pool_id\x18\x04 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"q\n\x14ListNodePoolsRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x0e\n\x06parent\x18\x05 \x01(\t\"\x8a\x01\n\x12GetNodePoolRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x1b\n\x0cnode_pool_id\x18\x04 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\xa4\x03\n\x11\x42lueGreenSettings\x12\x64\n\x17standard_rollout_policy\x18\x01 \x01(\x0b\x32\x41.google.container.v1beta1.BlueGreenSettings.StandardRolloutPolicyH\x00\x12?\n\x17node_pool_soak_duration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationH\x01\x88\x01\x01\x1a\xb9\x01\n\x15StandardRolloutPolicy\x12\x1a\n\x10\x62\x61tch_percentage\x18\x01 \x01(\x02H\x00\x12\x1a\n\x10\x62\x61tch_node_count\x18\x02 \x01(\x05H\x00\x12;\n\x13\x62\x61tch_soak_duration\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationH\x01\x88\x01\x01\x42\x13\n\x11update_batch_sizeB\x16\n\x14_batch_soak_durationB\x10\n\x0erollout_policyB\x1a\n\x18_node_pool_soak_duration\"\xe4\x0f\n\x08NodePool\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x06\x63onfig\x18\x02 \x01(\x0b\x32$.google.container.v1beta1.NodeConfig\x12\x1a\n\x12initial_node_count\x18\x03 \x01(\x05\x12\x11\n\tlocations\x18\r \x03(\t\x12\x43\n\x0enetwork_config\x18\x0e \x01(\x0b\x32+.google.container.v1beta1.NodeNetworkConfig\x12\x11\n\tself_link\x18\x64 \x01(\t\x12\x0f\n\x07version\x18\x65 \x01(\t\x12\x1b\n\x13instance_group_urls\x18\x66 \x03(\t\x12\x39\n\x06status\x18g \x01(\x0e\x32).google.container.v1beta1.NodePool.Status\x12\x1a\n\x0estatus_message\x18h \x01(\tB\x02\x18\x01\x12\x42\n\x0b\x61utoscaling\x18\x04 \x01(\x0b\x32-.google.container.v1beta1.NodePoolAutoscaling\x12<\n\nmanagement\x18\x05 \x01(\x0b\x32(.google.container.v1beta1.NodeManagement\x12H\n\x13max_pods_constraint\x18\x06 \x01(\x0b\x32+.google.container.v1beta1.MaxPodsConstraint\x12=\n\nconditions\x18i \x03(\x0b\x32).google.container.v1beta1.StatusCondition\x12\x1a\n\x12pod_ipv4_cidr_size\x18\x07 \x01(\x05\x12L\n\x10upgrade_settings\x18k \x01(\x0b\x32\x32.google.container.v1beta1.NodePool.UpgradeSettings\x12L\n\x10placement_policy\x18l \x01(\x0b\x32\x32.google.container.v1beta1.NodePool.PlacementPolicy\x12G\n\x0bupdate_info\x18m \x01(\x0b\x32-.google.container.v1beta1.NodePool.UpdateInfoB\x03\xe0\x41\x03\x12\x0c\n\x04\x65tag\x18n \x01(\t\x12R\n\x18\x62\x65st_effort_provisioning\x18q \x01(\x0b\x32\x30.google.container.v1beta1.BestEffortProvisioning\x1a\xfa\x01\n\x0fUpgradeSettings\x12\x11\n\tmax_surge\x18\x01 \x01(\x05\x12\x17\n\x0fmax_unavailable\x18\x02 \x01(\x05\x12G\n\x08strategy\x18\x03 \x01(\x0e\x32\x30.google.container.v1beta1.NodePoolUpdateStrategyH\x00\x88\x01\x01\x12M\n\x13\x62lue_green_settings\x18\x04 \x01(\x0b\x32+.google.container.v1beta1.BlueGreenSettingsH\x01\x88\x01\x01\x42\x0b\n\t_strategyB\x16\n\x14_blue_green_settings\x1a\x92\x04\n\nUpdateInfo\x12T\n\x0f\x62lue_green_info\x18\x01 \x01(\x0b\x32;.google.container.v1beta1.NodePool.UpdateInfo.BlueGreenInfo\x1a\xad\x03\n\rBlueGreenInfo\x12P\n\x05phase\x18\x01 \x01(\x0e\x32\x41.google.container.v1beta1.NodePool.UpdateInfo.BlueGreenInfo.Phase\x12 \n\x18\x62lue_instance_group_urls\x18\x02 \x03(\t\x12!\n\x19green_instance_group_urls\x18\x03 \x03(\t\x12%\n\x1d\x62lue_pool_deletion_start_time\x18\x04 \x01(\t\x12\x1a\n\x12green_pool_version\x18\x05 \x01(\t\"\xc1\x01\n\x05Phase\x12\x15\n\x11PHASE_UNSPECIFIED\x10\x00\x12\x12\n\x0eUPDATE_STARTED\x10\x01\x12\x17\n\x13\x43REATING_GREEN_POOL\x10\x02\x12\x17\n\x13\x43ORDONING_BLUE_POOL\x10\x03\x12\x16\n\x12\x44RAINING_BLUE_POOL\x10\x04\x12\x15\n\x11NODE_POOL_SOAKING\x10\x05\x12\x16\n\x12\x44\x45LETING_BLUE_POOL\x10\x06\x12\x14\n\x10ROLLBACK_STARTED\x10\x07\x1a\x83\x01\n\x0fPlacementPolicy\x12\x45\n\x04type\x18\x01 \x01(\x0e\x32\x37.google.container.v1beta1.NodePool.PlacementPolicy.Type\")\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x43OMPACT\x10\x01\"\x81\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x16\n\x12RUNNING_WITH_ERROR\x10\x03\x12\x0f\n\x0bRECONCILING\x10\x04\x12\x0c\n\x08STOPPING\x10\x05\x12\t\n\x05\x45RROR\x10\x06\"\x82\x01\n\x0eNodeManagement\x12\x14\n\x0c\x61uto_upgrade\x18\x01 \x01(\x08\x12\x13\n\x0b\x61uto_repair\x18\x02 \x01(\x08\x12\x45\n\x0fupgrade_options\x18\n \x01(\x0b\x32,.google.container.v1beta1.AutoUpgradeOptions\"J\n\x12\x41utoUpgradeOptions\x12\x1f\n\x17\x61uto_upgrade_start_time\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\"j\n\x11MaintenancePolicy\x12;\n\x06window\x18\x01 \x01(\x0b\x32+.google.container.v1beta1.MaintenanceWindow\x12\x18\n\x10resource_version\x18\x03 \x01(\t\"\x8a\x03\n\x11MaintenanceWindow\x12T\n\x18\x64\x61ily_maintenance_window\x18\x02 \x01(\x0b\x32\x30.google.container.v1beta1.DailyMaintenanceWindowH\x00\x12I\n\x10recurring_window\x18\x03 \x01(\x0b\x32-.google.container.v1beta1.RecurringTimeWindowH\x00\x12\x66\n\x16maintenance_exclusions\x18\x04 \x03(\x0b\x32\x46.google.container.v1beta1.MaintenanceWindow.MaintenanceExclusionsEntry\x1a\x62\n\x1aMaintenanceExclusionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x33\n\x05value\x18\x02 \x01(\x0b\x32$.google.container.v1beta1.TimeWindow:\x02\x38\x01\x42\x08\n\x06policy\"\xd5\x01\n\nTimeWindow\x12^\n\x1dmaintenance_exclusion_options\x18\x03 \x01(\x0b\x32\x35.google.container.v1beta1.MaintenanceExclusionOptionsH\x00\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\t\n\x07options\"\xb9\x01\n\x1bMaintenanceExclusionOptions\x12J\n\x05scope\x18\x01 \x01(\x0e\x32;.google.container.v1beta1.MaintenanceExclusionOptions.Scope\"N\n\x05Scope\x12\x0f\n\x0bNO_UPGRADES\x10\x00\x12\x15\n\x11NO_MINOR_UPGRADES\x10\x01\x12\x1d\n\x19NO_MINOR_OR_NODE_UPGRADES\x10\x02\"_\n\x13RecurringTimeWindow\x12\x34\n\x06window\x18\x01 \x01(\x0b\x32$.google.container.v1beta1.TimeWindow\x12\x12\n\nrecurrence\x18\x02 \x01(\t\">\n\x16\x44\x61ilyMaintenanceWindow\x12\x12\n\nstart_time\x18\x02 \x01(\t\x12\x10\n\x08\x64uration\x18\x03 \x01(\t\"\xd7\x01\n\x1cSetNodePoolManagementRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x1b\n\x0cnode_pool_id\x18\x04 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x41\n\nmanagement\x18\x05 \x01(\x0b\x32(.google.container.v1beta1.NodeManagementB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\"\xa7\x01\n\x16SetNodePoolSizeRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x1b\n\x0cnode_pool_id\x18\x04 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x17\n\nnode_count\x18\x05 \x01(\x05\x42\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\".\n\x1e\x43ompleteNodePoolUpgradeRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"\xab\x01\n\x1eRollbackNodePoolUpgradeRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x1b\n\x0cnode_pool_id\x18\x04 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\x12\x13\n\x0brespect_pdb\x18\x07 \x01(\x08\"O\n\x15ListNodePoolsResponse\x12\x36\n\nnode_pools\x18\x01 \x03(\x0b\x32\".google.container.v1beta1.NodePool\"\xbe\x03\n\x12\x43lusterAutoscaling\x12$\n\x1c\x65nable_node_autoprovisioning\x18\x01 \x01(\x08\x12@\n\x0fresource_limits\x18\x02 \x03(\x0b\x32\'.google.container.v1beta1.ResourceLimit\x12\\\n\x13\x61utoscaling_profile\x18\x03 \x01(\x0e\x32?.google.container.v1beta1.ClusterAutoscaling.AutoscalingProfile\x12g\n#autoprovisioning_node_pool_defaults\x18\x04 \x01(\x0b\x32:.google.container.v1beta1.AutoprovisioningNodePoolDefaults\x12\"\n\x1a\x61utoprovisioning_locations\x18\x05 \x03(\t\"U\n\x12\x41utoscalingProfile\x12\x17\n\x13PROFILE_UNSPECIFIED\x10\x00\x12\x18\n\x14OPTIMIZE_UTILIZATION\x10\x01\x12\x0c\n\x08\x42\x41LANCED\x10\x02\"\xa7\x03\n AutoprovisioningNodePoolDefaults\x12\x14\n\x0coauth_scopes\x18\x01 \x03(\t\x12\x17\n\x0fservice_account\x18\x02 \x01(\t\x12L\n\x10upgrade_settings\x18\x03 \x01(\x0b\x32\x32.google.container.v1beta1.NodePool.UpgradeSettings\x12<\n\nmanagement\x18\x04 \x01(\x0b\x32(.google.container.v1beta1.NodeManagement\x12\x1c\n\x10min_cpu_platform\x18\x05 \x01(\tB\x02\x18\x01\x12\x14\n\x0c\x64isk_size_gb\x18\x06 \x01(\x05\x12\x11\n\tdisk_type\x18\x07 \x01(\t\x12R\n\x18shielded_instance_config\x18\x08 \x01(\x0b\x32\x30.google.container.v1beta1.ShieldedInstanceConfig\x12\x19\n\x11\x62oot_disk_kms_key\x18\t \x01(\t\x12\x12\n\nimage_type\x18\n \x01(\t\"H\n\rResourceLimit\x12\x15\n\rresource_type\x18\x01 \x01(\t\x12\x0f\n\x07minimum\x18\x02 \x01(\x03\x12\x0f\n\x07maximum\x18\x03 \x01(\x03\"\xcc\x02\n\x13NodePoolAutoscaling\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x16\n\x0emin_node_count\x18\x02 \x01(\x05\x12\x16\n\x0emax_node_count\x18\x03 \x01(\x05\x12\x17\n\x0f\x61utoprovisioned\x18\x04 \x01(\x08\x12U\n\x0flocation_policy\x18\x05 \x01(\x0e\x32<.google.container.v1beta1.NodePoolAutoscaling.LocationPolicy\x12\x1c\n\x14total_min_node_count\x18\x06 \x01(\x05\x12\x1c\n\x14total_max_node_count\x18\x07 \x01(\x05\"H\n\x0eLocationPolicy\x12\x1f\n\x1bLOCATION_POLICY_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x42\x41LANCED\x10\x01\x12\x07\n\x03\x41NY\x10\x02\"\xa0\x02\n\x10SetLabelsRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\\\n\x0fresource_labels\x18\x04 \x03(\x0b\x32>.google.container.v1beta1.SetLabelsRequest.ResourceLabelsEntryB\x03\xe0\x41\x02\x12\x1e\n\x11label_fingerprint\x18\x05 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\x1a\x35\n\x13ResourceLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x85\x01\n\x14SetLegacyAbacRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x14\n\x07\x65nabled\x18\x04 \x01(\x08\x42\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\x8d\x01\n\x16StartIPRotationRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\x12\x1a\n\x12rotate_credentials\x18\x07 \x01(\x08\"t\n\x19\x43ompleteIPRotationRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x0c\n\x04name\x18\x07 \x01(\t\"\xf5\x01\n\x11\x41\x63\x63\x65leratorConfig\x12\x19\n\x11\x61\x63\x63\x65lerator_count\x18\x01 \x01(\x03\x12\x18\n\x10\x61\x63\x63\x65lerator_type\x18\x02 \x01(\t\x12\x1a\n\x12gpu_partition_size\x18\x03 \x01(\t\x12+\n\x1fmax_time_shared_clients_per_gpu\x18\x04 \x01(\x03\x42\x02\x18\x01\x12K\n\x12gpu_sharing_config\x18\x05 \x01(\x0b\x32*.google.container.v1beta1.GPUSharingConfigH\x00\x88\x01\x01\x42\x15\n\x13_gpu_sharing_config\"\xff\x01\n\x10GPUSharingConfig\x12\"\n\x1amax_shared_clients_per_gpu\x18\x01 \x01(\x03\x12`\n\x14gpu_sharing_strategy\x18\x02 \x01(\x0e\x32=.google.container.v1beta1.GPUSharingConfig.GPUSharingStrategyH\x00\x88\x01\x01\"L\n\x12GPUSharingStrategy\x12$\n GPU_SHARING_STRATEGY_UNSPECIFIED\x10\x00\x12\x10\n\x0cTIME_SHARING\x10\x01\x42\x17\n\x15_gpu_sharing_strategy\"*\n\x17ManagedPrometheusConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xcb\x02\n\x16WorkloadMetadataConfig\x12X\n\rnode_metadata\x18\x01 \x01(\x0e\x32=.google.container.v1beta1.WorkloadMetadataConfig.NodeMetadataB\x02\x18\x01\x12\x43\n\x04mode\x18\x02 \x01(\x0e\x32\x35.google.container.v1beta1.WorkloadMetadataConfig.Mode\"P\n\x0cNodeMetadata\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\n\n\x06SECURE\x10\x01\x12\n\n\x06\x45XPOSE\x10\x02\x12\x17\n\x13GKE_METADATA_SERVER\x10\x03\"@\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x10\n\x0cGCE_METADATA\x10\x01\x12\x10\n\x0cGKE_METADATA\x10\x02\"\xb8\x01\n\x17SetNetworkPolicyRequest\x12\x19\n\nproject_id\x18\x01 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x13\n\x04zone\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x19\n\ncluster_id\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x02\x12\x44\n\x0enetwork_policy\x18\x04 \x01(\x0b\x32\'.google.container.v1beta1.NetworkPolicyB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x06 \x01(\t\"\xbe\x01\n\x1bSetMaintenancePolicyRequest\x12\x17\n\nproject_id\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x11\n\x04zone\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\ncluster_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12L\n\x12maintenance_policy\x18\x04 \x01(\x0b\x32+.google.container.v1beta1.MaintenancePolicyB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x05 \x01(\t\"+\n\x14ListLocationsRequest\x12\x13\n\x06parent\x18\x01 \x01(\tB\x03\xe0\x41\x02\"g\n\x15ListLocationsResponse\x12\x35\n\tlocations\x18\x01 \x03(\x0b\x32\".google.container.v1beta1.Location\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb1\x01\n\x08Location\x12=\n\x04type\x18\x01 \x01(\x0e\x32/.google.container.v1beta1.Location.LocationType\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0brecommended\x18\x03 \x01(\x08\"C\n\x0cLocationType\x12\x1d\n\x19LOCATION_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04ZONE\x10\x01\x12\n\n\x06REGION\x10\x02\"\xb2\x02\n\x0fStatusCondition\x12@\n\x04\x63ode\x18\x01 \x01(\x0e\x32..google.container.v1beta1.StatusCondition.CodeB\x02\x18\x01\x12\x0f\n\x07message\x18\x02 \x01(\t\x12(\n\x0e\x63\x61nonical_code\x18\x03 \x01(\x0e\x32\x10.google.rpc.Code\"\xa1\x01\n\x04\x43ode\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x10\n\x0cGCE_STOCKOUT\x10\x01\x12\x1f\n\x1bGKE_SERVICE_ACCOUNT_DELETED\x10\x02\x12\x16\n\x12GCE_QUOTA_EXCEEDED\x10\x03\x12\x13\n\x0fSET_BY_OPERATOR\x10\x04\x12\x17\n\x13\x43LOUD_KMS_KEY_ERROR\x10\x07\x12\x0f\n\x0b\x43\x41_EXPIRING\x10\t\x1a\x02\x18\x01\"\x85\x05\n\rNetworkConfig\x12\x0f\n\x07network\x18\x01 \x01(\t\x12\x12\n\nsubnetwork\x18\x02 \x01(\t\x12$\n\x1c\x65nable_intra_node_visibility\x18\x05 \x01(\x08\x12H\n\x13\x64\x65\x66\x61ult_snat_status\x18\x07 \x01(\x0b\x32+.google.container.v1beta1.DefaultSnatStatus\x12\x1f\n\x17\x65nable_l4ilb_subsetting\x18\n \x01(\x08\x12\x45\n\x11\x64\x61tapath_provider\x18\x0b \x01(\x0e\x32*.google.container.v1beta1.DatapathProvider\x12U\n\x1aprivate_ipv6_google_access\x18\x0c \x01(\x0e\x32\x31.google.container.v1beta1.PrivateIPv6GoogleAccess\x12\x37\n\ndns_config\x18\r \x01(\x0b\x32#.google.container.v1beta1.DNSConfig\x12W\n\x1bservice_external_ips_config\x18\x0f \x01(\x0b\x32\x32.google.container.v1beta1.ServiceExternalIPsConfig\x12\x46\n\x12gateway_api_config\x18\x10 \x01(\x0b\x32*.google.container.v1beta1.GatewayAPIConfig\x12\'\n\x1a\x65nable_fqdn_network_policy\x18\x13 \x01(\x08H\x00\x88\x01\x01\x42\x1d\n\x1b_enable_fqdn_network_policy\"\xc1\x01\n\x10GatewayAPIConfig\x12\x43\n\x07\x63hannel\x18\x01 \x01(\x0e\x32\x32.google.container.v1beta1.GatewayAPIConfig.Channel\"h\n\x07\x43hannel\x12\x17\n\x13\x43HANNEL_UNSPECIFIED\x10\x00\x12\x14\n\x10\x43HANNEL_DISABLED\x10\x01\x12\x18\n\x14\x43HANNEL_EXPERIMENTAL\x10\x03\x12\x14\n\x10\x43HANNEL_STANDARD\x10\x04\"+\n\x18ServiceExternalIPsConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"j\n\x1cListUsableSubnetworksRequest\x12\x13\n\x06parent\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x0e\n\x06\x66ilter\x18\x02 \x01(\t\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\x12\n\npage_token\x18\x04 \x01(\t\"y\n\x1dListUsableSubnetworksResponse\x12?\n\x0bsubnetworks\x18\x01 \x03(\x0b\x32*.google.container.v1beta1.UsableSubnetwork\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x85\x02\n\x1eUsableSubnetworkSecondaryRange\x12\x12\n\nrange_name\x18\x01 \x01(\t\x12\x15\n\rip_cidr_range\x18\x02 \x01(\t\x12O\n\x06status\x18\x03 \x01(\x0e\x32?.google.container.v1beta1.UsableSubnetworkSecondaryRange.Status\"g\n\x06Status\x12\x0b\n\x07UNKNOWN\x10\x00\x12\n\n\x06UNUSED\x10\x01\x12\x12\n\x0eIN_USE_SERVICE\x10\x02\x12\x18\n\x14IN_USE_SHAREABLE_POD\x10\x03\x12\x16\n\x12IN_USE_MANAGED_POD\x10\x04\"\xbd\x01\n\x10UsableSubnetwork\x12\x12\n\nsubnetwork\x18\x01 \x01(\t\x12\x0f\n\x07network\x18\x02 \x01(\t\x12\x15\n\rip_cidr_range\x18\x03 \x01(\t\x12U\n\x13secondary_ip_ranges\x18\x04 \x03(\x0b\x32\x38.google.container.v1beta1.UsableSubnetworkSecondaryRange\x12\x16\n\x0estatus_message\x18\x05 \x01(\t\")\n\x16VerticalPodAutoscaling\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"%\n\x11\x44\x65\x66\x61ultSnatStatus\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\",\n\x19IntraNodeVisibilityConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"&\n\x13ILBSubsettingConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xc7\x02\n\tDNSConfig\x12\x41\n\x0b\x63luster_dns\x18\x01 \x01(\x0e\x32,.google.container.v1beta1.DNSConfig.Provider\x12G\n\x11\x63luster_dns_scope\x18\x02 \x01(\x0e\x32,.google.container.v1beta1.DNSConfig.DNSScope\x12\x1a\n\x12\x63luster_dns_domain\x18\x03 \x01(\t\"I\n\x08Provider\x12\x18\n\x14PROVIDER_UNSPECIFIED\x10\x00\x12\x14\n\x10PLATFORM_DEFAULT\x10\x01\x12\r\n\tCLOUD_DNS\x10\x02\"G\n\x08\x44NSScope\x12\x19\n\x15\x44NS_SCOPE_UNSPECIFIED\x10\x00\x12\x11\n\rCLUSTER_SCOPE\x10\x01\x12\r\n\tVPC_SCOPE\x10\x02\".\n\x11MaxPodsConstraint\x12\x19\n\x11max_pods_per_node\x18\x01 \x01(\x03\"j\n\x16WorkloadIdentityConfig\x12\x1e\n\x12identity_namespace\x18\x01 \x01(\tB\x02\x18\x01\x12\x15\n\rworkload_pool\x18\x02 \x01(\t\x12\x19\n\x11identity_provider\x18\x03 \x01(\t\"E\n\x12WorkloadALTSConfig\x12/\n\x0b\x65nable_alts\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"O\n\x14WorkloadCertificates\x12\x37\n\x13\x65nable_certificates\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"K\n\x10MeshCertificates\x12\x37\n\x13\x65nable_certificates\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\x9d\x01\n\x12\x44\x61tabaseEncryption\x12\x10\n\x08key_name\x18\x01 \x01(\t\x12\x41\n\x05state\x18\x02 \x01(\x0e\x32\x32.google.container.v1beta1.DatabaseEncryption.State\"2\n\x05State\x12\x0b\n\x07UNKNOWN\x10\x00\x12\r\n\tENCRYPTED\x10\x01\x12\r\n\tDECRYPTED\x10\x02\"\xf7\x02\n\x19ResourceUsageExportConfig\x12\x65\n\x14\x62igquery_destination\x18\x01 \x01(\x0b\x32G.google.container.v1beta1.ResourceUsageExportConfig.BigQueryDestination\x12&\n\x1e\x65nable_network_egress_metering\x18\x02 \x01(\x08\x12r\n\x1b\x63onsumption_metering_config\x18\x03 \x01(\x0b\x32M.google.container.v1beta1.ResourceUsageExportConfig.ConsumptionMeteringConfig\x1a)\n\x13\x42igQueryDestination\x12\x12\n\ndataset_id\x18\x01 \x01(\t\x1a,\n\x19\x43onsumptionMeteringConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\" \n\rShieldedNodes\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\x1d\n\nVirtualNIC\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\x1d\n\nFastSocket\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"(\n\x16GetOpenIDConfigRequest\x12\x0e\n\x06parent\x18\x01 \x01(\t\"\xdc\x01\n\x17GetOpenIDConfigResponse\x12\x0e\n\x06issuer\x18\x01 \x01(\t\x12\x10\n\x08jwks_uri\x18\x02 \x01(\t\x12 \n\x18response_types_supported\x18\x03 \x03(\t\x12\x1f\n\x17subject_types_supported\x18\x04 \x03(\t\x12-\n%id_token_signing_alg_values_supported\x18\x05 \x03(\t\x12\x18\n\x10\x63laims_supported\x18\x06 \x03(\t\x12\x13\n\x0bgrant_types\x18\x07 \x03(\t\"\'\n\x15GetJSONWebKeysRequest\x12\x0e\n\x06parent\x18\x01 \x01(\t\"r\n\x03Jwk\x12\x0b\n\x03kty\x18\x01 \x01(\t\x12\x0b\n\x03\x61lg\x18\x02 \x01(\t\x12\x0b\n\x03use\x18\x03 \x01(\t\x12\x0b\n\x03kid\x18\x04 \x01(\t\x12\t\n\x01n\x18\x05 \x01(\t\x12\t\n\x01\x65\x18\x06 \x01(\t\x12\t\n\x01x\x18\x07 \x01(\t\x12\t\n\x01y\x18\x08 \x01(\t\x12\x0b\n\x03\x63rv\x18\t \x01(\t\"E\n\x16GetJSONWebKeysResponse\x12+\n\x04keys\x18\x01 \x03(\x0b\x32\x1d.google.container.v1beta1.Jwk\"2\n\"CheckAutopilotCompatibilityRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"\x81\x03\n\x1b\x41utopilotCompatibilityIssue\x12\x34\n\x10last_observation\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x17\n\x0f\x63onstraint_type\x18\x02 \x01(\t\x12]\n\x14incompatibility_type\x18\x03 \x01(\x0e\x32?.google.container.v1beta1.AutopilotCompatibilityIssue.IssueType\x12\x10\n\x08subjects\x18\x04 \x03(\t\x12\x19\n\x11\x64ocumentation_url\x18\x05 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x06 \x01(\t\"r\n\tIssueType\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x13\n\x0fINCOMPATIBILITY\x10\x01\x12\x1e\n\x1a\x41\x44\x44ITIONAL_CONFIG_REQUIRED\x10\x02\x12\x1f\n\x1bPASSED_WITH_OPTIONAL_CONFIG\x10\x03\"}\n#CheckAutopilotCompatibilityResponse\x12\x45\n\x06issues\x18\x01 \x03(\x0b\x32\x35.google.container.v1beta1.AutopilotCompatibilityIssue\x12\x0f\n\x07summary\x18\x02 \x01(\t\"\x93\x01\n\x0eReleaseChannel\x12\x41\n\x07\x63hannel\x18\x01 \x01(\x0e\x32\x30.google.container.v1beta1.ReleaseChannel.Channel\">\n\x07\x43hannel\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\t\n\x05RAPID\x10\x01\x12\x0b\n\x07REGULAR\x10\x02\x12\n\n\x06STABLE\x10\x03\"\'\n\x14\x43ostManagementConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"U\n\tTpuConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x1e\n\x16use_service_networking\x18\x02 \x01(\x08\x12\x17\n\x0fipv4_cidr_block\x18\x03 \x01(\t\"\x08\n\x06Master\"\x1c\n\tAutopilot\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xb7\x03\n\x12NotificationConfig\x12\x43\n\x06pubsub\x18\x01 \x01(\x0b\x32\x33.google.container.v1beta1.NotificationConfig.PubSub\x1a\x8f\x01\n\x06PubSub\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12/\n\x05topic\x18\x02 \x01(\tB \xfa\x41\x1d\n\x1bpubsub.googleapis.com/Topic\x12\x43\n\x06\x66ilter\x18\x03 \x01(\x0b\x32\x33.google.container.v1beta1.NotificationConfig.Filter\x1aT\n\x06\x46ilter\x12J\n\nevent_type\x18\x01 \x03(\x0e\x32\x36.google.container.v1beta1.NotificationConfig.EventType\"t\n\tEventType\x12\x1a\n\x16\x45VENT_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x17UPGRADE_AVAILABLE_EVENT\x10\x01\x12\x11\n\rUPGRADE_EVENT\x10\x02\x12\x1b\n\x17SECURITY_BULLETIN_EVENT\x10\x03\"$\n\x11\x43onfidentialNodes\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"\xe4\x01\n\x0cUpgradeEvent\x12\x44\n\rresource_type\x18\x01 \x01(\x0e\x32-.google.container.v1beta1.UpgradeResourceType\x12\x11\n\toperation\x18\x02 \x01(\t\x12\x38\n\x14operation_start_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x17\n\x0f\x63urrent_version\x18\x04 \x01(\t\x12\x16\n\x0etarget_version\x18\x05 \x01(\t\x12\x10\n\x08resource\x18\x06 \x01(\t\"\x88\x02\n\x15UpgradeAvailableEvent\x12\x0f\n\x07version\x18\x01 \x01(\t\x12\x44\n\rresource_type\x18\x02 \x01(\x0e\x32-.google.container.v1beta1.UpgradeResourceType\x12\x41\n\x0frelease_channel\x18\x03 \x01(\x0b\x32(.google.container.v1beta1.ReleaseChannel\x12\x10\n\x08resource\x18\x04 \x01(\t\x12\x43\n\x10windows_versions\x18\x05 \x01(\x0b\x32).google.container.v1beta1.WindowsVersions\"\x9e\x02\n\x15SecurityBulletinEvent\x12\x1e\n\x16resource_type_affected\x18\x01 \x01(\t\x12\x13\n\x0b\x62ulletin_id\x18\x02 \x01(\t\x12\x0f\n\x07\x63ve_ids\x18\x03 \x03(\t\x12\x10\n\x08severity\x18\x04 \x01(\t\x12\x14\n\x0c\x62ulletin_uri\x18\x05 \x01(\t\x12\x19\n\x11\x62rief_description\x18\x06 \x01(\t\x12!\n\x19\x61\x66\x66\x65\x63ted_supported_minors\x18\x07 \x03(\t\x12\x18\n\x10patched_versions\x18\x08 \x03(\t\x12 \n\x18suggested_upgrade_target\x18\t \x01(\t\x12\x1d\n\x15manual_steps_required\x18\n \x01(\x08\"(\n\x15IdentityServiceConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"[\n\rLoggingConfig\x12J\n\x10\x63omponent_config\x18\x01 \x01(\x0b\x32\x30.google.container.v1beta1.LoggingComponentConfig\"\xf4\x01\n\x16LoggingComponentConfig\x12U\n\x11\x65nable_components\x18\x01 \x03(\x0e\x32:.google.container.v1beta1.LoggingComponentConfig.Component\"\x82\x01\n\tComponent\x12\x19\n\x15\x43OMPONENT_UNSPECIFIED\x10\x00\x12\x15\n\x11SYSTEM_COMPONENTS\x10\x01\x12\r\n\tWORKLOADS\x10\x02\x12\r\n\tAPISERVER\x10\x03\x12\r\n\tSCHEDULER\x10\x04\x12\x16\n\x12\x43ONTROLLER_MANAGER\x10\x05\"\xb7\x01\n\x10MonitoringConfig\x12M\n\x10\x63omponent_config\x18\x01 \x01(\x0b\x32\x33.google.container.v1beta1.MonitoringComponentConfig\x12T\n\x19managed_prometheus_config\x18\x02 \x01(\x0b\x32\x31.google.container.v1beta1.ManagedPrometheusConfig\"_\n\x15NodePoolLoggingConfig\x12\x46\n\x0evariant_config\x18\x01 \x01(\x0b\x32..google.container.v1beta1.LoggingVariantConfig\"\xa4\x01\n\x14LoggingVariantConfig\x12G\n\x07variant\x18\x01 \x01(\x0e\x32\x36.google.container.v1beta1.LoggingVariantConfig.Variant\"C\n\x07Variant\x12\x17\n\x13VARIANT_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x01\x12\x12\n\x0eMAX_THROUGHPUT\x10\x02\"\xfe\x01\n\x19MonitoringComponentConfig\x12X\n\x11\x65nable_components\x18\x01 \x03(\x0e\x32=.google.container.v1beta1.MonitoringComponentConfig.Component\"\x86\x01\n\tComponent\x12\x19\n\x15\x43OMPONENT_UNSPECIFIED\x10\x00\x12\x15\n\x11SYSTEM_COMPONENTS\x10\x01\x12\x11\n\tWORKLOADS\x10\x02\x1a\x02\x08\x01\x12\r\n\tAPISERVER\x10\x03\x12\r\n\tSCHEDULER\x10\x04\x12\x16\n\x12\x43ONTROLLER_MANAGER\x10\x05\"D\n\x05\x46leet\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x12\n\nmembership\x18\x02 \x01(\t\x12\x16\n\x0epre_registered\x18\x03 \x01(\x08*\xc6\x01\n\x17PrivateIPv6GoogleAccess\x12*\n&PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED\x10\x00\x12\'\n#PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED\x10\x01\x12(\n$PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE\x10\x02\x12,\n(PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL\x10\x03*W\n\x13UpgradeResourceType\x12%\n!UPGRADE_RESOURCE_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06MASTER\x10\x01\x12\r\n\tNODE_POOL\x10\x02*^\n\x16NodePoolUpdateStrategy\x12)\n%NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED\x10\x00\x12\x0e\n\nBLUE_GREEN\x10\x02\x12\t\n\x05SURGE\x10\x03*a\n\x10\x44\x61tapathProvider\x12!\n\x1d\x44\x41TAPATH_PROVIDER_UNSPECIFIED\x10\x00\x12\x13\n\x0fLEGACY_DATAPATH\x10\x01\x12\x15\n\x11\x41\x44VANCED_DATAPATH\x10\x02*@\n\tStackType\x12\x1a\n\x16STACK_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04IPV4\x10\x01\x12\r\n\tIPV4_IPV6\x10\x02\x32\xa6N\n\x0e\x43lusterManager\x12\xf3\x01\n\x0cListClusters\x12-.google.container.v1beta1.ListClustersRequest\x1a..google.container.v1beta1.ListClustersResponse\"\x83\x01\x82\xd3\xe4\x93\x02k\x12\x31/v1beta1/{parent=projects/*/locations/*}/clustersZ6\x12\x34/v1beta1/projects/{project_id}/zones/{zone}/clusters\xda\x41\x0fproject_id,zone\x12\xfa\x01\n\nGetCluster\x12+.google.container.v1beta1.GetClusterRequest\x1a!.google.container.v1beta1.Cluster\"\x9b\x01\x82\xd3\xe4\x93\x02x\x12\x31/v1beta1/{name=projects/*/locations/*/clusters/*}ZC\x12\x41/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}\xda\x41\x1aproject_id,zone,cluster_id\x12\xf8\x01\n\rCreateCluster\x12..google.container.v1beta1.CreateClusterRequest\x1a#.google.container.v1beta1.Operation\"\x91\x01\x82\xd3\xe4\x93\x02q\"1/v1beta1/{parent=projects/*/locations/*}/clusters:\x01*Z9\"4/v1beta1/projects/{project_id}/zones/{zone}/clusters:\x01*\xda\x41\x17project_id,zone,cluster\x12\x8f\x02\n\rUpdateCluster\x12..google.container.v1beta1.UpdateClusterRequest\x1a#.google.container.v1beta1.Operation\"\xa8\x01\x82\xd3\xe4\x93\x02~\x1a\x31/v1beta1/{name=projects/*/locations/*/clusters/*}:\x01*ZF\x1a\x41/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:\x01*\xda\x41!project_id,zone,cluster_id,update\x12\x9a\x02\n\x0eUpdateNodePool\x12/.google.container.v1beta1.UpdateNodePoolRequest\x1a#.google.container.v1beta1.Operation\"\xb1\x01\x82\xd3\xe4\x93\x02\xaa\x01\x1a=/v1beta1/{name=projects/*/locations/*/clusters/*/nodePools/*}:\x01*Zf\"a/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/update:\x01*\x12\xbe\x02\n\x16SetNodePoolAutoscaling\x12\x37.google.container.v1beta1.SetNodePoolAutoscalingRequest\x1a#.google.container.v1beta1.Operation\"\xc5\x01\x82\xd3\xe4\x93\x02\xbe\x01\"L/v1beta1/{name=projects/*/locations/*/clusters/*/nodePools/*}:setAutoscaling:\x01*Zk\"f/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/autoscaling:\x01*\x12\xb4\x02\n\x11SetLoggingService\x12\x32.google.container.v1beta1.SetLoggingServiceRequest\x1a#.google.container.v1beta1.Operation\"\xc5\x01\x82\xd3\xe4\x93\x02\x91\x01\"</v1beta1/{name=projects/*/locations/*/clusters/*}:setLogging:\x01*ZN\"I/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/logging:\x01*\xda\x41*project_id,zone,cluster_id,logging_service\x12\xc3\x02\n\x14SetMonitoringService\x12\x35.google.container.v1beta1.SetMonitoringServiceRequest\x1a#.google.container.v1beta1.Operation\"\xce\x01\x82\xd3\xe4\x93\x02\x97\x01\"?/v1beta1/{name=projects/*/locations/*/clusters/*}:setMonitoring:\x01*ZQ\"L/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/monitoring:\x01*\xda\x41-project_id,zone,cluster_id,monitoring_service\x12\xac\x02\n\x0fSetAddonsConfig\x12\x30.google.container.v1beta1.SetAddonsConfigRequest\x1a#.google.container.v1beta1.Operation\"\xc1\x01\x82\xd3\xe4\x93\x02\x8f\x01\";/v1beta1/{name=projects/*/locations/*/clusters/*}:setAddons:\x01*ZM\"H/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/addons:\x01*\xda\x41(project_id,zone,cluster_id,addons_config\x12\xab\x02\n\x0cSetLocations\x12-.google.container.v1beta1.SetLocationsRequest\x1a#.google.container.v1beta1.Operation\"\xc6\x01\x88\x02\x01\x82\xd3\xe4\x93\x02\x95\x01\">/v1beta1/{name=projects/*/locations/*/clusters/*}:setLocations:\x01*ZP\"K/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/locations:\x01*\xda\x41$project_id,zone,cluster_id,locations\x12\xaa\x02\n\x0cUpdateMaster\x12-.google.container.v1beta1.UpdateMasterRequest\x1a#.google.container.v1beta1.Operation\"\xc5\x01\x82\xd3\xe4\x93\x02\x92\x01\">/v1beta1/{name=projects/*/locations/*/clusters/*}:updateMaster:\x01*ZM\"H/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/master:\x01*\xda\x41)project_id,zone,cluster_id,master_version\x12\x88\x02\n\rSetMasterAuth\x12..google.container.v1beta1.SetMasterAuthRequest\x1a#.google.container.v1beta1.Operation\"\xa1\x01\x82\xd3\xe4\x93\x02\x9a\x01\"?/v1beta1/{name=projects/*/locations/*/clusters/*}:setMasterAuth:\x01*ZT\"O/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:setMasterAuth:\x01*\x12\x82\x02\n\rDeleteCluster\x12..google.container.v1beta1.DeleteClusterRequest\x1a#.google.container.v1beta1.Operation\"\x9b\x01\x82\xd3\xe4\x93\x02x*1/v1beta1/{name=projects/*/locations/*/clusters/*}ZC*A/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}\xda\x41\x1aproject_id,zone,cluster_id\x12\xfd\x01\n\x0eListOperations\x12/.google.container.v1beta1.ListOperationsRequest\x1a\x30.google.container.v1beta1.ListOperationsResponse\"\x87\x01\x82\xd3\xe4\x93\x02o\x12\x33/v1beta1/{parent=projects/*/locations/*}/operationsZ8\x12\x36/v1beta1/projects/{project_id}/zones/{zone}/operations\xda\x41\x0fproject_id,zone\x12\x88\x02\n\x0cGetOperation\x12-.google.container.v1beta1.GetOperationRequest\x1a#.google.container.v1beta1.Operation\"\xa3\x01\x82\xd3\xe4\x93\x02~\x12\x33/v1beta1/{name=projects/*/locations/*/operations/*}ZG\x12\x45/v1beta1/projects/{project_id}/zones/{zone}/operations/{operation_id}\xda\x41\x1cproject_id,zone,operation_id\x12\x96\x02\n\x0f\x43\x61ncelOperation\x12\x30.google.container.v1beta1.CancelOperationRequest\x1a\x16.google.protobuf.Empty\"\xb8\x01\x82\xd3\xe4\x93\x02\x92\x01\":/v1beta1/{name=projects/*/locations/*/operations/*}:cancel:\x01*ZQ\"L/v1beta1/projects/{project_id}/zones/{zone}/operations/{operation_id}:cancel:\x01*\xda\x41\x1cproject_id,zone,operation_id\x12\xf7\x01\n\x0fGetServerConfig\x12\x30.google.container.v1beta1.GetServerConfigRequest\x1a&.google.container.v1beta1.ServerConfig\"\x89\x01\x82\xd3\xe4\x93\x02q\x12\x33/v1beta1/{name=projects/*/locations/*}/serverConfigZ:\x12\x38/v1beta1/projects/{project_id}/zones/{zone}/serverconfig\xda\x41\x0fproject_id,zone\x12\xb5\x01\n\x0eGetJSONWebKeys\x12/.google.container.v1beta1.GetJSONWebKeysRequest\x1a\x30.google.container.v1beta1.GetJSONWebKeysResponse\"@\x82\xd3\xe4\x93\x02:\x12\x38/v1beta1/{parent=projects/*/locations/*/clusters/*}/jwks\x12\xa5\x02\n\rListNodePools\x12..google.container.v1beta1.ListNodePoolsRequest\x1a/.google.container.v1beta1.ListNodePoolsResponse\"\xb2\x01\x82\xd3\xe4\x93\x02\x8e\x01\x12=/v1beta1/{parent=projects/*/locations/*/clusters/*}/nodePoolsZM\x12K/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools\xda\x41\x1aproject_id,zone,cluster_id\x12\xb0\x02\n\x0bGetNodePool\x12,.google.container.v1beta1.GetNodePoolRequest\x1a\".google.container.v1beta1.NodePool\"\xce\x01\x82\xd3\xe4\x93\x02\x9d\x01\x12=/v1beta1/{name=projects/*/locations/*/clusters/*/nodePools/*}Z\\\x12Z/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}\xda\x41\'project_id,zone,cluster_id,node_pool_id\x12\xab\x02\n\x0e\x43reateNodePool\x12/.google.container.v1beta1.CreateNodePoolRequest\x1a#.google.container.v1beta1.Operation\"\xc2\x01\x82\xd3\xe4\x93\x02\x94\x01\"=/v1beta1/{parent=projects/*/locations/*/clusters/*}/nodePools:\x01*ZP\"K/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools:\x01*\xda\x41$project_id,zone,cluster_id,node_pool\x12\xb7\x02\n\x0e\x44\x65leteNodePool\x12/.google.container.v1beta1.DeleteNodePoolRequest\x1a#.google.container.v1beta1.Operation\"\xce\x01\x82\xd3\xe4\x93\x02\x9d\x01*=/v1beta1/{name=projects/*/locations/*/clusters/*/nodePools/*}Z\\*Z/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}\xda\x41\'project_id,zone,cluster_id,node_pool_id\x12\xc5\x01\n\x17\x43ompleteNodePoolUpgrade\x12\x38.google.container.v1beta1.CompleteNodePoolUpgradeRequest\x1a\x16.google.protobuf.Empty\"X\x82\xd3\xe4\x93\x02R\"M/v1beta1/{name=projects/*/locations/*/clusters/*/nodePools/*}:completeUpgrade:\x01*\x12\xe1\x02\n\x17RollbackNodePoolUpgrade\x12\x38.google.container.v1beta1.RollbackNodePoolUpgradeRequest\x1a#.google.container.v1beta1.Operation\"\xe6\x01\x82\xd3\xe4\x93\x02\xb5\x01\"F/v1beta1/{name=projects/*/locations/*/clusters/*/nodePools/*}:rollback:\x01*Zh\"c/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}:rollback:\x01*\xda\x41\'project_id,zone,cluster_id,node_pool_id\x12\xf2\x02\n\x15SetNodePoolManagement\x12\x36.google.container.v1beta1.SetNodePoolManagementRequest\x1a#.google.container.v1beta1.Operation\"\xfb\x01\x82\xd3\xe4\x93\x02\xbf\x01\"K/v1beta1/{name=projects/*/locations/*/clusters/*/nodePools/*}:setManagement:\x01*Zm\"h/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/setManagement:\x01*\xda\x41\x32project_id,zone,cluster_id,node_pool_id,management\x12\xc4\x02\n\tSetLabels\x12*.google.container.v1beta1.SetLabelsRequest\x1a#.google.container.v1beta1.Operation\"\xe5\x01\x82\xd3\xe4\x93\x02\x9f\x01\"C/v1beta1/{name=projects/*/locations/*/clusters/*}:setResourceLabels:\x01*ZU\"P/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/resourceLabels:\x01*\xda\x41<project_id,zone,cluster_id,resource_labels,label_fingerprint\x12\xaa\x02\n\rSetLegacyAbac\x12..google.container.v1beta1.SetLegacyAbacRequest\x1a#.google.container.v1beta1.Operation\"\xc3\x01\x82\xd3\xe4\x93\x02\x97\x01\"?/v1beta1/{name=projects/*/locations/*/clusters/*}:setLegacyAbac:\x01*ZQ\"L/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/legacyAbac:\x01*\xda\x41\"project_id,zone,cluster_id,enabled\x12\xad\x02\n\x0fStartIPRotation\x12\x30.google.container.v1beta1.StartIPRotationRequest\x1a#.google.container.v1beta1.Operation\"\xc2\x01\x82\xd3\xe4\x93\x02\x9e\x01\"A/v1beta1/{name=projects/*/locations/*/clusters/*}:startIpRotation:\x01*ZV\"Q/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:startIpRotation:\x01*\xda\x41\x1aproject_id,zone,cluster_id\x12\xb9\x02\n\x12\x43ompleteIPRotation\x12\x33.google.container.v1beta1.CompleteIPRotationRequest\x1a#.google.container.v1beta1.Operation\"\xc8\x01\x82\xd3\xe4\x93\x02\xa4\x01\"D/v1beta1/{name=projects/*/locations/*/clusters/*}:completeIpRotation:\x01*ZY\"T/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:completeIpRotation:\x01*\xda\x41\x1aproject_id,zone,cluster_id\x12\xa5\x02\n\x0fSetNodePoolSize\x12\x30.google.container.v1beta1.SetNodePoolSizeRequest\x1a#.google.container.v1beta1.Operation\"\xba\x01\x82\xd3\xe4\x93\x02\xb3\x01\"E/v1beta1/{name=projects/*/locations/*/clusters/*/nodePools/*}:setSize:\x01*Zg\"b/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/setSize:\x01*\x12\xc0\x02\n\x10SetNetworkPolicy\x12\x31.google.container.v1beta1.SetNetworkPolicyRequest\x1a#.google.container.v1beta1.Operation\"\xd3\x01\x82\xd3\xe4\x93\x02\xa0\x01\"B/v1beta1/{name=projects/*/locations/*/clusters/*}:setNetworkPolicy:\x01*ZW\"R/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:setNetworkPolicy:\x01*\xda\x41)project_id,zone,cluster_id,network_policy\x12\xd4\x02\n\x14SetMaintenancePolicy\x12\x35.google.container.v1beta1.SetMaintenancePolicyRequest\x1a#.google.container.v1beta1.Operation\"\xdf\x01\x82\xd3\xe4\x93\x02\xa8\x01\"F/v1beta1/{name=projects/*/locations/*/clusters/*}:setMaintenancePolicy:\x01*Z[\"V/v1beta1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:setMaintenancePolicy:\x01*\xda\x41-project_id,zone,cluster_id,maintenance_policy\x12\xd4\x01\n\x15ListUsableSubnetworks\x12\x36.google.container.v1beta1.ListUsableSubnetworksRequest\x1a\x37.google.container.v1beta1.ListUsableSubnetworksResponse\"J\x82\xd3\xe4\x93\x02;\x12\x39/v1beta1/{parent=projects/*}/aggregated/usableSubnetworks\xda\x41\x06parent\x12\xf1\x01\n\x1b\x43heckAutopilotCompatibility\x12<.google.container.v1beta1.CheckAutopilotCompatibilityRequest\x1a=.google.container.v1beta1.CheckAutopilotCompatibilityResponse\"U\x82\xd3\xe4\x93\x02O\x12M/v1beta1/{name=projects/*/locations/*/clusters/*}:checkAutopilotCompatibility\x12\xa9\x01\n\rListLocations\x12..google.container.v1beta1.ListLocationsRequest\x1a/.google.container.v1beta1.ListLocationsResponse\"7\x82\xd3\xe4\x93\x02(\x12&/v1beta1/{parent=projects/*}/locations\xda\x41\x06parent\x1aL\xca\x41\x18\x63ontainer.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xa0\x02\n\x1c\x63om.google.container.v1beta1B\x13\x43lusterServiceProtoP\x01Z@cloud.google.com/go/container/apiv1beta1/containerpb;containerpb\xaa\x02\x1eGoogle.Cloud.Container.V1Beta1\xca\x02\x1eGoogle\\Cloud\\Container\\V1beta1\xea\x02!Google::Cloud::Container::V1beta1\xea\x41@\n\x1bpubsub.googleapis.com/Topic\x12!projects/{project}/topics/{topic}b\x06proto3"
|
21
|
+
|
22
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
23
|
+
|
24
|
+
begin
|
25
|
+
pool.add_serialized_file(descriptor_data)
|
26
|
+
rescue TypeError => e
|
27
|
+
# Compatibility code: will be removed in the next major version.
|
28
|
+
require 'google/protobuf/descriptor_pb'
|
29
|
+
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
30
|
+
parsed.clear_dependency
|
31
|
+
serialized = parsed.class.encode(parsed)
|
32
|
+
file = pool.add_serialized_file(serialized)
|
33
|
+
warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
|
34
|
+
imports = [
|
35
|
+
["google.protobuf.BoolValue", "google/protobuf/wrappers.proto"],
|
36
|
+
["google.rpc.Status", "google/rpc/status.proto"],
|
37
|
+
["google.type.Date", "google/type/date.proto"],
|
38
|
+
["google.protobuf.Duration", "google/protobuf/duration.proto"],
|
39
|
+
["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
|
40
|
+
]
|
41
|
+
imports.each do |type_name, expected_filename|
|
42
|
+
import_file = pool.lookup(type_name).file_descriptor
|
43
|
+
if import_file.name != expected_filename
|
44
|
+
warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
|
1343
45
|
end
|
1344
46
|
end
|
47
|
+
warn "Each proto file must use a consistent fully-qualified name."
|
48
|
+
warn "This will become an error in the next major version."
|
1345
49
|
end
|
1346
50
|
|
1347
51
|
module Google
|
@@ -1367,6 +71,9 @@ module Google
|
|
1367
71
|
GcfsConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.GcfsConfig").msgclass
|
1368
72
|
ReservationAffinity = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.ReservationAffinity").msgclass
|
1369
73
|
ReservationAffinity::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.ReservationAffinity.Type").enummodule
|
74
|
+
SoleTenantConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.SoleTenantConfig").msgclass
|
75
|
+
SoleTenantConfig::NodeAffinity = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.SoleTenantConfig.NodeAffinity").msgclass
|
76
|
+
SoleTenantConfig::NodeAffinity::Operator = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.SoleTenantConfig.NodeAffinity.Operator").enummodule
|
1370
77
|
NodeTaint = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.NodeTaint").msgclass
|
1371
78
|
NodeTaint::Effect = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.NodeTaint.Effect").enummodule
|
1372
79
|
NodeTaints = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.NodeTaints").msgclass
|
@@ -1410,6 +117,7 @@ module Google
|
|
1410
117
|
ClusterTelemetry::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.ClusterTelemetry.Type").enummodule
|
1411
118
|
Cluster = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.Cluster").msgclass
|
1412
119
|
Cluster::Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.Cluster.Status").enummodule
|
120
|
+
K8sBetaAPIConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.K8sBetaAPIConfig").msgclass
|
1413
121
|
WorkloadConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.WorkloadConfig").msgclass
|
1414
122
|
WorkloadConfig::Mode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.WorkloadConfig.Mode").enummodule
|
1415
123
|
ProtectConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.ProtectConfig").msgclass
|
@@ -1447,6 +155,7 @@ module Google
|
|
1447
155
|
ServerConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.ServerConfig").msgclass
|
1448
156
|
ServerConfig::ReleaseChannelConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.ServerConfig.ReleaseChannelConfig").msgclass
|
1449
157
|
ServerConfig::ReleaseChannelConfig::AvailableVersion = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.ServerConfig.ReleaseChannelConfig.AvailableVersion").msgclass
|
158
|
+
BestEffortProvisioning = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.BestEffortProvisioning").msgclass
|
1450
159
|
WindowsVersions = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.WindowsVersions").msgclass
|
1451
160
|
WindowsVersions::WindowsVersion = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.WindowsVersions.WindowsVersion").msgclass
|
1452
161
|
CreateNodePoolRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.CreateNodePoolRequest").msgclass
|
@@ -1536,6 +245,10 @@ module Google
|
|
1536
245
|
GetJSONWebKeysRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.GetJSONWebKeysRequest").msgclass
|
1537
246
|
Jwk = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.Jwk").msgclass
|
1538
247
|
GetJSONWebKeysResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.GetJSONWebKeysResponse").msgclass
|
248
|
+
CheckAutopilotCompatibilityRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.CheckAutopilotCompatibilityRequest").msgclass
|
249
|
+
AutopilotCompatibilityIssue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.AutopilotCompatibilityIssue").msgclass
|
250
|
+
AutopilotCompatibilityIssue::IssueType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.AutopilotCompatibilityIssue.IssueType").enummodule
|
251
|
+
CheckAutopilotCompatibilityResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.CheckAutopilotCompatibilityResponse").msgclass
|
1539
252
|
ReleaseChannel = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.ReleaseChannel").msgclass
|
1540
253
|
ReleaseChannel::Channel = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.ReleaseChannel.Channel").enummodule
|
1541
254
|
CostManagementConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.CostManagementConfig").msgclass
|