google-apis-container_v1 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-container_v1.rb +15 -0
- data/lib/google/apis/container_v1.rb +37 -0
- data/lib/google/apis/container_v1/classes.rb +4451 -0
- data/lib/google/apis/container_v1/gem_version.rb +28 -0
- data/lib/google/apis/container_v1/representations.rb +1660 -0
- data/lib/google/apis/container_v1/service.rb +2672 -0
- metadata +76 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
module Google
|
16
|
+
module Apis
|
17
|
+
module ContainerV1
|
18
|
+
# Version of the google-apis-container_v1 gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.1.1"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20201209"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,1660 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module ContainerV1
|
24
|
+
|
25
|
+
class AcceleratorConfig
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AddonsConfig
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class AuthenticatorGroupsConfig
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class AutoUpgradeOptions
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class AutoprovisioningNodePoolDefaults
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class BigQueryDestination
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class BinaryAuthorization
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class CancelOperationRequest
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class CidrBlock
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class ClientCertificateConfig
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class CloudRunConfig
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class Cluster
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class ClusterAutoscaling
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class ClusterUpdate
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class CompleteIpRotationRequest
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class ConfigConnectorConfig
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class ConsumptionMeteringConfig
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class CreateClusterRequest
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class CreateNodePoolRequest
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class DailyMaintenanceWindow
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class DatabaseEncryption
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class DefaultSnatStatus
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class DnsCacheConfig
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class Empty
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class GcePersistentDiskCsiDriverConfig
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GetJsonWebKeysResponse
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GetOpenIdConfigResponse
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class HorizontalPodAutoscaling
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class HttpCacheControlResponseHeader
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class HttpLoadBalancing
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class IpAllocationPolicy
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class IntraNodeVisibilityConfig
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class Jwk
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class KubernetesDashboard
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class LegacyAbac
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class ListClustersResponse
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class ListNodePoolsResponse
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class ListOperationsResponse
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class ListUsableSubnetworksResponse
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class MaintenancePolicy
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class MaintenanceWindow
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class MasterAuth
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class MasterAuthorizedNetworksConfig
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class MaxPodsConstraint
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class Metric
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class NetworkConfig
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class NetworkPolicy
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class NetworkPolicyConfig
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class NodeConfig
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class NodeManagement
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class NodePool
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class NodePoolAutoscaling
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class NodeTaint
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class Operation
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class OperationProgress
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class PrivateClusterConfig
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class PrivateClusterMasterGlobalAccessConfig
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class RecurringTimeWindow
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class ReleaseChannel
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class ReleaseChannelConfig
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class ReservationAffinity
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class ResourceLimit
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class ResourceUsageExportConfig
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class RollbackNodePoolUpgradeRequest
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class SandboxConfig
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class ServerConfig
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class SetAddonsConfigRequest
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class SetLabelsRequest
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class SetLegacyAbacRequest
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class SetLocationsRequest
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class SetLoggingServiceRequest
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class SetMaintenancePolicyRequest
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class SetMasterAuthRequest
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class SetMonitoringServiceRequest
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class SetNetworkPolicyRequest
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class SetNodePoolAutoscalingRequest
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class SetNodePoolManagementRequest
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class SetNodePoolSizeRequest
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class ShieldedInstanceConfig
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class ShieldedNodes
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class StartIpRotationRequest
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class StatusCondition
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class TimeWindow
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class UpdateClusterRequest
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class UpdateMasterRequest
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class UpdateNodePoolRequest
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class UpgradeEvent
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class UpgradeSettings
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class UsableSubnetwork
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class UsableSubnetworkSecondaryRange
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class VerticalPodAutoscaling
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class WorkloadIdentityConfig
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class WorkloadMetadataConfig
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class AcceleratorConfig
|
584
|
+
# @private
|
585
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
586
|
+
property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
|
587
|
+
property :accelerator_type, as: 'acceleratorType'
|
588
|
+
end
|
589
|
+
end
|
590
|
+
|
591
|
+
class AddonsConfig
|
592
|
+
# @private
|
593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
594
|
+
property :cloud_run_config, as: 'cloudRunConfig', class: Google::Apis::ContainerV1::CloudRunConfig, decorator: Google::Apis::ContainerV1::CloudRunConfig::Representation
|
595
|
+
|
596
|
+
property :config_connector_config, as: 'configConnectorConfig', class: Google::Apis::ContainerV1::ConfigConnectorConfig, decorator: Google::Apis::ContainerV1::ConfigConnectorConfig::Representation
|
597
|
+
|
598
|
+
property :dns_cache_config, as: 'dnsCacheConfig', class: Google::Apis::ContainerV1::DnsCacheConfig, decorator: Google::Apis::ContainerV1::DnsCacheConfig::Representation
|
599
|
+
|
600
|
+
property :gce_persistent_disk_csi_driver_config, as: 'gcePersistentDiskCsiDriverConfig', class: Google::Apis::ContainerV1::GcePersistentDiskCsiDriverConfig, decorator: Google::Apis::ContainerV1::GcePersistentDiskCsiDriverConfig::Representation
|
601
|
+
|
602
|
+
property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1::HorizontalPodAutoscaling::Representation
|
603
|
+
|
604
|
+
property :http_load_balancing, as: 'httpLoadBalancing', class: Google::Apis::ContainerV1::HttpLoadBalancing, decorator: Google::Apis::ContainerV1::HttpLoadBalancing::Representation
|
605
|
+
|
606
|
+
property :kubernetes_dashboard, as: 'kubernetesDashboard', class: Google::Apis::ContainerV1::KubernetesDashboard, decorator: Google::Apis::ContainerV1::KubernetesDashboard::Representation
|
607
|
+
|
608
|
+
property :network_policy_config, as: 'networkPolicyConfig', class: Google::Apis::ContainerV1::NetworkPolicyConfig, decorator: Google::Apis::ContainerV1::NetworkPolicyConfig::Representation
|
609
|
+
|
610
|
+
end
|
611
|
+
end
|
612
|
+
|
613
|
+
class AuthenticatorGroupsConfig
|
614
|
+
# @private
|
615
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
616
|
+
property :enabled, as: 'enabled'
|
617
|
+
property :security_group, as: 'securityGroup'
|
618
|
+
end
|
619
|
+
end
|
620
|
+
|
621
|
+
class AutoUpgradeOptions
|
622
|
+
# @private
|
623
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
624
|
+
property :auto_upgrade_start_time, as: 'autoUpgradeStartTime'
|
625
|
+
property :description, as: 'description'
|
626
|
+
end
|
627
|
+
end
|
628
|
+
|
629
|
+
class AutoprovisioningNodePoolDefaults
|
630
|
+
# @private
|
631
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
632
|
+
property :boot_disk_kms_key, as: 'bootDiskKmsKey'
|
633
|
+
property :disk_size_gb, as: 'diskSizeGb'
|
634
|
+
property :disk_type, as: 'diskType'
|
635
|
+
property :management, as: 'management', class: Google::Apis::ContainerV1::NodeManagement, decorator: Google::Apis::ContainerV1::NodeManagement::Representation
|
636
|
+
|
637
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
638
|
+
collection :oauth_scopes, as: 'oauthScopes'
|
639
|
+
property :service_account, as: 'serviceAccount'
|
640
|
+
property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::ContainerV1::ShieldedInstanceConfig, decorator: Google::Apis::ContainerV1::ShieldedInstanceConfig::Representation
|
641
|
+
|
642
|
+
property :upgrade_settings, as: 'upgradeSettings', class: Google::Apis::ContainerV1::UpgradeSettings, decorator: Google::Apis::ContainerV1::UpgradeSettings::Representation
|
643
|
+
|
644
|
+
end
|
645
|
+
end
|
646
|
+
|
647
|
+
class BigQueryDestination
|
648
|
+
# @private
|
649
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
650
|
+
property :dataset_id, as: 'datasetId'
|
651
|
+
end
|
652
|
+
end
|
653
|
+
|
654
|
+
class BinaryAuthorization
|
655
|
+
# @private
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
657
|
+
property :enabled, as: 'enabled'
|
658
|
+
end
|
659
|
+
end
|
660
|
+
|
661
|
+
class CancelOperationRequest
|
662
|
+
# @private
|
663
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
664
|
+
property :name, as: 'name'
|
665
|
+
property :operation_id, as: 'operationId'
|
666
|
+
property :project_id, as: 'projectId'
|
667
|
+
property :zone, as: 'zone'
|
668
|
+
end
|
669
|
+
end
|
670
|
+
|
671
|
+
class CidrBlock
|
672
|
+
# @private
|
673
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
674
|
+
property :cidr_block, as: 'cidrBlock'
|
675
|
+
property :display_name, as: 'displayName'
|
676
|
+
end
|
677
|
+
end
|
678
|
+
|
679
|
+
class ClientCertificateConfig
|
680
|
+
# @private
|
681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
682
|
+
property :issue_client_certificate, as: 'issueClientCertificate'
|
683
|
+
end
|
684
|
+
end
|
685
|
+
|
686
|
+
class CloudRunConfig
|
687
|
+
# @private
|
688
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
689
|
+
property :disabled, as: 'disabled'
|
690
|
+
property :load_balancer_type, as: 'loadBalancerType'
|
691
|
+
end
|
692
|
+
end
|
693
|
+
|
694
|
+
class Cluster
|
695
|
+
# @private
|
696
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
697
|
+
property :addons_config, as: 'addonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
|
698
|
+
|
699
|
+
property :authenticator_groups_config, as: 'authenticatorGroupsConfig', class: Google::Apis::ContainerV1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1::AuthenticatorGroupsConfig::Representation
|
700
|
+
|
701
|
+
property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1::ClusterAutoscaling::Representation
|
702
|
+
|
703
|
+
property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
|
704
|
+
|
705
|
+
property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
|
706
|
+
collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1::StatusCondition, decorator: Google::Apis::ContainerV1::StatusCondition::Representation
|
707
|
+
|
708
|
+
property :create_time, as: 'createTime'
|
709
|
+
property :current_master_version, as: 'currentMasterVersion'
|
710
|
+
property :current_node_count, as: 'currentNodeCount'
|
711
|
+
property :current_node_version, as: 'currentNodeVersion'
|
712
|
+
property :database_encryption, as: 'databaseEncryption', class: Google::Apis::ContainerV1::DatabaseEncryption, decorator: Google::Apis::ContainerV1::DatabaseEncryption::Representation
|
713
|
+
|
714
|
+
property :default_max_pods_constraint, as: 'defaultMaxPodsConstraint', class: Google::Apis::ContainerV1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1::MaxPodsConstraint::Representation
|
715
|
+
|
716
|
+
property :description, as: 'description'
|
717
|
+
property :enable_kubernetes_alpha, as: 'enableKubernetesAlpha'
|
718
|
+
property :enable_tpu, as: 'enableTpu'
|
719
|
+
property :endpoint, as: 'endpoint'
|
720
|
+
property :expire_time, as: 'expireTime'
|
721
|
+
property :initial_cluster_version, as: 'initialClusterVersion'
|
722
|
+
property :initial_node_count, as: 'initialNodeCount'
|
723
|
+
collection :instance_group_urls, as: 'instanceGroupUrls'
|
724
|
+
property :ip_allocation_policy, as: 'ipAllocationPolicy', class: Google::Apis::ContainerV1::IpAllocationPolicy, decorator: Google::Apis::ContainerV1::IpAllocationPolicy::Representation
|
725
|
+
|
726
|
+
property :label_fingerprint, as: 'labelFingerprint'
|
727
|
+
property :legacy_abac, as: 'legacyAbac', class: Google::Apis::ContainerV1::LegacyAbac, decorator: Google::Apis::ContainerV1::LegacyAbac::Representation
|
728
|
+
|
729
|
+
property :location, as: 'location'
|
730
|
+
collection :locations, as: 'locations'
|
731
|
+
property :logging_service, as: 'loggingService'
|
732
|
+
property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::ContainerV1::MaintenancePolicy, decorator: Google::Apis::ContainerV1::MaintenancePolicy::Representation
|
733
|
+
|
734
|
+
property :master_auth, as: 'masterAuth', class: Google::Apis::ContainerV1::MasterAuth, decorator: Google::Apis::ContainerV1::MasterAuth::Representation
|
735
|
+
|
736
|
+
property :master_authorized_networks_config, as: 'masterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig::Representation
|
737
|
+
|
738
|
+
property :monitoring_service, as: 'monitoringService'
|
739
|
+
property :name, as: 'name'
|
740
|
+
property :network, as: 'network'
|
741
|
+
property :network_config, as: 'networkConfig', class: Google::Apis::ContainerV1::NetworkConfig, decorator: Google::Apis::ContainerV1::NetworkConfig::Representation
|
742
|
+
|
743
|
+
property :network_policy, as: 'networkPolicy', class: Google::Apis::ContainerV1::NetworkPolicy, decorator: Google::Apis::ContainerV1::NetworkPolicy::Representation
|
744
|
+
|
745
|
+
property :node_config, as: 'nodeConfig', class: Google::Apis::ContainerV1::NodeConfig, decorator: Google::Apis::ContainerV1::NodeConfig::Representation
|
746
|
+
|
747
|
+
property :node_ipv4_cidr_size, as: 'nodeIpv4CidrSize'
|
748
|
+
collection :node_pools, as: 'nodePools', class: Google::Apis::ContainerV1::NodePool, decorator: Google::Apis::ContainerV1::NodePool::Representation
|
749
|
+
|
750
|
+
property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::ContainerV1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1::PrivateClusterConfig::Representation
|
751
|
+
|
752
|
+
property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1::ReleaseChannel, decorator: Google::Apis::ContainerV1::ReleaseChannel::Representation
|
753
|
+
|
754
|
+
hash :resource_labels, as: 'resourceLabels'
|
755
|
+
property :resource_usage_export_config, as: 'resourceUsageExportConfig', class: Google::Apis::ContainerV1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1::ResourceUsageExportConfig::Representation
|
756
|
+
|
757
|
+
property :self_link, as: 'selfLink'
|
758
|
+
property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
|
759
|
+
property :shielded_nodes, as: 'shieldedNodes', class: Google::Apis::ContainerV1::ShieldedNodes, decorator: Google::Apis::ContainerV1::ShieldedNodes::Representation
|
760
|
+
|
761
|
+
property :status, as: 'status'
|
762
|
+
property :status_message, as: 'statusMessage'
|
763
|
+
property :subnetwork, as: 'subnetwork'
|
764
|
+
property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
|
765
|
+
property :vertical_pod_autoscaling, as: 'verticalPodAutoscaling', class: Google::Apis::ContainerV1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1::VerticalPodAutoscaling::Representation
|
766
|
+
|
767
|
+
property :workload_identity_config, as: 'workloadIdentityConfig', class: Google::Apis::ContainerV1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1::WorkloadIdentityConfig::Representation
|
768
|
+
|
769
|
+
property :zone, as: 'zone'
|
770
|
+
end
|
771
|
+
end
|
772
|
+
|
773
|
+
class ClusterAutoscaling
|
774
|
+
# @private
|
775
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
776
|
+
collection :autoprovisioning_locations, as: 'autoprovisioningLocations'
|
777
|
+
property :autoprovisioning_node_pool_defaults, as: 'autoprovisioningNodePoolDefaults', class: Google::Apis::ContainerV1::AutoprovisioningNodePoolDefaults, decorator: Google::Apis::ContainerV1::AutoprovisioningNodePoolDefaults::Representation
|
778
|
+
|
779
|
+
property :enable_node_autoprovisioning, as: 'enableNodeAutoprovisioning'
|
780
|
+
collection :resource_limits, as: 'resourceLimits', class: Google::Apis::ContainerV1::ResourceLimit, decorator: Google::Apis::ContainerV1::ResourceLimit::Representation
|
781
|
+
|
782
|
+
end
|
783
|
+
end
|
784
|
+
|
785
|
+
class ClusterUpdate
|
786
|
+
# @private
|
787
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
788
|
+
property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
|
789
|
+
|
790
|
+
property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
|
791
|
+
|
792
|
+
property :desired_cluster_autoscaling, as: 'desiredClusterAutoscaling', class: Google::Apis::ContainerV1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1::ClusterAutoscaling::Representation
|
793
|
+
|
794
|
+
property :desired_database_encryption, as: 'desiredDatabaseEncryption', class: Google::Apis::ContainerV1::DatabaseEncryption, decorator: Google::Apis::ContainerV1::DatabaseEncryption::Representation
|
795
|
+
|
796
|
+
property :desired_default_snat_status, as: 'desiredDefaultSnatStatus', class: Google::Apis::ContainerV1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1::DefaultSnatStatus::Representation
|
797
|
+
|
798
|
+
property :desired_image_type, as: 'desiredImageType'
|
799
|
+
property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1::IntraNodeVisibilityConfig::Representation
|
800
|
+
|
801
|
+
collection :desired_locations, as: 'desiredLocations'
|
802
|
+
property :desired_logging_service, as: 'desiredLoggingService'
|
803
|
+
property :desired_master_authorized_networks_config, as: 'desiredMasterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig::Representation
|
804
|
+
|
805
|
+
property :desired_master_version, as: 'desiredMasterVersion'
|
806
|
+
property :desired_monitoring_service, as: 'desiredMonitoringService'
|
807
|
+
property :desired_node_pool_autoscaling, as: 'desiredNodePoolAutoscaling', class: Google::Apis::ContainerV1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1::NodePoolAutoscaling::Representation
|
808
|
+
|
809
|
+
property :desired_node_pool_id, as: 'desiredNodePoolId'
|
810
|
+
property :desired_node_version, as: 'desiredNodeVersion'
|
811
|
+
property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1::PrivateClusterConfig::Representation
|
812
|
+
|
813
|
+
property :desired_private_ipv6_google_access, as: 'desiredPrivateIpv6GoogleAccess'
|
814
|
+
property :desired_release_channel, as: 'desiredReleaseChannel', class: Google::Apis::ContainerV1::ReleaseChannel, decorator: Google::Apis::ContainerV1::ReleaseChannel::Representation
|
815
|
+
|
816
|
+
property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1::ResourceUsageExportConfig::Representation
|
817
|
+
|
818
|
+
property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1::ShieldedNodes, decorator: Google::Apis::ContainerV1::ShieldedNodes::Representation
|
819
|
+
|
820
|
+
property :desired_vertical_pod_autoscaling, as: 'desiredVerticalPodAutoscaling', class: Google::Apis::ContainerV1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1::VerticalPodAutoscaling::Representation
|
821
|
+
|
822
|
+
property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1::WorkloadIdentityConfig::Representation
|
823
|
+
|
824
|
+
end
|
825
|
+
end
|
826
|
+
|
827
|
+
class CompleteIpRotationRequest
|
828
|
+
# @private
|
829
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
830
|
+
property :cluster_id, as: 'clusterId'
|
831
|
+
property :name, as: 'name'
|
832
|
+
property :project_id, as: 'projectId'
|
833
|
+
property :zone, as: 'zone'
|
834
|
+
end
|
835
|
+
end
|
836
|
+
|
837
|
+
class ConfigConnectorConfig
|
838
|
+
# @private
|
839
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
840
|
+
property :enabled, as: 'enabled'
|
841
|
+
end
|
842
|
+
end
|
843
|
+
|
844
|
+
class ConsumptionMeteringConfig
|
845
|
+
# @private
|
846
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
847
|
+
property :enabled, as: 'enabled'
|
848
|
+
end
|
849
|
+
end
|
850
|
+
|
851
|
+
class CreateClusterRequest
|
852
|
+
# @private
|
853
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
854
|
+
property :cluster, as: 'cluster', class: Google::Apis::ContainerV1::Cluster, decorator: Google::Apis::ContainerV1::Cluster::Representation
|
855
|
+
|
856
|
+
property :parent, as: 'parent'
|
857
|
+
property :project_id, as: 'projectId'
|
858
|
+
property :zone, as: 'zone'
|
859
|
+
end
|
860
|
+
end
|
861
|
+
|
862
|
+
class CreateNodePoolRequest
|
863
|
+
# @private
|
864
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
865
|
+
property :cluster_id, as: 'clusterId'
|
866
|
+
property :node_pool, as: 'nodePool', class: Google::Apis::ContainerV1::NodePool, decorator: Google::Apis::ContainerV1::NodePool::Representation
|
867
|
+
|
868
|
+
property :parent, as: 'parent'
|
869
|
+
property :project_id, as: 'projectId'
|
870
|
+
property :zone, as: 'zone'
|
871
|
+
end
|
872
|
+
end
|
873
|
+
|
874
|
+
class DailyMaintenanceWindow
|
875
|
+
# @private
|
876
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
877
|
+
property :duration, as: 'duration'
|
878
|
+
property :start_time, as: 'startTime'
|
879
|
+
end
|
880
|
+
end
|
881
|
+
|
882
|
+
class DatabaseEncryption
|
883
|
+
# @private
|
884
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
885
|
+
property :key_name, as: 'keyName'
|
886
|
+
property :state, as: 'state'
|
887
|
+
end
|
888
|
+
end
|
889
|
+
|
890
|
+
class DefaultSnatStatus
|
891
|
+
# @private
|
892
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
893
|
+
property :disabled, as: 'disabled'
|
894
|
+
end
|
895
|
+
end
|
896
|
+
|
897
|
+
class DnsCacheConfig
|
898
|
+
# @private
|
899
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
900
|
+
property :enabled, as: 'enabled'
|
901
|
+
end
|
902
|
+
end
|
903
|
+
|
904
|
+
class Empty
|
905
|
+
# @private
|
906
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
907
|
+
end
|
908
|
+
end
|
909
|
+
|
910
|
+
class GcePersistentDiskCsiDriverConfig
|
911
|
+
# @private
|
912
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
913
|
+
property :enabled, as: 'enabled'
|
914
|
+
end
|
915
|
+
end
|
916
|
+
|
917
|
+
class GetJsonWebKeysResponse
|
918
|
+
# @private
|
919
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
920
|
+
property :cache_header, as: 'cacheHeader', class: Google::Apis::ContainerV1::HttpCacheControlResponseHeader, decorator: Google::Apis::ContainerV1::HttpCacheControlResponseHeader::Representation
|
921
|
+
|
922
|
+
collection :keys, as: 'keys', class: Google::Apis::ContainerV1::Jwk, decorator: Google::Apis::ContainerV1::Jwk::Representation
|
923
|
+
|
924
|
+
end
|
925
|
+
end
|
926
|
+
|
927
|
+
class GetOpenIdConfigResponse
|
928
|
+
# @private
|
929
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
930
|
+
property :cache_header, as: 'cacheHeader', class: Google::Apis::ContainerV1::HttpCacheControlResponseHeader, decorator: Google::Apis::ContainerV1::HttpCacheControlResponseHeader::Representation
|
931
|
+
|
932
|
+
collection :claims_supported, as: 'claims_supported'
|
933
|
+
collection :grant_types, as: 'grant_types'
|
934
|
+
collection :id_token_signing_alg_values_supported, as: 'id_token_signing_alg_values_supported'
|
935
|
+
property :issuer, as: 'issuer'
|
936
|
+
property :jwks_uri, as: 'jwks_uri'
|
937
|
+
collection :response_types_supported, as: 'response_types_supported'
|
938
|
+
collection :subject_types_supported, as: 'subject_types_supported'
|
939
|
+
end
|
940
|
+
end
|
941
|
+
|
942
|
+
class HorizontalPodAutoscaling
|
943
|
+
# @private
|
944
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
945
|
+
property :disabled, as: 'disabled'
|
946
|
+
end
|
947
|
+
end
|
948
|
+
|
949
|
+
class HttpCacheControlResponseHeader
|
950
|
+
# @private
|
951
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
952
|
+
property :age, :numeric_string => true, as: 'age'
|
953
|
+
property :directive, as: 'directive'
|
954
|
+
property :expires, as: 'expires'
|
955
|
+
end
|
956
|
+
end
|
957
|
+
|
958
|
+
class HttpLoadBalancing
|
959
|
+
# @private
|
960
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
961
|
+
property :disabled, as: 'disabled'
|
962
|
+
end
|
963
|
+
end
|
964
|
+
|
965
|
+
class IpAllocationPolicy
|
966
|
+
# @private
|
967
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
968
|
+
property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
|
969
|
+
property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
|
970
|
+
property :cluster_secondary_range_name, as: 'clusterSecondaryRangeName'
|
971
|
+
property :create_subnetwork, as: 'createSubnetwork'
|
972
|
+
property :node_ipv4_cidr, as: 'nodeIpv4Cidr'
|
973
|
+
property :node_ipv4_cidr_block, as: 'nodeIpv4CidrBlock'
|
974
|
+
property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
|
975
|
+
property :services_ipv4_cidr_block, as: 'servicesIpv4CidrBlock'
|
976
|
+
property :services_secondary_range_name, as: 'servicesSecondaryRangeName'
|
977
|
+
property :subnetwork_name, as: 'subnetworkName'
|
978
|
+
property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
|
979
|
+
property :use_ip_aliases, as: 'useIpAliases'
|
980
|
+
property :use_routes, as: 'useRoutes'
|
981
|
+
end
|
982
|
+
end
|
983
|
+
|
984
|
+
class IntraNodeVisibilityConfig
|
985
|
+
# @private
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
987
|
+
property :enabled, as: 'enabled'
|
988
|
+
end
|
989
|
+
end
|
990
|
+
|
991
|
+
class Jwk
|
992
|
+
# @private
|
993
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
994
|
+
property :alg, as: 'alg'
|
995
|
+
property :crv, as: 'crv'
|
996
|
+
property :e, as: 'e'
|
997
|
+
property :kid, as: 'kid'
|
998
|
+
property :kty, as: 'kty'
|
999
|
+
property :n, as: 'n'
|
1000
|
+
property :use, as: 'use'
|
1001
|
+
property :x, as: 'x'
|
1002
|
+
property :y, as: 'y'
|
1003
|
+
end
|
1004
|
+
end
|
1005
|
+
|
1006
|
+
class KubernetesDashboard
|
1007
|
+
# @private
|
1008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1009
|
+
property :disabled, as: 'disabled'
|
1010
|
+
end
|
1011
|
+
end
|
1012
|
+
|
1013
|
+
class LegacyAbac
|
1014
|
+
# @private
|
1015
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1016
|
+
property :enabled, as: 'enabled'
|
1017
|
+
end
|
1018
|
+
end
|
1019
|
+
|
1020
|
+
class ListClustersResponse
|
1021
|
+
# @private
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1023
|
+
collection :clusters, as: 'clusters', class: Google::Apis::ContainerV1::Cluster, decorator: Google::Apis::ContainerV1::Cluster::Representation
|
1024
|
+
|
1025
|
+
collection :missing_zones, as: 'missingZones'
|
1026
|
+
end
|
1027
|
+
end
|
1028
|
+
|
1029
|
+
class ListNodePoolsResponse
|
1030
|
+
# @private
|
1031
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1032
|
+
collection :node_pools, as: 'nodePools', class: Google::Apis::ContainerV1::NodePool, decorator: Google::Apis::ContainerV1::NodePool::Representation
|
1033
|
+
|
1034
|
+
end
|
1035
|
+
end
|
1036
|
+
|
1037
|
+
class ListOperationsResponse
|
1038
|
+
# @private
|
1039
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1040
|
+
collection :missing_zones, as: 'missingZones'
|
1041
|
+
collection :operations, as: 'operations', class: Google::Apis::ContainerV1::Operation, decorator: Google::Apis::ContainerV1::Operation::Representation
|
1042
|
+
|
1043
|
+
end
|
1044
|
+
end
|
1045
|
+
|
1046
|
+
class ListUsableSubnetworksResponse
|
1047
|
+
# @private
|
1048
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1049
|
+
property :next_page_token, as: 'nextPageToken'
|
1050
|
+
collection :subnetworks, as: 'subnetworks', class: Google::Apis::ContainerV1::UsableSubnetwork, decorator: Google::Apis::ContainerV1::UsableSubnetwork::Representation
|
1051
|
+
|
1052
|
+
end
|
1053
|
+
end
|
1054
|
+
|
1055
|
+
class MaintenancePolicy
|
1056
|
+
# @private
|
1057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1058
|
+
property :resource_version, as: 'resourceVersion'
|
1059
|
+
property :window, as: 'window', class: Google::Apis::ContainerV1::MaintenanceWindow, decorator: Google::Apis::ContainerV1::MaintenanceWindow::Representation
|
1060
|
+
|
1061
|
+
end
|
1062
|
+
end
|
1063
|
+
|
1064
|
+
class MaintenanceWindow
|
1065
|
+
# @private
|
1066
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1067
|
+
property :daily_maintenance_window, as: 'dailyMaintenanceWindow', class: Google::Apis::ContainerV1::DailyMaintenanceWindow, decorator: Google::Apis::ContainerV1::DailyMaintenanceWindow::Representation
|
1068
|
+
|
1069
|
+
hash :maintenance_exclusions, as: 'maintenanceExclusions', class: Google::Apis::ContainerV1::TimeWindow, decorator: Google::Apis::ContainerV1::TimeWindow::Representation
|
1070
|
+
|
1071
|
+
property :recurring_window, as: 'recurringWindow', class: Google::Apis::ContainerV1::RecurringTimeWindow, decorator: Google::Apis::ContainerV1::RecurringTimeWindow::Representation
|
1072
|
+
|
1073
|
+
end
|
1074
|
+
end
|
1075
|
+
|
1076
|
+
class MasterAuth
|
1077
|
+
# @private
|
1078
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1079
|
+
property :client_certificate, as: 'clientCertificate'
|
1080
|
+
property :client_certificate_config, as: 'clientCertificateConfig', class: Google::Apis::ContainerV1::ClientCertificateConfig, decorator: Google::Apis::ContainerV1::ClientCertificateConfig::Representation
|
1081
|
+
|
1082
|
+
property :client_key, as: 'clientKey'
|
1083
|
+
property :cluster_ca_certificate, as: 'clusterCaCertificate'
|
1084
|
+
property :password, as: 'password'
|
1085
|
+
property :username, as: 'username'
|
1086
|
+
end
|
1087
|
+
end
|
1088
|
+
|
1089
|
+
class MasterAuthorizedNetworksConfig
|
1090
|
+
# @private
|
1091
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1092
|
+
collection :cidr_blocks, as: 'cidrBlocks', class: Google::Apis::ContainerV1::CidrBlock, decorator: Google::Apis::ContainerV1::CidrBlock::Representation
|
1093
|
+
|
1094
|
+
property :enabled, as: 'enabled'
|
1095
|
+
end
|
1096
|
+
end
|
1097
|
+
|
1098
|
+
class MaxPodsConstraint
|
1099
|
+
# @private
|
1100
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1101
|
+
property :max_pods_per_node, :numeric_string => true, as: 'maxPodsPerNode'
|
1102
|
+
end
|
1103
|
+
end
|
1104
|
+
|
1105
|
+
class Metric
|
1106
|
+
# @private
|
1107
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1108
|
+
property :double_value, as: 'doubleValue'
|
1109
|
+
property :int_value, :numeric_string => true, as: 'intValue'
|
1110
|
+
property :name, as: 'name'
|
1111
|
+
property :string_value, as: 'stringValue'
|
1112
|
+
end
|
1113
|
+
end
|
1114
|
+
|
1115
|
+
class NetworkConfig
|
1116
|
+
# @private
|
1117
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1118
|
+
property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1::DefaultSnatStatus::Representation
|
1119
|
+
|
1120
|
+
property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
|
1121
|
+
property :network, as: 'network'
|
1122
|
+
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
1123
|
+
property :subnetwork, as: 'subnetwork'
|
1124
|
+
end
|
1125
|
+
end
|
1126
|
+
|
1127
|
+
class NetworkPolicy
|
1128
|
+
# @private
|
1129
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1130
|
+
property :enabled, as: 'enabled'
|
1131
|
+
property :provider, as: 'provider'
|
1132
|
+
end
|
1133
|
+
end
|
1134
|
+
|
1135
|
+
class NetworkPolicyConfig
|
1136
|
+
# @private
|
1137
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1138
|
+
property :disabled, as: 'disabled'
|
1139
|
+
end
|
1140
|
+
end
|
1141
|
+
|
1142
|
+
class NodeConfig
|
1143
|
+
# @private
|
1144
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1145
|
+
collection :accelerators, as: 'accelerators', class: Google::Apis::ContainerV1::AcceleratorConfig, decorator: Google::Apis::ContainerV1::AcceleratorConfig::Representation
|
1146
|
+
|
1147
|
+
property :boot_disk_kms_key, as: 'bootDiskKmsKey'
|
1148
|
+
property :disk_size_gb, as: 'diskSizeGb'
|
1149
|
+
property :disk_type, as: 'diskType'
|
1150
|
+
property :image_type, as: 'imageType'
|
1151
|
+
hash :labels, as: 'labels'
|
1152
|
+
property :local_ssd_count, as: 'localSsdCount'
|
1153
|
+
property :machine_type, as: 'machineType'
|
1154
|
+
hash :metadata, as: 'metadata'
|
1155
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
1156
|
+
property :node_group, as: 'nodeGroup'
|
1157
|
+
collection :oauth_scopes, as: 'oauthScopes'
|
1158
|
+
property :preemptible, as: 'preemptible'
|
1159
|
+
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ContainerV1::ReservationAffinity, decorator: Google::Apis::ContainerV1::ReservationAffinity::Representation
|
1160
|
+
|
1161
|
+
property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1::SandboxConfig, decorator: Google::Apis::ContainerV1::SandboxConfig::Representation
|
1162
|
+
|
1163
|
+
property :service_account, as: 'serviceAccount'
|
1164
|
+
property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::ContainerV1::ShieldedInstanceConfig, decorator: Google::Apis::ContainerV1::ShieldedInstanceConfig::Representation
|
1165
|
+
|
1166
|
+
collection :tags, as: 'tags'
|
1167
|
+
collection :taints, as: 'taints', class: Google::Apis::ContainerV1::NodeTaint, decorator: Google::Apis::ContainerV1::NodeTaint::Representation
|
1168
|
+
|
1169
|
+
property :workload_metadata_config, as: 'workloadMetadataConfig', class: Google::Apis::ContainerV1::WorkloadMetadataConfig, decorator: Google::Apis::ContainerV1::WorkloadMetadataConfig::Representation
|
1170
|
+
|
1171
|
+
end
|
1172
|
+
end
|
1173
|
+
|
1174
|
+
class NodeManagement
|
1175
|
+
# @private
|
1176
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1177
|
+
property :auto_repair, as: 'autoRepair'
|
1178
|
+
property :auto_upgrade, as: 'autoUpgrade'
|
1179
|
+
property :upgrade_options, as: 'upgradeOptions', class: Google::Apis::ContainerV1::AutoUpgradeOptions, decorator: Google::Apis::ContainerV1::AutoUpgradeOptions::Representation
|
1180
|
+
|
1181
|
+
end
|
1182
|
+
end
|
1183
|
+
|
1184
|
+
class NodePool
|
1185
|
+
# @private
|
1186
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1187
|
+
property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1::NodePoolAutoscaling::Representation
|
1188
|
+
|
1189
|
+
collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1::StatusCondition, decorator: Google::Apis::ContainerV1::StatusCondition::Representation
|
1190
|
+
|
1191
|
+
property :config, as: 'config', class: Google::Apis::ContainerV1::NodeConfig, decorator: Google::Apis::ContainerV1::NodeConfig::Representation
|
1192
|
+
|
1193
|
+
property :initial_node_count, as: 'initialNodeCount'
|
1194
|
+
collection :instance_group_urls, as: 'instanceGroupUrls'
|
1195
|
+
collection :locations, as: 'locations'
|
1196
|
+
property :management, as: 'management', class: Google::Apis::ContainerV1::NodeManagement, decorator: Google::Apis::ContainerV1::NodeManagement::Representation
|
1197
|
+
|
1198
|
+
property :max_pods_constraint, as: 'maxPodsConstraint', class: Google::Apis::ContainerV1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1::MaxPodsConstraint::Representation
|
1199
|
+
|
1200
|
+
property :name, as: 'name'
|
1201
|
+
property :pod_ipv4_cidr_size, as: 'podIpv4CidrSize'
|
1202
|
+
property :self_link, as: 'selfLink'
|
1203
|
+
property :status, as: 'status'
|
1204
|
+
property :status_message, as: 'statusMessage'
|
1205
|
+
property :upgrade_settings, as: 'upgradeSettings', class: Google::Apis::ContainerV1::UpgradeSettings, decorator: Google::Apis::ContainerV1::UpgradeSettings::Representation
|
1206
|
+
|
1207
|
+
property :version, as: 'version'
|
1208
|
+
end
|
1209
|
+
end
|
1210
|
+
|
1211
|
+
class NodePoolAutoscaling
|
1212
|
+
# @private
|
1213
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1214
|
+
property :autoprovisioned, as: 'autoprovisioned'
|
1215
|
+
property :enabled, as: 'enabled'
|
1216
|
+
property :max_node_count, as: 'maxNodeCount'
|
1217
|
+
property :min_node_count, as: 'minNodeCount'
|
1218
|
+
end
|
1219
|
+
end
|
1220
|
+
|
1221
|
+
class NodeTaint
|
1222
|
+
# @private
|
1223
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1224
|
+
property :effect, as: 'effect'
|
1225
|
+
property :key, as: 'key'
|
1226
|
+
property :value, as: 'value'
|
1227
|
+
end
|
1228
|
+
end
|
1229
|
+
|
1230
|
+
class Operation
|
1231
|
+
# @private
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1233
|
+
collection :cluster_conditions, as: 'clusterConditions', class: Google::Apis::ContainerV1::StatusCondition, decorator: Google::Apis::ContainerV1::StatusCondition::Representation
|
1234
|
+
|
1235
|
+
property :detail, as: 'detail'
|
1236
|
+
property :end_time, as: 'endTime'
|
1237
|
+
property :location, as: 'location'
|
1238
|
+
property :name, as: 'name'
|
1239
|
+
collection :nodepool_conditions, as: 'nodepoolConditions', class: Google::Apis::ContainerV1::StatusCondition, decorator: Google::Apis::ContainerV1::StatusCondition::Representation
|
1240
|
+
|
1241
|
+
property :operation_type, as: 'operationType'
|
1242
|
+
property :progress, as: 'progress', class: Google::Apis::ContainerV1::OperationProgress, decorator: Google::Apis::ContainerV1::OperationProgress::Representation
|
1243
|
+
|
1244
|
+
property :self_link, as: 'selfLink'
|
1245
|
+
property :start_time, as: 'startTime'
|
1246
|
+
property :status, as: 'status'
|
1247
|
+
property :status_message, as: 'statusMessage'
|
1248
|
+
property :target_link, as: 'targetLink'
|
1249
|
+
property :zone, as: 'zone'
|
1250
|
+
end
|
1251
|
+
end
|
1252
|
+
|
1253
|
+
class OperationProgress
|
1254
|
+
# @private
|
1255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1256
|
+
collection :metrics, as: 'metrics', class: Google::Apis::ContainerV1::Metric, decorator: Google::Apis::ContainerV1::Metric::Representation
|
1257
|
+
|
1258
|
+
property :name, as: 'name'
|
1259
|
+
collection :stages, as: 'stages', class: Google::Apis::ContainerV1::OperationProgress, decorator: Google::Apis::ContainerV1::OperationProgress::Representation
|
1260
|
+
|
1261
|
+
property :status, as: 'status'
|
1262
|
+
end
|
1263
|
+
end
|
1264
|
+
|
1265
|
+
class PrivateClusterConfig
|
1266
|
+
# @private
|
1267
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1268
|
+
property :enable_private_endpoint, as: 'enablePrivateEndpoint'
|
1269
|
+
property :enable_private_nodes, as: 'enablePrivateNodes'
|
1270
|
+
property :master_global_access_config, as: 'masterGlobalAccessConfig', class: Google::Apis::ContainerV1::PrivateClusterMasterGlobalAccessConfig, decorator: Google::Apis::ContainerV1::PrivateClusterMasterGlobalAccessConfig::Representation
|
1271
|
+
|
1272
|
+
property :master_ipv4_cidr_block, as: 'masterIpv4CidrBlock'
|
1273
|
+
property :peering_name, as: 'peeringName'
|
1274
|
+
property :private_endpoint, as: 'privateEndpoint'
|
1275
|
+
property :public_endpoint, as: 'publicEndpoint'
|
1276
|
+
end
|
1277
|
+
end
|
1278
|
+
|
1279
|
+
class PrivateClusterMasterGlobalAccessConfig
|
1280
|
+
# @private
|
1281
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1282
|
+
property :enabled, as: 'enabled'
|
1283
|
+
end
|
1284
|
+
end
|
1285
|
+
|
1286
|
+
class RecurringTimeWindow
|
1287
|
+
# @private
|
1288
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1289
|
+
property :recurrence, as: 'recurrence'
|
1290
|
+
property :window, as: 'window', class: Google::Apis::ContainerV1::TimeWindow, decorator: Google::Apis::ContainerV1::TimeWindow::Representation
|
1291
|
+
|
1292
|
+
end
|
1293
|
+
end
|
1294
|
+
|
1295
|
+
class ReleaseChannel
|
1296
|
+
# @private
|
1297
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1298
|
+
property :channel, as: 'channel'
|
1299
|
+
end
|
1300
|
+
end
|
1301
|
+
|
1302
|
+
class ReleaseChannelConfig
|
1303
|
+
# @private
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1305
|
+
property :channel, as: 'channel'
|
1306
|
+
property :default_version, as: 'defaultVersion'
|
1307
|
+
collection :valid_versions, as: 'validVersions'
|
1308
|
+
end
|
1309
|
+
end
|
1310
|
+
|
1311
|
+
class ReservationAffinity
|
1312
|
+
# @private
|
1313
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1314
|
+
property :consume_reservation_type, as: 'consumeReservationType'
|
1315
|
+
property :key, as: 'key'
|
1316
|
+
collection :values, as: 'values'
|
1317
|
+
end
|
1318
|
+
end
|
1319
|
+
|
1320
|
+
class ResourceLimit
|
1321
|
+
# @private
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1323
|
+
property :maximum, :numeric_string => true, as: 'maximum'
|
1324
|
+
property :minimum, :numeric_string => true, as: 'minimum'
|
1325
|
+
property :resource_type, as: 'resourceType'
|
1326
|
+
end
|
1327
|
+
end
|
1328
|
+
|
1329
|
+
class ResourceUsageExportConfig
|
1330
|
+
# @private
|
1331
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1332
|
+
property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::ContainerV1::BigQueryDestination, decorator: Google::Apis::ContainerV1::BigQueryDestination::Representation
|
1333
|
+
|
1334
|
+
property :consumption_metering_config, as: 'consumptionMeteringConfig', class: Google::Apis::ContainerV1::ConsumptionMeteringConfig, decorator: Google::Apis::ContainerV1::ConsumptionMeteringConfig::Representation
|
1335
|
+
|
1336
|
+
property :enable_network_egress_metering, as: 'enableNetworkEgressMetering'
|
1337
|
+
end
|
1338
|
+
end
|
1339
|
+
|
1340
|
+
class RollbackNodePoolUpgradeRequest
|
1341
|
+
# @private
|
1342
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1343
|
+
property :cluster_id, as: 'clusterId'
|
1344
|
+
property :name, as: 'name'
|
1345
|
+
property :node_pool_id, as: 'nodePoolId'
|
1346
|
+
property :project_id, as: 'projectId'
|
1347
|
+
property :zone, as: 'zone'
|
1348
|
+
end
|
1349
|
+
end
|
1350
|
+
|
1351
|
+
class SandboxConfig
|
1352
|
+
# @private
|
1353
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1354
|
+
property :type, as: 'type'
|
1355
|
+
end
|
1356
|
+
end
|
1357
|
+
|
1358
|
+
class ServerConfig
|
1359
|
+
# @private
|
1360
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1361
|
+
collection :channels, as: 'channels', class: Google::Apis::ContainerV1::ReleaseChannelConfig, decorator: Google::Apis::ContainerV1::ReleaseChannelConfig::Representation
|
1362
|
+
|
1363
|
+
property :default_cluster_version, as: 'defaultClusterVersion'
|
1364
|
+
property :default_image_type, as: 'defaultImageType'
|
1365
|
+
collection :valid_image_types, as: 'validImageTypes'
|
1366
|
+
collection :valid_master_versions, as: 'validMasterVersions'
|
1367
|
+
collection :valid_node_versions, as: 'validNodeVersions'
|
1368
|
+
end
|
1369
|
+
end
|
1370
|
+
|
1371
|
+
class SetAddonsConfigRequest
|
1372
|
+
# @private
|
1373
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1374
|
+
property :addons_config, as: 'addonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
|
1375
|
+
|
1376
|
+
property :cluster_id, as: 'clusterId'
|
1377
|
+
property :name, as: 'name'
|
1378
|
+
property :project_id, as: 'projectId'
|
1379
|
+
property :zone, as: 'zone'
|
1380
|
+
end
|
1381
|
+
end
|
1382
|
+
|
1383
|
+
class SetLabelsRequest
|
1384
|
+
# @private
|
1385
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1386
|
+
property :cluster_id, as: 'clusterId'
|
1387
|
+
property :label_fingerprint, as: 'labelFingerprint'
|
1388
|
+
property :name, as: 'name'
|
1389
|
+
property :project_id, as: 'projectId'
|
1390
|
+
hash :resource_labels, as: 'resourceLabels'
|
1391
|
+
property :zone, as: 'zone'
|
1392
|
+
end
|
1393
|
+
end
|
1394
|
+
|
1395
|
+
class SetLegacyAbacRequest
|
1396
|
+
# @private
|
1397
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1398
|
+
property :cluster_id, as: 'clusterId'
|
1399
|
+
property :enabled, as: 'enabled'
|
1400
|
+
property :name, as: 'name'
|
1401
|
+
property :project_id, as: 'projectId'
|
1402
|
+
property :zone, as: 'zone'
|
1403
|
+
end
|
1404
|
+
end
|
1405
|
+
|
1406
|
+
class SetLocationsRequest
|
1407
|
+
# @private
|
1408
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1409
|
+
property :cluster_id, as: 'clusterId'
|
1410
|
+
collection :locations, as: 'locations'
|
1411
|
+
property :name, as: 'name'
|
1412
|
+
property :project_id, as: 'projectId'
|
1413
|
+
property :zone, as: 'zone'
|
1414
|
+
end
|
1415
|
+
end
|
1416
|
+
|
1417
|
+
class SetLoggingServiceRequest
|
1418
|
+
# @private
|
1419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1420
|
+
property :cluster_id, as: 'clusterId'
|
1421
|
+
property :logging_service, as: 'loggingService'
|
1422
|
+
property :name, as: 'name'
|
1423
|
+
property :project_id, as: 'projectId'
|
1424
|
+
property :zone, as: 'zone'
|
1425
|
+
end
|
1426
|
+
end
|
1427
|
+
|
1428
|
+
class SetMaintenancePolicyRequest
|
1429
|
+
# @private
|
1430
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1431
|
+
property :cluster_id, as: 'clusterId'
|
1432
|
+
property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::ContainerV1::MaintenancePolicy, decorator: Google::Apis::ContainerV1::MaintenancePolicy::Representation
|
1433
|
+
|
1434
|
+
property :name, as: 'name'
|
1435
|
+
property :project_id, as: 'projectId'
|
1436
|
+
property :zone, as: 'zone'
|
1437
|
+
end
|
1438
|
+
end
|
1439
|
+
|
1440
|
+
class SetMasterAuthRequest
|
1441
|
+
# @private
|
1442
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1443
|
+
property :action, as: 'action'
|
1444
|
+
property :cluster_id, as: 'clusterId'
|
1445
|
+
property :name, as: 'name'
|
1446
|
+
property :project_id, as: 'projectId'
|
1447
|
+
property :update, as: 'update', class: Google::Apis::ContainerV1::MasterAuth, decorator: Google::Apis::ContainerV1::MasterAuth::Representation
|
1448
|
+
|
1449
|
+
property :zone, as: 'zone'
|
1450
|
+
end
|
1451
|
+
end
|
1452
|
+
|
1453
|
+
class SetMonitoringServiceRequest
|
1454
|
+
# @private
|
1455
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1456
|
+
property :cluster_id, as: 'clusterId'
|
1457
|
+
property :monitoring_service, as: 'monitoringService'
|
1458
|
+
property :name, as: 'name'
|
1459
|
+
property :project_id, as: 'projectId'
|
1460
|
+
property :zone, as: 'zone'
|
1461
|
+
end
|
1462
|
+
end
|
1463
|
+
|
1464
|
+
class SetNetworkPolicyRequest
|
1465
|
+
# @private
|
1466
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1467
|
+
property :cluster_id, as: 'clusterId'
|
1468
|
+
property :name, as: 'name'
|
1469
|
+
property :network_policy, as: 'networkPolicy', class: Google::Apis::ContainerV1::NetworkPolicy, decorator: Google::Apis::ContainerV1::NetworkPolicy::Representation
|
1470
|
+
|
1471
|
+
property :project_id, as: 'projectId'
|
1472
|
+
property :zone, as: 'zone'
|
1473
|
+
end
|
1474
|
+
end
|
1475
|
+
|
1476
|
+
class SetNodePoolAutoscalingRequest
|
1477
|
+
# @private
|
1478
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1479
|
+
property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1::NodePoolAutoscaling::Representation
|
1480
|
+
|
1481
|
+
property :cluster_id, as: 'clusterId'
|
1482
|
+
property :name, as: 'name'
|
1483
|
+
property :node_pool_id, as: 'nodePoolId'
|
1484
|
+
property :project_id, as: 'projectId'
|
1485
|
+
property :zone, as: 'zone'
|
1486
|
+
end
|
1487
|
+
end
|
1488
|
+
|
1489
|
+
class SetNodePoolManagementRequest
|
1490
|
+
# @private
|
1491
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1492
|
+
property :cluster_id, as: 'clusterId'
|
1493
|
+
property :management, as: 'management', class: Google::Apis::ContainerV1::NodeManagement, decorator: Google::Apis::ContainerV1::NodeManagement::Representation
|
1494
|
+
|
1495
|
+
property :name, as: 'name'
|
1496
|
+
property :node_pool_id, as: 'nodePoolId'
|
1497
|
+
property :project_id, as: 'projectId'
|
1498
|
+
property :zone, as: 'zone'
|
1499
|
+
end
|
1500
|
+
end
|
1501
|
+
|
1502
|
+
class SetNodePoolSizeRequest
|
1503
|
+
# @private
|
1504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1505
|
+
property :cluster_id, as: 'clusterId'
|
1506
|
+
property :name, as: 'name'
|
1507
|
+
property :node_count, as: 'nodeCount'
|
1508
|
+
property :node_pool_id, as: 'nodePoolId'
|
1509
|
+
property :project_id, as: 'projectId'
|
1510
|
+
property :zone, as: 'zone'
|
1511
|
+
end
|
1512
|
+
end
|
1513
|
+
|
1514
|
+
class ShieldedInstanceConfig
|
1515
|
+
# @private
|
1516
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1517
|
+
property :enable_integrity_monitoring, as: 'enableIntegrityMonitoring'
|
1518
|
+
property :enable_secure_boot, as: 'enableSecureBoot'
|
1519
|
+
end
|
1520
|
+
end
|
1521
|
+
|
1522
|
+
class ShieldedNodes
|
1523
|
+
# @private
|
1524
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1525
|
+
property :enabled, as: 'enabled'
|
1526
|
+
end
|
1527
|
+
end
|
1528
|
+
|
1529
|
+
class StartIpRotationRequest
|
1530
|
+
# @private
|
1531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1532
|
+
property :cluster_id, as: 'clusterId'
|
1533
|
+
property :name, as: 'name'
|
1534
|
+
property :project_id, as: 'projectId'
|
1535
|
+
property :rotate_credentials, as: 'rotateCredentials'
|
1536
|
+
property :zone, as: 'zone'
|
1537
|
+
end
|
1538
|
+
end
|
1539
|
+
|
1540
|
+
class StatusCondition
|
1541
|
+
# @private
|
1542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1543
|
+
property :code, as: 'code'
|
1544
|
+
property :message, as: 'message'
|
1545
|
+
end
|
1546
|
+
end
|
1547
|
+
|
1548
|
+
class TimeWindow
|
1549
|
+
# @private
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1551
|
+
property :end_time, as: 'endTime'
|
1552
|
+
property :start_time, as: 'startTime'
|
1553
|
+
end
|
1554
|
+
end
|
1555
|
+
|
1556
|
+
class UpdateClusterRequest
|
1557
|
+
# @private
|
1558
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1559
|
+
property :cluster_id, as: 'clusterId'
|
1560
|
+
property :name, as: 'name'
|
1561
|
+
property :project_id, as: 'projectId'
|
1562
|
+
property :update, as: 'update', class: Google::Apis::ContainerV1::ClusterUpdate, decorator: Google::Apis::ContainerV1::ClusterUpdate::Representation
|
1563
|
+
|
1564
|
+
property :zone, as: 'zone'
|
1565
|
+
end
|
1566
|
+
end
|
1567
|
+
|
1568
|
+
class UpdateMasterRequest
|
1569
|
+
# @private
|
1570
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1571
|
+
property :cluster_id, as: 'clusterId'
|
1572
|
+
property :master_version, as: 'masterVersion'
|
1573
|
+
property :name, as: 'name'
|
1574
|
+
property :project_id, as: 'projectId'
|
1575
|
+
property :zone, as: 'zone'
|
1576
|
+
end
|
1577
|
+
end
|
1578
|
+
|
1579
|
+
class UpdateNodePoolRequest
|
1580
|
+
# @private
|
1581
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1582
|
+
property :cluster_id, as: 'clusterId'
|
1583
|
+
property :image_type, as: 'imageType'
|
1584
|
+
collection :locations, as: 'locations'
|
1585
|
+
property :name, as: 'name'
|
1586
|
+
property :node_pool_id, as: 'nodePoolId'
|
1587
|
+
property :node_version, as: 'nodeVersion'
|
1588
|
+
property :project_id, as: 'projectId'
|
1589
|
+
property :upgrade_settings, as: 'upgradeSettings', class: Google::Apis::ContainerV1::UpgradeSettings, decorator: Google::Apis::ContainerV1::UpgradeSettings::Representation
|
1590
|
+
|
1591
|
+
property :workload_metadata_config, as: 'workloadMetadataConfig', class: Google::Apis::ContainerV1::WorkloadMetadataConfig, decorator: Google::Apis::ContainerV1::WorkloadMetadataConfig::Representation
|
1592
|
+
|
1593
|
+
property :zone, as: 'zone'
|
1594
|
+
end
|
1595
|
+
end
|
1596
|
+
|
1597
|
+
class UpgradeEvent
|
1598
|
+
# @private
|
1599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1600
|
+
property :current_version, as: 'currentVersion'
|
1601
|
+
property :operation, as: 'operation'
|
1602
|
+
property :operation_start_time, as: 'operationStartTime'
|
1603
|
+
property :resource, as: 'resource'
|
1604
|
+
property :resource_type, as: 'resourceType'
|
1605
|
+
property :target_version, as: 'targetVersion'
|
1606
|
+
end
|
1607
|
+
end
|
1608
|
+
|
1609
|
+
class UpgradeSettings
|
1610
|
+
# @private
|
1611
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1612
|
+
property :max_surge, as: 'maxSurge'
|
1613
|
+
property :max_unavailable, as: 'maxUnavailable'
|
1614
|
+
end
|
1615
|
+
end
|
1616
|
+
|
1617
|
+
class UsableSubnetwork
|
1618
|
+
# @private
|
1619
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1620
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
1621
|
+
property :network, as: 'network'
|
1622
|
+
collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ContainerV1::UsableSubnetworkSecondaryRange, decorator: Google::Apis::ContainerV1::UsableSubnetworkSecondaryRange::Representation
|
1623
|
+
|
1624
|
+
property :status_message, as: 'statusMessage'
|
1625
|
+
property :subnetwork, as: 'subnetwork'
|
1626
|
+
end
|
1627
|
+
end
|
1628
|
+
|
1629
|
+
class UsableSubnetworkSecondaryRange
|
1630
|
+
# @private
|
1631
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1632
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
1633
|
+
property :range_name, as: 'rangeName'
|
1634
|
+
property :status, as: 'status'
|
1635
|
+
end
|
1636
|
+
end
|
1637
|
+
|
1638
|
+
class VerticalPodAutoscaling
|
1639
|
+
# @private
|
1640
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1641
|
+
property :enabled, as: 'enabled'
|
1642
|
+
end
|
1643
|
+
end
|
1644
|
+
|
1645
|
+
class WorkloadIdentityConfig
|
1646
|
+
# @private
|
1647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1648
|
+
property :workload_pool, as: 'workloadPool'
|
1649
|
+
end
|
1650
|
+
end
|
1651
|
+
|
1652
|
+
class WorkloadMetadataConfig
|
1653
|
+
# @private
|
1654
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1655
|
+
property :mode, as: 'mode'
|
1656
|
+
end
|
1657
|
+
end
|
1658
|
+
end
|
1659
|
+
end
|
1660
|
+
end
|