google-apis-container_v1 0.43.0 → 0.100.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +233 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/container_v1/classes.rb +3463 -335
- data/lib/google/apis/container_v1/gem_version.rb +3 -3
- data/lib/google/apis/container_v1/representations.rb +1209 -41
- data/lib/google/apis/container_v1/service.rb +464 -215
- data/lib/google/apis/container_v1.rb +1 -1
- metadata +7 -10
@@ -28,24 +28,72 @@ module Google
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
+
class AdditionalIpRangesConfig
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class AdditionalNodeNetworkConfig
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class AdditionalPodNetworkConfig
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class AdditionalPodRangesConfig
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
31
55
|
class AddonsConfig
|
32
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
57
|
|
34
58
|
include Google::Apis::Core::JsonObjectSupport
|
35
59
|
end
|
36
60
|
|
61
|
+
class AdvancedDatapathObservabilityConfig
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
37
67
|
class AdvancedMachineFeatures
|
38
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
69
|
|
40
70
|
include Google::Apis::Core::JsonObjectSupport
|
41
71
|
end
|
42
72
|
|
73
|
+
class AnonymousAuthenticationConfig
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
43
79
|
class AuthenticatorGroupsConfig
|
44
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
81
|
|
46
82
|
include Google::Apis::Core::JsonObjectSupport
|
47
83
|
end
|
48
84
|
|
85
|
+
class AutoIpamConfig
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class AutoMonitoringConfig
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
49
97
|
class AutoUpgradeOptions
|
50
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
99
|
|
@@ -58,12 +106,30 @@ module Google
|
|
58
106
|
include Google::Apis::Core::JsonObjectSupport
|
59
107
|
end
|
60
108
|
|
109
|
+
class AutopilotCompatibilityIssue
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class AutopilotConfig
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
61
121
|
class AutoprovisioningNodePoolDefaults
|
62
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
123
|
|
64
124
|
include Google::Apis::Core::JsonObjectSupport
|
65
125
|
end
|
66
126
|
|
127
|
+
class BestEffortProvisioning
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
67
133
|
class BigQueryDestination
|
68
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
135
|
|
@@ -88,12 +154,30 @@ module Google
|
|
88
154
|
include Google::Apis::Core::JsonObjectSupport
|
89
155
|
end
|
90
156
|
|
157
|
+
class BootDisk
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
91
163
|
class CancelOperationRequest
|
92
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
165
|
|
94
166
|
include Google::Apis::Core::JsonObjectSupport
|
95
167
|
end
|
96
168
|
|
169
|
+
class CertificateAuthorityDomainConfig
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class CheckAutopilotCompatibilityResponse
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
97
181
|
class CidrBlock
|
98
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
183
|
|
@@ -124,12 +208,24 @@ module Google
|
|
124
208
|
include Google::Apis::Core::JsonObjectSupport
|
125
209
|
end
|
126
210
|
|
211
|
+
class ClusterNetworkPerformanceConfig
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
127
217
|
class ClusterUpdate
|
128
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
219
|
|
130
220
|
include Google::Apis::Core::JsonObjectSupport
|
131
221
|
end
|
132
222
|
|
223
|
+
class ClusterUpgradeInfo
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
133
229
|
class CompleteIpRotationRequest
|
134
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
231
|
|
@@ -142,6 +238,18 @@ module Google
|
|
142
238
|
include Google::Apis::Core::JsonObjectSupport
|
143
239
|
end
|
144
240
|
|
241
|
+
class CompliancePostureConfig
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class ComplianceStandard
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
145
253
|
class ConfidentialNodes
|
146
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
255
|
|
@@ -160,6 +268,18 @@ module Google
|
|
160
268
|
include Google::Apis::Core::JsonObjectSupport
|
161
269
|
end
|
162
270
|
|
271
|
+
class ContainerdConfig
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class ControlPlaneEndpointsConfig
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
163
283
|
class CostManagementConfig
|
164
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
285
|
|
@@ -184,6 +304,12 @@ module Google
|
|
184
304
|
include Google::Apis::Core::JsonObjectSupport
|
185
305
|
end
|
186
306
|
|
307
|
+
class DnsEndpointConfig
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
187
313
|
class DailyMaintenanceWindow
|
188
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
315
|
|
@@ -202,6 +328,18 @@ module Google
|
|
202
328
|
include Google::Apis::Core::JsonObjectSupport
|
203
329
|
end
|
204
330
|
|
331
|
+
class DesiredAdditionalIpRangesConfig
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class DesiredEnterpriseConfig
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
205
343
|
class DnsCacheConfig
|
206
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
345
|
|
@@ -214,12 +352,36 @@ module Google
|
|
214
352
|
include Google::Apis::Core::JsonObjectSupport
|
215
353
|
end
|
216
354
|
|
355
|
+
class EnterpriseConfig
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
217
361
|
class EphemeralStorageLocalSsdConfig
|
218
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
363
|
|
220
364
|
include Google::Apis::Core::JsonObjectSupport
|
221
365
|
end
|
222
366
|
|
367
|
+
class EvictionGracePeriod
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class EvictionMinimumReclaim
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class EvictionSignals
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
223
385
|
class FastSocket
|
224
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
387
|
|
@@ -232,6 +394,24 @@ module Google
|
|
232
394
|
include Google::Apis::Core::JsonObjectSupport
|
233
395
|
end
|
234
396
|
|
397
|
+
class Fleet
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class GcpSecretManagerCertificateConfig
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GpuDriverInstallationConfig
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
235
415
|
class GpuSharingConfig
|
236
416
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
417
|
|
@@ -262,6 +442,12 @@ module Google
|
|
262
442
|
include Google::Apis::Core::JsonObjectSupport
|
263
443
|
end
|
264
444
|
|
445
|
+
class GcsFuseCsiDriverConfig
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
265
451
|
class GetJsonWebKeysResponse
|
266
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
453
|
|
@@ -274,12 +460,24 @@ module Google
|
|
274
460
|
include Google::Apis::Core::JsonObjectSupport
|
275
461
|
end
|
276
462
|
|
463
|
+
class GkeAutoUpgradeConfig
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
277
469
|
class GkeBackupAgentConfig
|
278
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
471
|
|
280
472
|
include Google::Apis::Core::JsonObjectSupport
|
281
473
|
end
|
282
474
|
|
475
|
+
class HighScaleCheckpointingConfig
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
283
481
|
class HorizontalPodAutoscaling
|
284
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
483
|
|
@@ -298,6 +496,12 @@ module Google
|
|
298
496
|
include Google::Apis::Core::JsonObjectSupport
|
299
497
|
end
|
300
498
|
|
499
|
+
class HugepagesConfig
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
301
505
|
class IlbSubsettingConfig
|
302
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
507
|
|
@@ -310,6 +514,12 @@ module Google
|
|
310
514
|
include Google::Apis::Core::JsonObjectSupport
|
311
515
|
end
|
312
516
|
|
517
|
+
class IpEndpointsConfig
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
313
523
|
class IdentityServiceConfig
|
314
524
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
525
|
|
@@ -328,6 +538,12 @@ module Google
|
|
328
538
|
include Google::Apis::Core::JsonObjectSupport
|
329
539
|
end
|
330
540
|
|
541
|
+
class K8sBetaApiConfig
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
331
547
|
class KubernetesDashboard
|
332
548
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
549
|
|
@@ -394,6 +610,12 @@ module Google
|
|
394
610
|
include Google::Apis::Core::JsonObjectSupport
|
395
611
|
end
|
396
612
|
|
613
|
+
class LustreCsiDriverConfig
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
397
619
|
class MaintenanceExclusionOptions
|
398
620
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
621
|
|
@@ -436,6 +658,12 @@ module Google
|
|
436
658
|
include Google::Apis::Core::JsonObjectSupport
|
437
659
|
end
|
438
660
|
|
661
|
+
class MemoryManager
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
439
667
|
class MeshCertificates
|
440
668
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
669
|
|
@@ -490,6 +718,12 @@ module Google
|
|
490
718
|
include Google::Apis::Core::JsonObjectSupport
|
491
719
|
end
|
492
720
|
|
721
|
+
class NodeAffinity
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
493
727
|
class NodeConfig
|
494
728
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
729
|
|
@@ -556,6 +790,12 @@ module Google
|
|
556
790
|
include Google::Apis::Core::JsonObjectSupport
|
557
791
|
end
|
558
792
|
|
793
|
+
class NodePoolUpgradeInfo
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
559
799
|
class NodeTaint
|
560
800
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
801
|
|
@@ -580,223 +820,343 @@ module Google
|
|
580
820
|
include Google::Apis::Core::JsonObjectSupport
|
581
821
|
end
|
582
822
|
|
583
|
-
class
|
823
|
+
class OperationError
|
584
824
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
825
|
|
586
826
|
include Google::Apis::Core::JsonObjectSupport
|
587
827
|
end
|
588
828
|
|
589
|
-
class
|
829
|
+
class OperationProgress
|
590
830
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
831
|
|
592
832
|
include Google::Apis::Core::JsonObjectSupport
|
593
833
|
end
|
594
834
|
|
595
|
-
class
|
835
|
+
class ParallelstoreCsiDriverConfig
|
596
836
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
837
|
|
598
838
|
include Google::Apis::Core::JsonObjectSupport
|
599
839
|
end
|
600
840
|
|
601
|
-
class
|
841
|
+
class ParentProductConfig
|
602
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
843
|
|
604
844
|
include Google::Apis::Core::JsonObjectSupport
|
605
845
|
end
|
606
846
|
|
607
|
-
class
|
847
|
+
class PlacementPolicy
|
608
848
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
849
|
|
610
850
|
include Google::Apis::Core::JsonObjectSupport
|
611
851
|
end
|
612
852
|
|
613
|
-
class
|
853
|
+
class PodAutoscaling
|
614
854
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
855
|
|
616
856
|
include Google::Apis::Core::JsonObjectSupport
|
617
857
|
end
|
618
858
|
|
619
|
-
class
|
859
|
+
class PodCidrOverprovisionConfig
|
620
860
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
861
|
|
622
862
|
include Google::Apis::Core::JsonObjectSupport
|
623
863
|
end
|
624
864
|
|
625
|
-
class
|
865
|
+
class PrivateClusterConfig
|
626
866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
867
|
|
628
868
|
include Google::Apis::Core::JsonObjectSupport
|
629
869
|
end
|
630
870
|
|
631
|
-
class
|
871
|
+
class PrivateClusterMasterGlobalAccessConfig
|
632
872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
873
|
|
634
874
|
include Google::Apis::Core::JsonObjectSupport
|
635
875
|
end
|
636
876
|
|
637
|
-
class
|
877
|
+
class PrivateRegistryAccessConfig
|
638
878
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
879
|
|
640
880
|
include Google::Apis::Core::JsonObjectSupport
|
641
881
|
end
|
642
882
|
|
643
|
-
class
|
883
|
+
class PubSub
|
644
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
885
|
|
646
886
|
include Google::Apis::Core::JsonObjectSupport
|
647
887
|
end
|
648
888
|
|
649
|
-
class
|
889
|
+
class QueuedProvisioning
|
650
890
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
891
|
|
652
892
|
include Google::Apis::Core::JsonObjectSupport
|
653
893
|
end
|
654
894
|
|
655
|
-
class
|
895
|
+
class RbacBindingConfig
|
656
896
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
897
|
|
658
898
|
include Google::Apis::Core::JsonObjectSupport
|
659
899
|
end
|
660
900
|
|
661
|
-
class
|
901
|
+
class RangeInfo
|
662
902
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
903
|
|
664
904
|
include Google::Apis::Core::JsonObjectSupport
|
665
905
|
end
|
666
906
|
|
667
|
-
class
|
907
|
+
class RayClusterLoggingConfig
|
668
908
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
909
|
|
670
910
|
include Google::Apis::Core::JsonObjectSupport
|
671
911
|
end
|
672
912
|
|
673
|
-
class
|
913
|
+
class RayClusterMonitoringConfig
|
674
914
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
915
|
|
676
916
|
include Google::Apis::Core::JsonObjectSupport
|
677
917
|
end
|
678
918
|
|
679
|
-
class
|
919
|
+
class RayOperatorConfig
|
680
920
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
921
|
|
682
922
|
include Google::Apis::Core::JsonObjectSupport
|
683
923
|
end
|
684
924
|
|
685
|
-
class
|
925
|
+
class RecurringTimeWindow
|
686
926
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
927
|
|
688
928
|
include Google::Apis::Core::JsonObjectSupport
|
689
929
|
end
|
690
930
|
|
691
|
-
class
|
931
|
+
class ReleaseChannel
|
692
932
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
933
|
|
694
934
|
include Google::Apis::Core::JsonObjectSupport
|
695
935
|
end
|
696
936
|
|
697
|
-
class
|
937
|
+
class ReleaseChannelConfig
|
698
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
939
|
|
700
940
|
include Google::Apis::Core::JsonObjectSupport
|
701
941
|
end
|
702
942
|
|
703
|
-
class
|
943
|
+
class ReservationAffinity
|
704
944
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
945
|
|
706
946
|
include Google::Apis::Core::JsonObjectSupport
|
707
947
|
end
|
708
948
|
|
709
|
-
class
|
949
|
+
class ResourceLabels
|
710
950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
951
|
|
712
952
|
include Google::Apis::Core::JsonObjectSupport
|
713
953
|
end
|
714
954
|
|
715
|
-
class
|
955
|
+
class ResourceLimit
|
716
956
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
957
|
|
718
958
|
include Google::Apis::Core::JsonObjectSupport
|
719
959
|
end
|
720
960
|
|
721
|
-
class
|
961
|
+
class ResourceManagerTags
|
722
962
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
963
|
|
724
964
|
include Google::Apis::Core::JsonObjectSupport
|
725
965
|
end
|
726
966
|
|
727
|
-
class
|
967
|
+
class ResourceUsageExportConfig
|
728
968
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
969
|
|
730
970
|
include Google::Apis::Core::JsonObjectSupport
|
731
971
|
end
|
732
972
|
|
733
|
-
class
|
973
|
+
class RollbackNodePoolUpgradeRequest
|
734
974
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
975
|
|
736
976
|
include Google::Apis::Core::JsonObjectSupport
|
737
977
|
end
|
738
978
|
|
739
|
-
class
|
979
|
+
class SandboxConfig
|
740
980
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
981
|
|
742
982
|
include Google::Apis::Core::JsonObjectSupport
|
743
983
|
end
|
744
984
|
|
745
|
-
class
|
985
|
+
class SecondaryBootDisk
|
746
986
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
987
|
|
748
988
|
include Google::Apis::Core::JsonObjectSupport
|
749
989
|
end
|
750
990
|
|
751
|
-
class
|
991
|
+
class SecondaryBootDiskUpdateStrategy
|
752
992
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
993
|
|
754
994
|
include Google::Apis::Core::JsonObjectSupport
|
755
995
|
end
|
756
996
|
|
757
|
-
class
|
997
|
+
class SecretManagerConfig
|
758
998
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
999
|
|
760
1000
|
include Google::Apis::Core::JsonObjectSupport
|
761
1001
|
end
|
762
1002
|
|
763
|
-
class
|
1003
|
+
class SecurityBulletinEvent
|
764
1004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
1005
|
|
766
1006
|
include Google::Apis::Core::JsonObjectSupport
|
767
1007
|
end
|
768
1008
|
|
769
|
-
class
|
1009
|
+
class SecurityPostureConfig
|
770
1010
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
1011
|
|
772
1012
|
include Google::Apis::Core::JsonObjectSupport
|
773
1013
|
end
|
774
1014
|
|
775
|
-
class
|
1015
|
+
class ServerConfig
|
776
1016
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
1017
|
|
778
1018
|
include Google::Apis::Core::JsonObjectSupport
|
779
1019
|
end
|
780
1020
|
|
781
|
-
class
|
1021
|
+
class ServiceExternalIPsConfig
|
782
1022
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
1023
|
|
784
1024
|
include Google::Apis::Core::JsonObjectSupport
|
785
1025
|
end
|
786
1026
|
|
787
|
-
class
|
1027
|
+
class SetAddonsConfigRequest
|
788
1028
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
1029
|
|
790
1030
|
include Google::Apis::Core::JsonObjectSupport
|
791
1031
|
end
|
792
1032
|
|
793
|
-
class
|
1033
|
+
class SetLabelsRequest
|
794
1034
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
1035
|
|
796
1036
|
include Google::Apis::Core::JsonObjectSupport
|
797
1037
|
end
|
798
1038
|
|
799
|
-
class
|
1039
|
+
class SetLegacyAbacRequest
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
|
+
|
1042
|
+
include Google::Apis::Core::JsonObjectSupport
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
class SetLocationsRequest
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
|
+
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
class SetLoggingServiceRequest
|
1052
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1053
|
+
|
1054
|
+
include Google::Apis::Core::JsonObjectSupport
|
1055
|
+
end
|
1056
|
+
|
1057
|
+
class SetMaintenancePolicyRequest
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
|
+
|
1060
|
+
include Google::Apis::Core::JsonObjectSupport
|
1061
|
+
end
|
1062
|
+
|
1063
|
+
class SetMasterAuthRequest
|
1064
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
|
+
|
1066
|
+
include Google::Apis::Core::JsonObjectSupport
|
1067
|
+
end
|
1068
|
+
|
1069
|
+
class SetMonitoringServiceRequest
|
1070
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1071
|
+
|
1072
|
+
include Google::Apis::Core::JsonObjectSupport
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
class SetNetworkPolicyRequest
|
1076
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1077
|
+
|
1078
|
+
include Google::Apis::Core::JsonObjectSupport
|
1079
|
+
end
|
1080
|
+
|
1081
|
+
class SetNodePoolAutoscalingRequest
|
1082
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1083
|
+
|
1084
|
+
include Google::Apis::Core::JsonObjectSupport
|
1085
|
+
end
|
1086
|
+
|
1087
|
+
class SetNodePoolManagementRequest
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1089
|
+
|
1090
|
+
include Google::Apis::Core::JsonObjectSupport
|
1091
|
+
end
|
1092
|
+
|
1093
|
+
class SetNodePoolSizeRequest
|
1094
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1095
|
+
|
1096
|
+
include Google::Apis::Core::JsonObjectSupport
|
1097
|
+
end
|
1098
|
+
|
1099
|
+
class ShieldedInstanceConfig
|
1100
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1101
|
+
|
1102
|
+
include Google::Apis::Core::JsonObjectSupport
|
1103
|
+
end
|
1104
|
+
|
1105
|
+
class ShieldedNodes
|
1106
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1107
|
+
|
1108
|
+
include Google::Apis::Core::JsonObjectSupport
|
1109
|
+
end
|
1110
|
+
|
1111
|
+
class SoleTenantConfig
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
|
+
|
1114
|
+
include Google::Apis::Core::JsonObjectSupport
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class StandardRolloutPolicy
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
|
+
|
1120
|
+
include Google::Apis::Core::JsonObjectSupport
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
class StartIpRotationRequest
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
|
+
|
1126
|
+
include Google::Apis::Core::JsonObjectSupport
|
1127
|
+
end
|
1128
|
+
|
1129
|
+
class StatefulHaConfig
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
|
+
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
1133
|
+
end
|
1134
|
+
|
1135
|
+
class Status
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
|
+
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
class StatusCondition
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1143
|
+
|
1144
|
+
include Google::Apis::Core::JsonObjectSupport
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
class TimeWindow
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
|
+
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class TopologyManager
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
class UpdateClusterRequest
|
800
1160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
1161
|
|
802
1162
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -826,12 +1186,24 @@ module Google
|
|
826
1186
|
include Google::Apis::Core::JsonObjectSupport
|
827
1187
|
end
|
828
1188
|
|
1189
|
+
class UpgradeDetails
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
|
+
|
1192
|
+
include Google::Apis::Core::JsonObjectSupport
|
1193
|
+
end
|
1194
|
+
|
829
1195
|
class UpgradeEvent
|
830
1196
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
1197
|
|
832
1198
|
include Google::Apis::Core::JsonObjectSupport
|
833
1199
|
end
|
834
1200
|
|
1201
|
+
class UpgradeInfoEvent
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
|
+
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
1205
|
+
end
|
1206
|
+
|
835
1207
|
class UpgradeSettings
|
836
1208
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
1209
|
|
@@ -850,6 +1222,12 @@ module Google
|
|
850
1222
|
include Google::Apis::Core::JsonObjectSupport
|
851
1223
|
end
|
852
1224
|
|
1225
|
+
class UserManagedKeysConfig
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
|
+
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
1229
|
+
end
|
1230
|
+
|
853
1231
|
class VerticalPodAutoscaling
|
854
1232
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
1233
|
|
@@ -880,17 +1258,61 @@ module Google
|
|
880
1258
|
include Google::Apis::Core::JsonObjectSupport
|
881
1259
|
end
|
882
1260
|
|
1261
|
+
class WorkloadPolicyConfig
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1263
|
+
|
1264
|
+
include Google::Apis::Core::JsonObjectSupport
|
1265
|
+
end
|
1266
|
+
|
883
1267
|
class AcceleratorConfig
|
884
1268
|
# @private
|
885
1269
|
class Representation < Google::Apis::Core::JsonRepresentation
|
886
1270
|
property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
|
887
1271
|
property :accelerator_type, as: 'acceleratorType'
|
1272
|
+
property :gpu_driver_installation_config, as: 'gpuDriverInstallationConfig', class: Google::Apis::ContainerV1::GpuDriverInstallationConfig, decorator: Google::Apis::ContainerV1::GpuDriverInstallationConfig::Representation
|
1273
|
+
|
888
1274
|
property :gpu_partition_size, as: 'gpuPartitionSize'
|
889
1275
|
property :gpu_sharing_config, as: 'gpuSharingConfig', class: Google::Apis::ContainerV1::GpuSharingConfig, decorator: Google::Apis::ContainerV1::GpuSharingConfig::Representation
|
890
1276
|
|
891
1277
|
end
|
892
1278
|
end
|
893
1279
|
|
1280
|
+
class AdditionalIpRangesConfig
|
1281
|
+
# @private
|
1282
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1283
|
+
collection :pod_ipv4_range_names, as: 'podIpv4RangeNames'
|
1284
|
+
property :subnetwork, as: 'subnetwork'
|
1285
|
+
end
|
1286
|
+
end
|
1287
|
+
|
1288
|
+
class AdditionalNodeNetworkConfig
|
1289
|
+
# @private
|
1290
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1291
|
+
property :network, as: 'network'
|
1292
|
+
property :subnetwork, as: 'subnetwork'
|
1293
|
+
end
|
1294
|
+
end
|
1295
|
+
|
1296
|
+
class AdditionalPodNetworkConfig
|
1297
|
+
# @private
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1299
|
+
property :max_pods_per_node, as: 'maxPodsPerNode', class: Google::Apis::ContainerV1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1::MaxPodsConstraint::Representation
|
1300
|
+
|
1301
|
+
property :network_attachment, as: 'networkAttachment'
|
1302
|
+
property :secondary_pod_range, as: 'secondaryPodRange'
|
1303
|
+
property :subnetwork, as: 'subnetwork'
|
1304
|
+
end
|
1305
|
+
end
|
1306
|
+
|
1307
|
+
class AdditionalPodRangesConfig
|
1308
|
+
# @private
|
1309
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1310
|
+
collection :pod_range_info, as: 'podRangeInfo', class: Google::Apis::ContainerV1::RangeInfo, decorator: Google::Apis::ContainerV1::RangeInfo::Representation
|
1311
|
+
|
1312
|
+
collection :pod_range_names, as: 'podRangeNames'
|
1313
|
+
end
|
1314
|
+
end
|
1315
|
+
|
894
1316
|
class AddonsConfig
|
895
1317
|
# @private
|
896
1318
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -904,26 +1326,56 @@ module Google
|
|
904
1326
|
|
905
1327
|
property :gcp_filestore_csi_driver_config, as: 'gcpFilestoreCsiDriverConfig', class: Google::Apis::ContainerV1::GcpFilestoreCsiDriverConfig, decorator: Google::Apis::ContainerV1::GcpFilestoreCsiDriverConfig::Representation
|
906
1328
|
|
1329
|
+
property :gcs_fuse_csi_driver_config, as: 'gcsFuseCsiDriverConfig', class: Google::Apis::ContainerV1::GcsFuseCsiDriverConfig, decorator: Google::Apis::ContainerV1::GcsFuseCsiDriverConfig::Representation
|
1330
|
+
|
907
1331
|
property :gke_backup_agent_config, as: 'gkeBackupAgentConfig', class: Google::Apis::ContainerV1::GkeBackupAgentConfig, decorator: Google::Apis::ContainerV1::GkeBackupAgentConfig::Representation
|
908
1332
|
|
1333
|
+
property :high_scale_checkpointing_config, as: 'highScaleCheckpointingConfig', class: Google::Apis::ContainerV1::HighScaleCheckpointingConfig, decorator: Google::Apis::ContainerV1::HighScaleCheckpointingConfig::Representation
|
1334
|
+
|
909
1335
|
property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1::HorizontalPodAutoscaling::Representation
|
910
1336
|
|
911
1337
|
property :http_load_balancing, as: 'httpLoadBalancing', class: Google::Apis::ContainerV1::HttpLoadBalancing, decorator: Google::Apis::ContainerV1::HttpLoadBalancing::Representation
|
912
1338
|
|
913
1339
|
property :kubernetes_dashboard, as: 'kubernetesDashboard', class: Google::Apis::ContainerV1::KubernetesDashboard, decorator: Google::Apis::ContainerV1::KubernetesDashboard::Representation
|
914
1340
|
|
1341
|
+
property :lustre_csi_driver_config, as: 'lustreCsiDriverConfig', class: Google::Apis::ContainerV1::LustreCsiDriverConfig, decorator: Google::Apis::ContainerV1::LustreCsiDriverConfig::Representation
|
1342
|
+
|
915
1343
|
property :network_policy_config, as: 'networkPolicyConfig', class: Google::Apis::ContainerV1::NetworkPolicyConfig, decorator: Google::Apis::ContainerV1::NetworkPolicyConfig::Representation
|
916
1344
|
|
1345
|
+
property :parallelstore_csi_driver_config, as: 'parallelstoreCsiDriverConfig', class: Google::Apis::ContainerV1::ParallelstoreCsiDriverConfig, decorator: Google::Apis::ContainerV1::ParallelstoreCsiDriverConfig::Representation
|
1346
|
+
|
1347
|
+
property :ray_operator_config, as: 'rayOperatorConfig', class: Google::Apis::ContainerV1::RayOperatorConfig, decorator: Google::Apis::ContainerV1::RayOperatorConfig::Representation
|
1348
|
+
|
1349
|
+
property :stateful_ha_config, as: 'statefulHaConfig', class: Google::Apis::ContainerV1::StatefulHaConfig, decorator: Google::Apis::ContainerV1::StatefulHaConfig::Representation
|
1350
|
+
|
1351
|
+
end
|
1352
|
+
end
|
1353
|
+
|
1354
|
+
class AdvancedDatapathObservabilityConfig
|
1355
|
+
# @private
|
1356
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1357
|
+
property :enable_metrics, as: 'enableMetrics'
|
1358
|
+
property :enable_relay, as: 'enableRelay'
|
1359
|
+
property :relay_mode, as: 'relayMode'
|
917
1360
|
end
|
918
1361
|
end
|
919
1362
|
|
920
1363
|
class AdvancedMachineFeatures
|
921
1364
|
# @private
|
922
1365
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1366
|
+
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
1367
|
+
property :performance_monitoring_unit, as: 'performanceMonitoringUnit'
|
923
1368
|
property :threads_per_core, :numeric_string => true, as: 'threadsPerCore'
|
924
1369
|
end
|
925
1370
|
end
|
926
1371
|
|
1372
|
+
class AnonymousAuthenticationConfig
|
1373
|
+
# @private
|
1374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1375
|
+
property :mode, as: 'mode'
|
1376
|
+
end
|
1377
|
+
end
|
1378
|
+
|
927
1379
|
class AuthenticatorGroupsConfig
|
928
1380
|
# @private
|
929
1381
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -932,6 +1384,19 @@ module Google
|
|
932
1384
|
end
|
933
1385
|
end
|
934
1386
|
|
1387
|
+
class AutoIpamConfig
|
1388
|
+
# @private
|
1389
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1390
|
+
end
|
1391
|
+
end
|
1392
|
+
|
1393
|
+
class AutoMonitoringConfig
|
1394
|
+
# @private
|
1395
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1396
|
+
property :scope, as: 'scope'
|
1397
|
+
end
|
1398
|
+
end
|
1399
|
+
|
935
1400
|
class AutoUpgradeOptions
|
936
1401
|
# @private
|
937
1402
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -941,6 +1406,27 @@ module Google
|
|
941
1406
|
end
|
942
1407
|
|
943
1408
|
class Autopilot
|
1409
|
+
# @private
|
1410
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1411
|
+
property :enabled, as: 'enabled'
|
1412
|
+
property :workload_policy_config, as: 'workloadPolicyConfig', class: Google::Apis::ContainerV1::WorkloadPolicyConfig, decorator: Google::Apis::ContainerV1::WorkloadPolicyConfig::Representation
|
1413
|
+
|
1414
|
+
end
|
1415
|
+
end
|
1416
|
+
|
1417
|
+
class AutopilotCompatibilityIssue
|
1418
|
+
# @private
|
1419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1420
|
+
property :constraint_type, as: 'constraintType'
|
1421
|
+
property :description, as: 'description'
|
1422
|
+
property :documentation_url, as: 'documentationUrl'
|
1423
|
+
property :incompatibility_type, as: 'incompatibilityType'
|
1424
|
+
property :last_observation, as: 'lastObservation'
|
1425
|
+
collection :subjects, as: 'subjects'
|
1426
|
+
end
|
1427
|
+
end
|
1428
|
+
|
1429
|
+
class AutopilotConfig
|
944
1430
|
# @private
|
945
1431
|
class Representation < Google::Apis::Core::JsonRepresentation
|
946
1432
|
property :enabled, as: 'enabled'
|
@@ -954,6 +1440,7 @@ module Google
|
|
954
1440
|
property :disk_size_gb, as: 'diskSizeGb'
|
955
1441
|
property :disk_type, as: 'diskType'
|
956
1442
|
property :image_type, as: 'imageType'
|
1443
|
+
property :insecure_kubelet_readonly_port_enabled, as: 'insecureKubeletReadonlyPortEnabled'
|
957
1444
|
property :management, as: 'management', class: Google::Apis::ContainerV1::NodeManagement, decorator: Google::Apis::ContainerV1::NodeManagement::Representation
|
958
1445
|
|
959
1446
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
@@ -966,6 +1453,14 @@ module Google
|
|
966
1453
|
end
|
967
1454
|
end
|
968
1455
|
|
1456
|
+
class BestEffortProvisioning
|
1457
|
+
# @private
|
1458
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1459
|
+
property :enabled, as: 'enabled'
|
1460
|
+
property :min_provision_nodes, as: 'minProvisionNodes'
|
1461
|
+
end
|
1462
|
+
end
|
1463
|
+
|
969
1464
|
class BigQueryDestination
|
970
1465
|
# @private
|
971
1466
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1001,6 +1496,16 @@ module Google
|
|
1001
1496
|
end
|
1002
1497
|
end
|
1003
1498
|
|
1499
|
+
class BootDisk
|
1500
|
+
# @private
|
1501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1502
|
+
property :disk_type, as: 'diskType'
|
1503
|
+
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
|
1504
|
+
property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
|
1505
|
+
property :size_gb, :numeric_string => true, as: 'sizeGb'
|
1506
|
+
end
|
1507
|
+
end
|
1508
|
+
|
1004
1509
|
class CancelOperationRequest
|
1005
1510
|
# @private
|
1006
1511
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1011,6 +1516,24 @@ module Google
|
|
1011
1516
|
end
|
1012
1517
|
end
|
1013
1518
|
|
1519
|
+
class CertificateAuthorityDomainConfig
|
1520
|
+
# @private
|
1521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1522
|
+
collection :fqdns, as: 'fqdns'
|
1523
|
+
property :gcp_secret_manager_certificate_config, as: 'gcpSecretManagerCertificateConfig', class: Google::Apis::ContainerV1::GcpSecretManagerCertificateConfig, decorator: Google::Apis::ContainerV1::GcpSecretManagerCertificateConfig::Representation
|
1524
|
+
|
1525
|
+
end
|
1526
|
+
end
|
1527
|
+
|
1528
|
+
class CheckAutopilotCompatibilityResponse
|
1529
|
+
# @private
|
1530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1531
|
+
collection :issues, as: 'issues', class: Google::Apis::ContainerV1::AutopilotCompatibilityIssue, decorator: Google::Apis::ContainerV1::AutopilotCompatibilityIssue::Representation
|
1532
|
+
|
1533
|
+
property :summary, as: 'summary'
|
1534
|
+
end
|
1535
|
+
end
|
1536
|
+
|
1014
1537
|
class CidrBlock
|
1015
1538
|
# @private
|
1016
1539
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1039,6 +1562,9 @@ module Google
|
|
1039
1562
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1040
1563
|
property :addons_config, as: 'addonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
|
1041
1564
|
|
1565
|
+
collection :alpha_cluster_feature_gates, as: 'alphaClusterFeatureGates'
|
1566
|
+
property :anonymous_authentication_config, as: 'anonymousAuthenticationConfig', class: Google::Apis::ContainerV1::AnonymousAuthenticationConfig, decorator: Google::Apis::ContainerV1::AnonymousAuthenticationConfig::Representation
|
1567
|
+
|
1042
1568
|
property :authenticator_groups_config, as: 'authenticatorGroupsConfig', class: Google::Apis::ContainerV1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1::AuthenticatorGroupsConfig::Representation
|
1043
1569
|
|
1044
1570
|
property :autopilot, as: 'autopilot', class: Google::Apis::ContainerV1::Autopilot, decorator: Google::Apis::ContainerV1::Autopilot::Representation
|
@@ -1048,10 +1574,14 @@ module Google
|
|
1048
1574
|
property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
|
1049
1575
|
|
1050
1576
|
property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
|
1577
|
+
property :compliance_posture_config, as: 'compliancePostureConfig', class: Google::Apis::ContainerV1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1::CompliancePostureConfig::Representation
|
1578
|
+
|
1051
1579
|
collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1::StatusCondition, decorator: Google::Apis::ContainerV1::StatusCondition::Representation
|
1052
1580
|
|
1053
1581
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
|
1054
1582
|
|
1583
|
+
property :control_plane_endpoints_config, as: 'controlPlaneEndpointsConfig', class: Google::Apis::ContainerV1::ControlPlaneEndpointsConfig, decorator: Google::Apis::ContainerV1::ControlPlaneEndpointsConfig::Representation
|
1584
|
+
|
1055
1585
|
property :cost_management_config, as: 'costManagementConfig', class: Google::Apis::ContainerV1::CostManagementConfig, decorator: Google::Apis::ContainerV1::CostManagementConfig::Representation
|
1056
1586
|
|
1057
1587
|
property :create_time, as: 'createTime'
|
@@ -1063,11 +1593,19 @@ module Google
|
|
1063
1593
|
property :default_max_pods_constraint, as: 'defaultMaxPodsConstraint', class: Google::Apis::ContainerV1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1::MaxPodsConstraint::Representation
|
1064
1594
|
|
1065
1595
|
property :description, as: 'description'
|
1596
|
+
property :enable_k8s_beta_apis, as: 'enableK8sBetaApis', class: Google::Apis::ContainerV1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1::K8sBetaApiConfig::Representation
|
1597
|
+
|
1066
1598
|
property :enable_kubernetes_alpha, as: 'enableKubernetesAlpha'
|
1067
1599
|
property :enable_tpu, as: 'enableTpu'
|
1068
1600
|
property :endpoint, as: 'endpoint'
|
1601
|
+
property :enterprise_config, as: 'enterpriseConfig', class: Google::Apis::ContainerV1::EnterpriseConfig, decorator: Google::Apis::ContainerV1::EnterpriseConfig::Representation
|
1602
|
+
|
1069
1603
|
property :etag, as: 'etag'
|
1070
1604
|
property :expire_time, as: 'expireTime'
|
1605
|
+
property :fleet, as: 'fleet', class: Google::Apis::ContainerV1::Fleet, decorator: Google::Apis::ContainerV1::Fleet::Representation
|
1606
|
+
|
1607
|
+
property :gke_auto_upgrade_config, as: 'gkeAutoUpgradeConfig', class: Google::Apis::ContainerV1::GkeAutoUpgradeConfig, decorator: Google::Apis::ContainerV1::GkeAutoUpgradeConfig::Representation
|
1608
|
+
|
1071
1609
|
property :id, as: 'id'
|
1072
1610
|
property :identity_service_config, as: 'identityServiceConfig', class: Google::Apis::ContainerV1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1::IdentityServiceConfig::Representation
|
1073
1611
|
|
@@ -1112,13 +1650,25 @@ module Google
|
|
1112
1650
|
|
1113
1651
|
property :notification_config, as: 'notificationConfig', class: Google::Apis::ContainerV1::NotificationConfig, decorator: Google::Apis::ContainerV1::NotificationConfig::Representation
|
1114
1652
|
|
1653
|
+
property :parent_product_config, as: 'parentProductConfig', class: Google::Apis::ContainerV1::ParentProductConfig, decorator: Google::Apis::ContainerV1::ParentProductConfig::Representation
|
1654
|
+
|
1655
|
+
property :pod_autoscaling, as: 'podAutoscaling', class: Google::Apis::ContainerV1::PodAutoscaling, decorator: Google::Apis::ContainerV1::PodAutoscaling::Representation
|
1656
|
+
|
1115
1657
|
property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::ContainerV1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1::PrivateClusterConfig::Representation
|
1116
1658
|
|
1659
|
+
property :rbac_binding_config, as: 'rbacBindingConfig', class: Google::Apis::ContainerV1::RbacBindingConfig, decorator: Google::Apis::ContainerV1::RbacBindingConfig::Representation
|
1660
|
+
|
1117
1661
|
property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1::ReleaseChannel, decorator: Google::Apis::ContainerV1::ReleaseChannel::Representation
|
1118
1662
|
|
1119
1663
|
hash :resource_labels, as: 'resourceLabels'
|
1120
1664
|
property :resource_usage_export_config, as: 'resourceUsageExportConfig', class: Google::Apis::ContainerV1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1::ResourceUsageExportConfig::Representation
|
1121
1665
|
|
1666
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
1667
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
1668
|
+
property :secret_manager_config, as: 'secretManagerConfig', class: Google::Apis::ContainerV1::SecretManagerConfig, decorator: Google::Apis::ContainerV1::SecretManagerConfig::Representation
|
1669
|
+
|
1670
|
+
property :security_posture_config, as: 'securityPostureConfig', class: Google::Apis::ContainerV1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1::SecurityPostureConfig::Representation
|
1671
|
+
|
1122
1672
|
property :self_link, as: 'selfLink'
|
1123
1673
|
property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
|
1124
1674
|
property :shielded_nodes, as: 'shieldedNodes', class: Google::Apis::ContainerV1::ShieldedNodes, decorator: Google::Apis::ContainerV1::ShieldedNodes::Representation
|
@@ -1127,6 +1677,8 @@ module Google
|
|
1127
1677
|
property :status_message, as: 'statusMessage'
|
1128
1678
|
property :subnetwork, as: 'subnetwork'
|
1129
1679
|
property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
|
1680
|
+
property :user_managed_keys_config, as: 'userManagedKeysConfig', class: Google::Apis::ContainerV1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1::UserManagedKeysConfig::Representation
|
1681
|
+
|
1130
1682
|
property :vertical_pod_autoscaling, as: 'verticalPodAutoscaling', class: Google::Apis::ContainerV1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1::VerticalPodAutoscaling::Representation
|
1131
1683
|
|
1132
1684
|
property :workload_identity_config, as: 'workloadIdentityConfig', class: Google::Apis::ContainerV1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1::WorkloadIdentityConfig::Representation
|
@@ -1148,27 +1700,59 @@ module Google
|
|
1148
1700
|
end
|
1149
1701
|
end
|
1150
1702
|
|
1703
|
+
class ClusterNetworkPerformanceConfig
|
1704
|
+
# @private
|
1705
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1706
|
+
property :total_egress_bandwidth_tier, as: 'totalEgressBandwidthTier'
|
1707
|
+
end
|
1708
|
+
end
|
1709
|
+
|
1151
1710
|
class ClusterUpdate
|
1152
1711
|
# @private
|
1153
1712
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1713
|
+
property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalPodRangesConfig::Representation
|
1714
|
+
|
1715
|
+
property :desired_additional_ip_ranges_config, as: 'desiredAdditionalIpRangesConfig', class: Google::Apis::ContainerV1::DesiredAdditionalIpRangesConfig, decorator: Google::Apis::ContainerV1::DesiredAdditionalIpRangesConfig::Representation
|
1716
|
+
|
1154
1717
|
property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
|
1155
1718
|
|
1719
|
+
property :desired_anonymous_authentication_config, as: 'desiredAnonymousAuthenticationConfig', class: Google::Apis::ContainerV1::AnonymousAuthenticationConfig, decorator: Google::Apis::ContainerV1::AnonymousAuthenticationConfig::Representation
|
1720
|
+
|
1156
1721
|
property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1::AuthenticatorGroupsConfig::Representation
|
1157
1722
|
|
1723
|
+
property :desired_auto_ipam_config, as: 'desiredAutoIpamConfig', class: Google::Apis::ContainerV1::AutoIpamConfig, decorator: Google::Apis::ContainerV1::AutoIpamConfig::Representation
|
1724
|
+
|
1725
|
+
property :desired_autopilot_workload_policy_config, as: 'desiredAutopilotWorkloadPolicyConfig', class: Google::Apis::ContainerV1::WorkloadPolicyConfig, decorator: Google::Apis::ContainerV1::WorkloadPolicyConfig::Representation
|
1726
|
+
|
1158
1727
|
property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
|
1159
1728
|
|
1160
1729
|
property :desired_cluster_autoscaling, as: 'desiredClusterAutoscaling', class: Google::Apis::ContainerV1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1::ClusterAutoscaling::Representation
|
1161
1730
|
|
1731
|
+
property :desired_compliance_posture_config, as: 'desiredCompliancePostureConfig', class: Google::Apis::ContainerV1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1::CompliancePostureConfig::Representation
|
1732
|
+
|
1733
|
+
property :desired_containerd_config, as: 'desiredContainerdConfig', class: Google::Apis::ContainerV1::ContainerdConfig, decorator: Google::Apis::ContainerV1::ContainerdConfig::Representation
|
1734
|
+
|
1735
|
+
property :desired_control_plane_endpoints_config, as: 'desiredControlPlaneEndpointsConfig', class: Google::Apis::ContainerV1::ControlPlaneEndpointsConfig, decorator: Google::Apis::ContainerV1::ControlPlaneEndpointsConfig::Representation
|
1736
|
+
|
1162
1737
|
property :desired_cost_management_config, as: 'desiredCostManagementConfig', class: Google::Apis::ContainerV1::CostManagementConfig, decorator: Google::Apis::ContainerV1::CostManagementConfig::Representation
|
1163
1738
|
|
1164
1739
|
property :desired_database_encryption, as: 'desiredDatabaseEncryption', class: Google::Apis::ContainerV1::DatabaseEncryption, decorator: Google::Apis::ContainerV1::DatabaseEncryption::Representation
|
1165
1740
|
|
1166
1741
|
property :desired_datapath_provider, as: 'desiredDatapathProvider'
|
1742
|
+
property :desired_default_enable_private_nodes, as: 'desiredDefaultEnablePrivateNodes'
|
1167
1743
|
property :desired_default_snat_status, as: 'desiredDefaultSnatStatus', class: Google::Apis::ContainerV1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1::DefaultSnatStatus::Representation
|
1168
1744
|
|
1745
|
+
property :desired_disable_l4_lb_firewall_reconciliation, as: 'desiredDisableL4LbFirewallReconciliation'
|
1169
1746
|
property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
|
1170
1747
|
|
1748
|
+
property :desired_enable_cilium_clusterwide_network_policy, as: 'desiredEnableCiliumClusterwideNetworkPolicy'
|
1749
|
+
property :desired_enable_fqdn_network_policy, as: 'desiredEnableFqdnNetworkPolicy'
|
1750
|
+
property :desired_enable_multi_networking, as: 'desiredEnableMultiNetworking'
|
1171
1751
|
property :desired_enable_private_endpoint, as: 'desiredEnablePrivateEndpoint'
|
1752
|
+
property :desired_enterprise_config, as: 'desiredEnterpriseConfig', class: Google::Apis::ContainerV1::DesiredEnterpriseConfig, decorator: Google::Apis::ContainerV1::DesiredEnterpriseConfig::Representation
|
1753
|
+
|
1754
|
+
property :desired_fleet, as: 'desiredFleet', class: Google::Apis::ContainerV1::Fleet, decorator: Google::Apis::ContainerV1::Fleet::Representation
|
1755
|
+
|
1172
1756
|
property :desired_gateway_api_config, as: 'desiredGatewayApiConfig', class: Google::Apis::ContainerV1::GatewayApiConfig, decorator: Google::Apis::ContainerV1::GatewayApiConfig::Representation
|
1173
1757
|
|
1174
1758
|
property :desired_gcfs_config, as: 'desiredGcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
|
@@ -1176,8 +1760,11 @@ module Google
|
|
1176
1760
|
property :desired_identity_service_config, as: 'desiredIdentityServiceConfig', class: Google::Apis::ContainerV1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1::IdentityServiceConfig::Representation
|
1177
1761
|
|
1178
1762
|
property :desired_image_type, as: 'desiredImageType'
|
1763
|
+
property :desired_in_transit_encryption_config, as: 'desiredInTransitEncryptionConfig'
|
1179
1764
|
property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1::IntraNodeVisibilityConfig::Representation
|
1180
1765
|
|
1766
|
+
property :desired_k8s_beta_apis, as: 'desiredK8sBetaApis', class: Google::Apis::ContainerV1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1::K8sBetaApiConfig::Representation
|
1767
|
+
|
1181
1768
|
property :desired_l4ilb_subsetting_config, as: 'desiredL4ilbSubsettingConfig', class: Google::Apis::ContainerV1::IlbSubsettingConfig, decorator: Google::Apis::ContainerV1::IlbSubsettingConfig::Representation
|
1182
1769
|
|
1183
1770
|
collection :desired_locations, as: 'desiredLocations'
|
@@ -1192,8 +1779,18 @@ module Google
|
|
1192
1779
|
property :desired_monitoring_config, as: 'desiredMonitoringConfig', class: Google::Apis::ContainerV1::MonitoringConfig, decorator: Google::Apis::ContainerV1::MonitoringConfig::Representation
|
1193
1780
|
|
1194
1781
|
property :desired_monitoring_service, as: 'desiredMonitoringService'
|
1782
|
+
property :desired_network_performance_config, as: 'desiredNetworkPerformanceConfig', class: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig::Representation
|
1783
|
+
|
1784
|
+
property :desired_node_kubelet_config, as: 'desiredNodeKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
1785
|
+
|
1786
|
+
property :desired_node_pool_auto_config_kubelet_config, as: 'desiredNodePoolAutoConfigKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
1787
|
+
|
1788
|
+
property :desired_node_pool_auto_config_linux_node_config, as: 'desiredNodePoolAutoConfigLinuxNodeConfig', class: Google::Apis::ContainerV1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1::LinuxNodeConfig::Representation
|
1789
|
+
|
1195
1790
|
property :desired_node_pool_auto_config_network_tags, as: 'desiredNodePoolAutoConfigNetworkTags', class: Google::Apis::ContainerV1::NetworkTags, decorator: Google::Apis::ContainerV1::NetworkTags::Representation
|
1196
1791
|
|
1792
|
+
property :desired_node_pool_auto_config_resource_manager_tags, as: 'desiredNodePoolAutoConfigResourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
1793
|
+
|
1197
1794
|
property :desired_node_pool_autoscaling, as: 'desiredNodePoolAutoscaling', class: Google::Apis::ContainerV1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1::NodePoolAutoscaling::Representation
|
1198
1795
|
|
1199
1796
|
property :desired_node_pool_id, as: 'desiredNodePoolId'
|
@@ -1202,23 +1799,57 @@ module Google
|
|
1202
1799
|
property :desired_node_version, as: 'desiredNodeVersion'
|
1203
1800
|
property :desired_notification_config, as: 'desiredNotificationConfig', class: Google::Apis::ContainerV1::NotificationConfig, decorator: Google::Apis::ContainerV1::NotificationConfig::Representation
|
1204
1801
|
|
1802
|
+
property :desired_parent_product_config, as: 'desiredParentProductConfig', class: Google::Apis::ContainerV1::ParentProductConfig, decorator: Google::Apis::ContainerV1::ParentProductConfig::Representation
|
1803
|
+
|
1804
|
+
property :desired_pod_autoscaling, as: 'desiredPodAutoscaling', class: Google::Apis::ContainerV1::PodAutoscaling, decorator: Google::Apis::ContainerV1::PodAutoscaling::Representation
|
1805
|
+
|
1205
1806
|
property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1::PrivateClusterConfig::Representation
|
1206
1807
|
|
1207
1808
|
property :desired_private_ipv6_google_access, as: 'desiredPrivateIpv6GoogleAccess'
|
1809
|
+
property :desired_rbac_binding_config, as: 'desiredRbacBindingConfig', class: Google::Apis::ContainerV1::RbacBindingConfig, decorator: Google::Apis::ContainerV1::RbacBindingConfig::Representation
|
1810
|
+
|
1208
1811
|
property :desired_release_channel, as: 'desiredReleaseChannel', class: Google::Apis::ContainerV1::ReleaseChannel, decorator: Google::Apis::ContainerV1::ReleaseChannel::Representation
|
1209
1812
|
|
1210
1813
|
property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1::ResourceUsageExportConfig::Representation
|
1211
1814
|
|
1815
|
+
property :desired_secret_manager_config, as: 'desiredSecretManagerConfig', class: Google::Apis::ContainerV1::SecretManagerConfig, decorator: Google::Apis::ContainerV1::SecretManagerConfig::Representation
|
1816
|
+
|
1817
|
+
property :desired_security_posture_config, as: 'desiredSecurityPostureConfig', class: Google::Apis::ContainerV1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1::SecurityPostureConfig::Representation
|
1818
|
+
|
1212
1819
|
property :desired_service_external_ips_config, as: 'desiredServiceExternalIpsConfig', class: Google::Apis::ContainerV1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1::ServiceExternalIPsConfig::Representation
|
1213
1820
|
|
1214
1821
|
property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1::ShieldedNodes, decorator: Google::Apis::ContainerV1::ShieldedNodes::Representation
|
1215
1822
|
|
1216
1823
|
property :desired_stack_type, as: 'desiredStackType'
|
1824
|
+
property :desired_user_managed_keys_config, as: 'desiredUserManagedKeysConfig', class: Google::Apis::ContainerV1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1::UserManagedKeysConfig::Representation
|
1825
|
+
|
1217
1826
|
property :desired_vertical_pod_autoscaling, as: 'desiredVerticalPodAutoscaling', class: Google::Apis::ContainerV1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1::VerticalPodAutoscaling::Representation
|
1218
1827
|
|
1219
1828
|
property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1::WorkloadIdentityConfig::Representation
|
1220
1829
|
|
1830
|
+
property :enable_k8s_beta_apis, as: 'enableK8sBetaApis', class: Google::Apis::ContainerV1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1::K8sBetaApiConfig::Representation
|
1831
|
+
|
1221
1832
|
property :etag, as: 'etag'
|
1833
|
+
property :gke_auto_upgrade_config, as: 'gkeAutoUpgradeConfig', class: Google::Apis::ContainerV1::GkeAutoUpgradeConfig, decorator: Google::Apis::ContainerV1::GkeAutoUpgradeConfig::Representation
|
1834
|
+
|
1835
|
+
property :removed_additional_pod_ranges_config, as: 'removedAdditionalPodRangesConfig', class: Google::Apis::ContainerV1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalPodRangesConfig::Representation
|
1836
|
+
|
1837
|
+
property :user_managed_keys_config, as: 'userManagedKeysConfig', class: Google::Apis::ContainerV1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1::UserManagedKeysConfig::Representation
|
1838
|
+
|
1839
|
+
end
|
1840
|
+
end
|
1841
|
+
|
1842
|
+
class ClusterUpgradeInfo
|
1843
|
+
# @private
|
1844
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1845
|
+
collection :auto_upgrade_status, as: 'autoUpgradeStatus'
|
1846
|
+
property :end_of_extended_support_timestamp, as: 'endOfExtendedSupportTimestamp'
|
1847
|
+
property :end_of_standard_support_timestamp, as: 'endOfStandardSupportTimestamp'
|
1848
|
+
property :minor_target_version, as: 'minorTargetVersion'
|
1849
|
+
property :patch_target_version, as: 'patchTargetVersion'
|
1850
|
+
collection :paused_reason, as: 'pausedReason'
|
1851
|
+
collection :upgrade_details, as: 'upgradeDetails', class: Google::Apis::ContainerV1::UpgradeDetails, decorator: Google::Apis::ContainerV1::UpgradeDetails::Representation
|
1852
|
+
|
1222
1853
|
end
|
1223
1854
|
end
|
1224
1855
|
|
@@ -1238,9 +1869,26 @@ module Google
|
|
1238
1869
|
end
|
1239
1870
|
end
|
1240
1871
|
|
1872
|
+
class CompliancePostureConfig
|
1873
|
+
# @private
|
1874
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1875
|
+
collection :compliance_standards, as: 'complianceStandards', class: Google::Apis::ContainerV1::ComplianceStandard, decorator: Google::Apis::ContainerV1::ComplianceStandard::Representation
|
1876
|
+
|
1877
|
+
property :mode, as: 'mode'
|
1878
|
+
end
|
1879
|
+
end
|
1880
|
+
|
1881
|
+
class ComplianceStandard
|
1882
|
+
# @private
|
1883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1884
|
+
property :standard, as: 'standard'
|
1885
|
+
end
|
1886
|
+
end
|
1887
|
+
|
1241
1888
|
class ConfidentialNodes
|
1242
1889
|
# @private
|
1243
1890
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1891
|
+
property :confidential_instance_type, as: 'confidentialInstanceType'
|
1244
1892
|
property :enabled, as: 'enabled'
|
1245
1893
|
end
|
1246
1894
|
end
|
@@ -1259,6 +1907,24 @@ module Google
|
|
1259
1907
|
end
|
1260
1908
|
end
|
1261
1909
|
|
1910
|
+
class ContainerdConfig
|
1911
|
+
# @private
|
1912
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1913
|
+
property :private_registry_access_config, as: 'privateRegistryAccessConfig', class: Google::Apis::ContainerV1::PrivateRegistryAccessConfig, decorator: Google::Apis::ContainerV1::PrivateRegistryAccessConfig::Representation
|
1914
|
+
|
1915
|
+
end
|
1916
|
+
end
|
1917
|
+
|
1918
|
+
class ControlPlaneEndpointsConfig
|
1919
|
+
# @private
|
1920
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1921
|
+
property :dns_endpoint_config, as: 'dnsEndpointConfig', class: Google::Apis::ContainerV1::DnsEndpointConfig, decorator: Google::Apis::ContainerV1::DnsEndpointConfig::Representation
|
1922
|
+
|
1923
|
+
property :ip_endpoints_config, as: 'ipEndpointsConfig', class: Google::Apis::ContainerV1::IpEndpointsConfig, decorator: Google::Apis::ContainerV1::IpEndpointsConfig::Representation
|
1924
|
+
|
1925
|
+
end
|
1926
|
+
end
|
1927
|
+
|
1262
1928
|
class CostManagementConfig
|
1263
1929
|
# @private
|
1264
1930
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1292,12 +1958,21 @@ module Google
|
|
1292
1958
|
class DnsConfig
|
1293
1959
|
# @private
|
1294
1960
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1961
|
+
property :additive_vpc_scope_dns_domain, as: 'additiveVpcScopeDnsDomain'
|
1295
1962
|
property :cluster_dns, as: 'clusterDns'
|
1296
1963
|
property :cluster_dns_domain, as: 'clusterDnsDomain'
|
1297
1964
|
property :cluster_dns_scope, as: 'clusterDnsScope'
|
1298
1965
|
end
|
1299
1966
|
end
|
1300
1967
|
|
1968
|
+
class DnsEndpointConfig
|
1969
|
+
# @private
|
1970
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1971
|
+
property :allow_external_traffic, as: 'allowExternalTraffic'
|
1972
|
+
property :endpoint, as: 'endpoint'
|
1973
|
+
end
|
1974
|
+
end
|
1975
|
+
|
1301
1976
|
class DailyMaintenanceWindow
|
1302
1977
|
# @private
|
1303
1978
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1309,7 +1984,11 @@ module Google
|
|
1309
1984
|
class DatabaseEncryption
|
1310
1985
|
# @private
|
1311
1986
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1987
|
+
property :current_state, as: 'currentState'
|
1988
|
+
collection :decryption_keys, as: 'decryptionKeys'
|
1312
1989
|
property :key_name, as: 'keyName'
|
1990
|
+
collection :last_operation_errors, as: 'lastOperationErrors', class: Google::Apis::ContainerV1::OperationError, decorator: Google::Apis::ContainerV1::OperationError::Representation
|
1991
|
+
|
1313
1992
|
property :state, as: 'state'
|
1314
1993
|
end
|
1315
1994
|
end
|
@@ -1321,6 +2000,21 @@ module Google
|
|
1321
2000
|
end
|
1322
2001
|
end
|
1323
2002
|
|
2003
|
+
class DesiredAdditionalIpRangesConfig
|
2004
|
+
# @private
|
2005
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2006
|
+
collection :additional_ip_ranges_configs, as: 'additionalIpRangesConfigs', class: Google::Apis::ContainerV1::AdditionalIpRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalIpRangesConfig::Representation
|
2007
|
+
|
2008
|
+
end
|
2009
|
+
end
|
2010
|
+
|
2011
|
+
class DesiredEnterpriseConfig
|
2012
|
+
# @private
|
2013
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2014
|
+
property :desired_tier, as: 'desiredTier'
|
2015
|
+
end
|
2016
|
+
end
|
2017
|
+
|
1324
2018
|
class DnsCacheConfig
|
1325
2019
|
# @private
|
1326
2020
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1334,24 +2028,92 @@ module Google
|
|
1334
2028
|
end
|
1335
2029
|
end
|
1336
2030
|
|
2031
|
+
class EnterpriseConfig
|
2032
|
+
# @private
|
2033
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2034
|
+
property :cluster_tier, as: 'clusterTier'
|
2035
|
+
property :desired_tier, as: 'desiredTier'
|
2036
|
+
end
|
2037
|
+
end
|
2038
|
+
|
1337
2039
|
class EphemeralStorageLocalSsdConfig
|
1338
2040
|
# @private
|
1339
2041
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2042
|
+
property :data_cache_count, as: 'dataCacheCount'
|
1340
2043
|
property :local_ssd_count, as: 'localSsdCount'
|
1341
2044
|
end
|
1342
2045
|
end
|
1343
2046
|
|
1344
|
-
class
|
2047
|
+
class EvictionGracePeriod
|
2048
|
+
# @private
|
2049
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2050
|
+
property :imagefs_available, as: 'imagefsAvailable'
|
2051
|
+
property :imagefs_inodes_free, as: 'imagefsInodesFree'
|
2052
|
+
property :memory_available, as: 'memoryAvailable'
|
2053
|
+
property :nodefs_available, as: 'nodefsAvailable'
|
2054
|
+
property :nodefs_inodes_free, as: 'nodefsInodesFree'
|
2055
|
+
property :pid_available, as: 'pidAvailable'
|
2056
|
+
end
|
2057
|
+
end
|
2058
|
+
|
2059
|
+
class EvictionMinimumReclaim
|
2060
|
+
# @private
|
2061
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2062
|
+
property :imagefs_available, as: 'imagefsAvailable'
|
2063
|
+
property :imagefs_inodes_free, as: 'imagefsInodesFree'
|
2064
|
+
property :memory_available, as: 'memoryAvailable'
|
2065
|
+
property :nodefs_available, as: 'nodefsAvailable'
|
2066
|
+
property :nodefs_inodes_free, as: 'nodefsInodesFree'
|
2067
|
+
property :pid_available, as: 'pidAvailable'
|
2068
|
+
end
|
2069
|
+
end
|
2070
|
+
|
2071
|
+
class EvictionSignals
|
2072
|
+
# @private
|
2073
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2074
|
+
property :imagefs_available, as: 'imagefsAvailable'
|
2075
|
+
property :imagefs_inodes_free, as: 'imagefsInodesFree'
|
2076
|
+
property :memory_available, as: 'memoryAvailable'
|
2077
|
+
property :nodefs_available, as: 'nodefsAvailable'
|
2078
|
+
property :nodefs_inodes_free, as: 'nodefsInodesFree'
|
2079
|
+
property :pid_available, as: 'pidAvailable'
|
2080
|
+
end
|
2081
|
+
end
|
2082
|
+
|
2083
|
+
class FastSocket
|
2084
|
+
# @private
|
2085
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2086
|
+
property :enabled, as: 'enabled'
|
2087
|
+
end
|
2088
|
+
end
|
2089
|
+
|
2090
|
+
class Filter
|
2091
|
+
# @private
|
2092
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2093
|
+
collection :event_type, as: 'eventType'
|
2094
|
+
end
|
2095
|
+
end
|
2096
|
+
|
2097
|
+
class Fleet
|
2098
|
+
# @private
|
2099
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2100
|
+
property :membership, as: 'membership'
|
2101
|
+
property :pre_registered, as: 'preRegistered'
|
2102
|
+
property :project, as: 'project'
|
2103
|
+
end
|
2104
|
+
end
|
2105
|
+
|
2106
|
+
class GcpSecretManagerCertificateConfig
|
1345
2107
|
# @private
|
1346
2108
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1347
|
-
property :
|
2109
|
+
property :secret_uri, as: 'secretUri'
|
1348
2110
|
end
|
1349
2111
|
end
|
1350
2112
|
|
1351
|
-
class
|
2113
|
+
class GpuDriverInstallationConfig
|
1352
2114
|
# @private
|
1353
2115
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1354
|
-
|
2116
|
+
property :gpu_driver_version, as: 'gpuDriverVersion'
|
1355
2117
|
end
|
1356
2118
|
end
|
1357
2119
|
|
@@ -1391,6 +2153,13 @@ module Google
|
|
1391
2153
|
end
|
1392
2154
|
end
|
1393
2155
|
|
2156
|
+
class GcsFuseCsiDriverConfig
|
2157
|
+
# @private
|
2158
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2159
|
+
property :enabled, as: 'enabled'
|
2160
|
+
end
|
2161
|
+
end
|
2162
|
+
|
1394
2163
|
class GetJsonWebKeysResponse
|
1395
2164
|
# @private
|
1396
2165
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1416,6 +2185,13 @@ module Google
|
|
1416
2185
|
end
|
1417
2186
|
end
|
1418
2187
|
|
2188
|
+
class GkeAutoUpgradeConfig
|
2189
|
+
# @private
|
2190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2191
|
+
property :patch_mode, as: 'patchMode'
|
2192
|
+
end
|
2193
|
+
end
|
2194
|
+
|
1419
2195
|
class GkeBackupAgentConfig
|
1420
2196
|
# @private
|
1421
2197
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1423,6 +2199,13 @@ module Google
|
|
1423
2199
|
end
|
1424
2200
|
end
|
1425
2201
|
|
2202
|
+
class HighScaleCheckpointingConfig
|
2203
|
+
# @private
|
2204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2205
|
+
property :enabled, as: 'enabled'
|
2206
|
+
end
|
2207
|
+
end
|
2208
|
+
|
1426
2209
|
class HorizontalPodAutoscaling
|
1427
2210
|
# @private
|
1428
2211
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1446,6 +2229,14 @@ module Google
|
|
1446
2229
|
end
|
1447
2230
|
end
|
1448
2231
|
|
2232
|
+
class HugepagesConfig
|
2233
|
+
# @private
|
2234
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2235
|
+
property :hugepage_size1g, as: 'hugepageSize1g'
|
2236
|
+
property :hugepage_size2m, as: 'hugepageSize2m'
|
2237
|
+
end
|
2238
|
+
end
|
2239
|
+
|
1449
2240
|
class IlbSubsettingConfig
|
1450
2241
|
# @private
|
1451
2242
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1456,17 +2247,28 @@ module Google
|
|
1456
2247
|
class IpAllocationPolicy
|
1457
2248
|
# @private
|
1458
2249
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2250
|
+
collection :additional_ip_ranges_configs, as: 'additionalIpRangesConfigs', class: Google::Apis::ContainerV1::AdditionalIpRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalIpRangesConfig::Representation
|
2251
|
+
|
2252
|
+
property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalPodRangesConfig::Representation
|
2253
|
+
|
2254
|
+
property :auto_ipam_config, as: 'autoIpamConfig', class: Google::Apis::ContainerV1::AutoIpamConfig, decorator: Google::Apis::ContainerV1::AutoIpamConfig::Representation
|
2255
|
+
|
1459
2256
|
property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
|
1460
2257
|
property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
|
1461
2258
|
property :cluster_secondary_range_name, as: 'clusterSecondaryRangeName'
|
1462
2259
|
property :create_subnetwork, as: 'createSubnetwork'
|
2260
|
+
property :default_pod_ipv4_range_utilization, as: 'defaultPodIpv4RangeUtilization'
|
1463
2261
|
property :ipv6_access_type, as: 'ipv6AccessType'
|
1464
2262
|
property :node_ipv4_cidr, as: 'nodeIpv4Cidr'
|
1465
2263
|
property :node_ipv4_cidr_block, as: 'nodeIpv4CidrBlock'
|
2264
|
+
property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1::PodCidrOverprovisionConfig::Representation
|
2265
|
+
|
1466
2266
|
property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
|
1467
2267
|
property :services_ipv4_cidr_block, as: 'servicesIpv4CidrBlock'
|
2268
|
+
property :services_ipv6_cidr_block, as: 'servicesIpv6CidrBlock'
|
1468
2269
|
property :services_secondary_range_name, as: 'servicesSecondaryRangeName'
|
1469
2270
|
property :stack_type, as: 'stackType'
|
2271
|
+
property :subnet_ipv6_cidr_block, as: 'subnetIpv6CidrBlock'
|
1470
2272
|
property :subnetwork_name, as: 'subnetworkName'
|
1471
2273
|
property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
|
1472
2274
|
property :use_ip_aliases, as: 'useIpAliases'
|
@@ -1474,6 +2276,20 @@ module Google
|
|
1474
2276
|
end
|
1475
2277
|
end
|
1476
2278
|
|
2279
|
+
class IpEndpointsConfig
|
2280
|
+
# @private
|
2281
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2282
|
+
property :authorized_networks_config, as: 'authorizedNetworksConfig', class: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig::Representation
|
2283
|
+
|
2284
|
+
property :enable_public_endpoint, as: 'enablePublicEndpoint'
|
2285
|
+
property :enabled, as: 'enabled'
|
2286
|
+
property :global_access, as: 'globalAccess'
|
2287
|
+
property :private_endpoint, as: 'privateEndpoint'
|
2288
|
+
property :private_endpoint_subnetwork, as: 'privateEndpointSubnetwork'
|
2289
|
+
property :public_endpoint, as: 'publicEndpoint'
|
2290
|
+
end
|
2291
|
+
end
|
2292
|
+
|
1477
2293
|
class IdentityServiceConfig
|
1478
2294
|
# @private
|
1479
2295
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1503,6 +2319,13 @@ module Google
|
|
1503
2319
|
end
|
1504
2320
|
end
|
1505
2321
|
|
2322
|
+
class K8sBetaApiConfig
|
2323
|
+
# @private
|
2324
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2325
|
+
collection :enabled_apis, as: 'enabledApis'
|
2326
|
+
end
|
2327
|
+
end
|
2328
|
+
|
1506
2329
|
class KubernetesDashboard
|
1507
2330
|
# @private
|
1508
2331
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1521,7 +2344,11 @@ module Google
|
|
1521
2344
|
# @private
|
1522
2345
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1523
2346
|
property :cgroup_mode, as: 'cgroupMode'
|
2347
|
+
property :hugepages, as: 'hugepages', class: Google::Apis::ContainerV1::HugepagesConfig, decorator: Google::Apis::ContainerV1::HugepagesConfig::Representation
|
2348
|
+
|
1524
2349
|
hash :sysctls, as: 'sysctls'
|
2350
|
+
property :transparent_hugepage_defrag, as: 'transparentHugepageDefrag'
|
2351
|
+
property :transparent_hugepage_enabled, as: 'transparentHugepageEnabled'
|
1525
2352
|
end
|
1526
2353
|
end
|
1527
2354
|
|
@@ -1589,6 +2416,14 @@ module Google
|
|
1589
2416
|
end
|
1590
2417
|
end
|
1591
2418
|
|
2419
|
+
class LustreCsiDriverConfig
|
2420
|
+
# @private
|
2421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2422
|
+
property :enable_legacy_lustre_port, as: 'enableLegacyLustrePort'
|
2423
|
+
property :enabled, as: 'enabled'
|
2424
|
+
end
|
2425
|
+
end
|
2426
|
+
|
1592
2427
|
class MaintenanceExclusionOptions
|
1593
2428
|
# @private
|
1594
2429
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1620,6 +2455,8 @@ module Google
|
|
1620
2455
|
class ManagedPrometheusConfig
|
1621
2456
|
# @private
|
1622
2457
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2458
|
+
property :auto_monitoring_config, as: 'autoMonitoringConfig', class: Google::Apis::ContainerV1::AutoMonitoringConfig, decorator: Google::Apis::ContainerV1::AutoMonitoringConfig::Representation
|
2459
|
+
|
1623
2460
|
property :enabled, as: 'enabled'
|
1624
2461
|
end
|
1625
2462
|
end
|
@@ -1644,6 +2481,7 @@ module Google
|
|
1644
2481
|
|
1645
2482
|
property :enabled, as: 'enabled'
|
1646
2483
|
property :gcp_public_cidrs_access_enabled, as: 'gcpPublicCidrsAccessEnabled'
|
2484
|
+
property :private_endpoint_enforcement_enabled, as: 'privateEndpointEnforcementEnabled'
|
1647
2485
|
end
|
1648
2486
|
end
|
1649
2487
|
|
@@ -1654,6 +2492,13 @@ module Google
|
|
1654
2492
|
end
|
1655
2493
|
end
|
1656
2494
|
|
2495
|
+
class MemoryManager
|
2496
|
+
# @private
|
2497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2498
|
+
property :policy, as: 'policy'
|
2499
|
+
end
|
2500
|
+
end
|
2501
|
+
|
1657
2502
|
class MeshCertificates
|
1658
2503
|
# @private
|
1659
2504
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1681,6 +2526,8 @@ module Google
|
|
1681
2526
|
class MonitoringConfig
|
1682
2527
|
# @private
|
1683
2528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2529
|
+
property :advanced_datapath_observability_config, as: 'advancedDatapathObservabilityConfig', class: Google::Apis::ContainerV1::AdvancedDatapathObservabilityConfig, decorator: Google::Apis::ContainerV1::AdvancedDatapathObservabilityConfig::Representation
|
2530
|
+
|
1684
2531
|
property :component_config, as: 'componentConfig', class: Google::Apis::ContainerV1::MonitoringComponentConfig, decorator: Google::Apis::ContainerV1::MonitoringComponentConfig::Representation
|
1685
2532
|
|
1686
2533
|
property :managed_prometheus_config, as: 'managedPrometheusConfig', class: Google::Apis::ContainerV1::ManagedPrometheusConfig, decorator: Google::Apis::ContainerV1::ManagedPrometheusConfig::Representation
|
@@ -1692,15 +2539,23 @@ module Google
|
|
1692
2539
|
# @private
|
1693
2540
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1694
2541
|
property :datapath_provider, as: 'datapathProvider'
|
2542
|
+
property :default_enable_private_nodes, as: 'defaultEnablePrivateNodes'
|
1695
2543
|
property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1::DefaultSnatStatus::Representation
|
1696
2544
|
|
2545
|
+
property :disable_l4_lb_firewall_reconciliation, as: 'disableL4LbFirewallReconciliation'
|
1697
2546
|
property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
|
1698
2547
|
|
2548
|
+
property :enable_cilium_clusterwide_network_policy, as: 'enableCiliumClusterwideNetworkPolicy'
|
2549
|
+
property :enable_fqdn_network_policy, as: 'enableFqdnNetworkPolicy'
|
1699
2550
|
property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
|
1700
2551
|
property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
|
2552
|
+
property :enable_multi_networking, as: 'enableMultiNetworking'
|
1701
2553
|
property :gateway_api_config, as: 'gatewayApiConfig', class: Google::Apis::ContainerV1::GatewayApiConfig, decorator: Google::Apis::ContainerV1::GatewayApiConfig::Representation
|
1702
2554
|
|
2555
|
+
property :in_transit_encryption_config, as: 'inTransitEncryptionConfig'
|
1703
2556
|
property :network, as: 'network'
|
2557
|
+
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig::Representation
|
2558
|
+
|
1704
2559
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
1705
2560
|
property :service_external_ips_config, as: 'serviceExternalIpsConfig', class: Google::Apis::ContainerV1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1::ServiceExternalIPsConfig::Representation
|
1706
2561
|
|
@@ -1737,6 +2592,15 @@ module Google
|
|
1737
2592
|
end
|
1738
2593
|
end
|
1739
2594
|
|
2595
|
+
class NodeAffinity
|
2596
|
+
# @private
|
2597
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2598
|
+
property :key, as: 'key'
|
2599
|
+
property :operator, as: 'operator'
|
2600
|
+
collection :values, as: 'values'
|
2601
|
+
end
|
2602
|
+
end
|
2603
|
+
|
1740
2604
|
class NodeConfig
|
1741
2605
|
# @private
|
1742
2606
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1744,15 +2608,22 @@ module Google
|
|
1744
2608
|
|
1745
2609
|
property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::ContainerV1::AdvancedMachineFeatures, decorator: Google::Apis::ContainerV1::AdvancedMachineFeatures::Representation
|
1746
2610
|
|
2611
|
+
property :boot_disk, as: 'bootDisk', class: Google::Apis::ContainerV1::BootDisk, decorator: Google::Apis::ContainerV1::BootDisk::Representation
|
2612
|
+
|
1747
2613
|
property :boot_disk_kms_key, as: 'bootDiskKmsKey'
|
1748
2614
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
|
1749
2615
|
|
2616
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1::ContainerdConfig, decorator: Google::Apis::ContainerV1::ContainerdConfig::Representation
|
2617
|
+
|
1750
2618
|
property :disk_size_gb, as: 'diskSizeGb'
|
1751
2619
|
property :disk_type, as: 'diskType'
|
2620
|
+
property :effective_cgroup_mode, as: 'effectiveCgroupMode'
|
2621
|
+
property :enable_confidential_storage, as: 'enableConfidentialStorage'
|
1752
2622
|
property :ephemeral_storage_local_ssd_config, as: 'ephemeralStorageLocalSsdConfig', class: Google::Apis::ContainerV1::EphemeralStorageLocalSsdConfig, decorator: Google::Apis::ContainerV1::EphemeralStorageLocalSsdConfig::Representation
|
1753
2623
|
|
1754
2624
|
property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1::FastSocket, decorator: Google::Apis::ContainerV1::FastSocket::Representation
|
1755
2625
|
|
2626
|
+
property :flex_start, as: 'flexStart'
|
1756
2627
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
|
1757
2628
|
|
1758
2629
|
property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1::VirtualNic, decorator: Google::Apis::ContainerV1::VirtualNic::Representation
|
@@ -1766,9 +2637,11 @@ module Google
|
|
1766
2637
|
property :local_nvme_ssd_block_config, as: 'localNvmeSsdBlockConfig', class: Google::Apis::ContainerV1::LocalNvmeSsdBlockConfig, decorator: Google::Apis::ContainerV1::LocalNvmeSsdBlockConfig::Representation
|
1767
2638
|
|
1768
2639
|
property :local_ssd_count, as: 'localSsdCount'
|
2640
|
+
property :local_ssd_encryption_mode, as: 'localSsdEncryptionMode'
|
1769
2641
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1::NodePoolLoggingConfig::Representation
|
1770
2642
|
|
1771
2643
|
property :machine_type, as: 'machineType'
|
2644
|
+
property :max_run_duration, as: 'maxRunDuration'
|
1772
2645
|
hash :metadata, as: 'metadata'
|
1773
2646
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
1774
2647
|
property :node_group, as: 'nodeGroup'
|
@@ -1777,12 +2650,21 @@ module Google
|
|
1777
2650
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ContainerV1::ReservationAffinity, decorator: Google::Apis::ContainerV1::ReservationAffinity::Representation
|
1778
2651
|
|
1779
2652
|
hash :resource_labels, as: 'resourceLabels'
|
2653
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
2654
|
+
|
1780
2655
|
property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1::SandboxConfig, decorator: Google::Apis::ContainerV1::SandboxConfig::Representation
|
1781
2656
|
|
2657
|
+
property :secondary_boot_disk_update_strategy, as: 'secondaryBootDiskUpdateStrategy', class: Google::Apis::ContainerV1::SecondaryBootDiskUpdateStrategy, decorator: Google::Apis::ContainerV1::SecondaryBootDiskUpdateStrategy::Representation
|
2658
|
+
|
2659
|
+
collection :secondary_boot_disks, as: 'secondaryBootDisks', class: Google::Apis::ContainerV1::SecondaryBootDisk, decorator: Google::Apis::ContainerV1::SecondaryBootDisk::Representation
|
2660
|
+
|
1782
2661
|
property :service_account, as: 'serviceAccount'
|
1783
2662
|
property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::ContainerV1::ShieldedInstanceConfig, decorator: Google::Apis::ContainerV1::ShieldedInstanceConfig::Representation
|
1784
2663
|
|
2664
|
+
property :sole_tenant_config, as: 'soleTenantConfig', class: Google::Apis::ContainerV1::SoleTenantConfig, decorator: Google::Apis::ContainerV1::SoleTenantConfig::Representation
|
2665
|
+
|
1785
2666
|
property :spot, as: 'spot'
|
2667
|
+
collection :storage_pools, as: 'storagePools'
|
1786
2668
|
collection :tags, as: 'tags'
|
1787
2669
|
collection :taints, as: 'taints', class: Google::Apis::ContainerV1::NodeTaint, decorator: Google::Apis::ContainerV1::NodeTaint::Representation
|
1788
2670
|
|
@@ -1796,20 +2678,45 @@ module Google
|
|
1796
2678
|
class NodeConfigDefaults
|
1797
2679
|
# @private
|
1798
2680
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2681
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1::ContainerdConfig, decorator: Google::Apis::ContainerV1::ContainerdConfig::Representation
|
2682
|
+
|
1799
2683
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
|
1800
2684
|
|
1801
2685
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1::NodePoolLoggingConfig::Representation
|
1802
2686
|
|
2687
|
+
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
2688
|
+
|
1803
2689
|
end
|
1804
2690
|
end
|
1805
2691
|
|
1806
2692
|
class NodeKubeletConfig
|
1807
2693
|
# @private
|
1808
2694
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2695
|
+
collection :allowed_unsafe_sysctls, as: 'allowedUnsafeSysctls'
|
2696
|
+
property :container_log_max_files, as: 'containerLogMaxFiles'
|
2697
|
+
property :container_log_max_size, as: 'containerLogMaxSize'
|
1809
2698
|
property :cpu_cfs_quota, as: 'cpuCfsQuota'
|
1810
2699
|
property :cpu_cfs_quota_period, as: 'cpuCfsQuotaPeriod'
|
1811
2700
|
property :cpu_manager_policy, as: 'cpuManagerPolicy'
|
2701
|
+
property :eviction_max_pod_grace_period_seconds, as: 'evictionMaxPodGracePeriodSeconds'
|
2702
|
+
property :eviction_minimum_reclaim, as: 'evictionMinimumReclaim', class: Google::Apis::ContainerV1::EvictionMinimumReclaim, decorator: Google::Apis::ContainerV1::EvictionMinimumReclaim::Representation
|
2703
|
+
|
2704
|
+
property :eviction_soft, as: 'evictionSoft', class: Google::Apis::ContainerV1::EvictionSignals, decorator: Google::Apis::ContainerV1::EvictionSignals::Representation
|
2705
|
+
|
2706
|
+
property :eviction_soft_grace_period, as: 'evictionSoftGracePeriod', class: Google::Apis::ContainerV1::EvictionGracePeriod, decorator: Google::Apis::ContainerV1::EvictionGracePeriod::Representation
|
2707
|
+
|
2708
|
+
property :image_gc_high_threshold_percent, as: 'imageGcHighThresholdPercent'
|
2709
|
+
property :image_gc_low_threshold_percent, as: 'imageGcLowThresholdPercent'
|
2710
|
+
property :image_maximum_gc_age, as: 'imageMaximumGcAge'
|
2711
|
+
property :image_minimum_gc_age, as: 'imageMinimumGcAge'
|
2712
|
+
property :insecure_kubelet_readonly_port_enabled, as: 'insecureKubeletReadonlyPortEnabled'
|
2713
|
+
property :max_parallel_image_pulls, as: 'maxParallelImagePulls'
|
2714
|
+
property :memory_manager, as: 'memoryManager', class: Google::Apis::ContainerV1::MemoryManager, decorator: Google::Apis::ContainerV1::MemoryManager::Representation
|
2715
|
+
|
1812
2716
|
property :pod_pids_limit, :numeric_string => true, as: 'podPidsLimit'
|
2717
|
+
property :single_process_oom_kill, as: 'singleProcessOomKill'
|
2718
|
+
property :topology_manager, as: 'topologyManager', class: Google::Apis::ContainerV1::TopologyManager, decorator: Google::Apis::ContainerV1::TopologyManager::Representation
|
2719
|
+
|
1813
2720
|
end
|
1814
2721
|
end
|
1815
2722
|
|
@@ -1833,20 +2740,32 @@ module Google
|
|
1833
2740
|
class NodeNetworkConfig
|
1834
2741
|
# @private
|
1835
2742
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2743
|
+
collection :additional_node_network_configs, as: 'additionalNodeNetworkConfigs', class: Google::Apis::ContainerV1::AdditionalNodeNetworkConfig, decorator: Google::Apis::ContainerV1::AdditionalNodeNetworkConfig::Representation
|
2744
|
+
|
2745
|
+
collection :additional_pod_network_configs, as: 'additionalPodNetworkConfigs', class: Google::Apis::ContainerV1::AdditionalPodNetworkConfig, decorator: Google::Apis::ContainerV1::AdditionalPodNetworkConfig::Representation
|
2746
|
+
|
1836
2747
|
property :create_pod_range, as: 'createPodRange'
|
1837
2748
|
property :enable_private_nodes, as: 'enablePrivateNodes'
|
1838
2749
|
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1::NetworkPerformanceConfig, decorator: Google::Apis::ContainerV1::NetworkPerformanceConfig::Representation
|
1839
2750
|
|
2751
|
+
property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1::PodCidrOverprovisionConfig::Representation
|
2752
|
+
|
1840
2753
|
property :pod_ipv4_cidr_block, as: 'podIpv4CidrBlock'
|
2754
|
+
property :pod_ipv4_range_utilization, as: 'podIpv4RangeUtilization'
|
1841
2755
|
property :pod_range, as: 'podRange'
|
2756
|
+
property :subnetwork, as: 'subnetwork'
|
1842
2757
|
end
|
1843
2758
|
end
|
1844
2759
|
|
1845
2760
|
class NodePool
|
1846
2761
|
# @private
|
1847
2762
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2763
|
+
property :autopilot_config, as: 'autopilotConfig', class: Google::Apis::ContainerV1::AutopilotConfig, decorator: Google::Apis::ContainerV1::AutopilotConfig::Representation
|
2764
|
+
|
1848
2765
|
property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1::NodePoolAutoscaling::Representation
|
1849
2766
|
|
2767
|
+
property :best_effort_provisioning, as: 'bestEffortProvisioning', class: Google::Apis::ContainerV1::BestEffortProvisioning, decorator: Google::Apis::ContainerV1::BestEffortProvisioning::Representation
|
2768
|
+
|
1850
2769
|
collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1::StatusCondition, decorator: Google::Apis::ContainerV1::StatusCondition::Representation
|
1851
2770
|
|
1852
2771
|
property :config, as: 'config', class: Google::Apis::ContainerV1::NodeConfig, decorator: Google::Apis::ContainerV1::NodeConfig::Representation
|
@@ -1865,6 +2784,8 @@ module Google
|
|
1865
2784
|
property :placement_policy, as: 'placementPolicy', class: Google::Apis::ContainerV1::PlacementPolicy, decorator: Google::Apis::ContainerV1::PlacementPolicy::Representation
|
1866
2785
|
|
1867
2786
|
property :pod_ipv4_cidr_size, as: 'podIpv4CidrSize'
|
2787
|
+
property :queued_provisioning, as: 'queuedProvisioning', class: Google::Apis::ContainerV1::QueuedProvisioning, decorator: Google::Apis::ContainerV1::QueuedProvisioning::Representation
|
2788
|
+
|
1868
2789
|
property :self_link, as: 'selfLink'
|
1869
2790
|
property :status, as: 'status'
|
1870
2791
|
property :status_message, as: 'statusMessage'
|
@@ -1879,8 +2800,14 @@ module Google
|
|
1879
2800
|
class NodePoolAutoConfig
|
1880
2801
|
# @private
|
1881
2802
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2803
|
+
property :linux_node_config, as: 'linuxNodeConfig', class: Google::Apis::ContainerV1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1::LinuxNodeConfig::Representation
|
2804
|
+
|
1882
2805
|
property :network_tags, as: 'networkTags', class: Google::Apis::ContainerV1::NetworkTags, decorator: Google::Apis::ContainerV1::NetworkTags::Representation
|
1883
2806
|
|
2807
|
+
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
2808
|
+
|
2809
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
2810
|
+
|
1884
2811
|
end
|
1885
2812
|
end
|
1886
2813
|
|
@@ -1913,6 +2840,20 @@ module Google
|
|
1913
2840
|
end
|
1914
2841
|
end
|
1915
2842
|
|
2843
|
+
class NodePoolUpgradeInfo
|
2844
|
+
# @private
|
2845
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2846
|
+
collection :auto_upgrade_status, as: 'autoUpgradeStatus'
|
2847
|
+
property :end_of_extended_support_timestamp, as: 'endOfExtendedSupportTimestamp'
|
2848
|
+
property :end_of_standard_support_timestamp, as: 'endOfStandardSupportTimestamp'
|
2849
|
+
property :minor_target_version, as: 'minorTargetVersion'
|
2850
|
+
property :patch_target_version, as: 'patchTargetVersion'
|
2851
|
+
collection :paused_reason, as: 'pausedReason'
|
2852
|
+
collection :upgrade_details, as: 'upgradeDetails', class: Google::Apis::ContainerV1::UpgradeDetails, decorator: Google::Apis::ContainerV1::UpgradeDetails::Representation
|
2853
|
+
|
2854
|
+
end
|
2855
|
+
end
|
2856
|
+
|
1916
2857
|
class NodeTaint
|
1917
2858
|
# @private
|
1918
2859
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1963,6 +2904,15 @@ module Google
|
|
1963
2904
|
end
|
1964
2905
|
end
|
1965
2906
|
|
2907
|
+
class OperationError
|
2908
|
+
# @private
|
2909
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2910
|
+
property :error_message, as: 'errorMessage'
|
2911
|
+
property :key_name, as: 'keyName'
|
2912
|
+
property :timestamp, as: 'timestamp'
|
2913
|
+
end
|
2914
|
+
end
|
2915
|
+
|
1966
2916
|
class OperationProgress
|
1967
2917
|
# @private
|
1968
2918
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1975,13 +2925,44 @@ module Google
|
|
1975
2925
|
end
|
1976
2926
|
end
|
1977
2927
|
|
2928
|
+
class ParallelstoreCsiDriverConfig
|
2929
|
+
# @private
|
2930
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2931
|
+
property :enabled, as: 'enabled'
|
2932
|
+
end
|
2933
|
+
end
|
2934
|
+
|
2935
|
+
class ParentProductConfig
|
2936
|
+
# @private
|
2937
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2938
|
+
hash :labels, as: 'labels'
|
2939
|
+
property :product_name, as: 'productName'
|
2940
|
+
end
|
2941
|
+
end
|
2942
|
+
|
1978
2943
|
class PlacementPolicy
|
1979
2944
|
# @private
|
1980
2945
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2946
|
+
property :policy_name, as: 'policyName'
|
2947
|
+
property :tpu_topology, as: 'tpuTopology'
|
1981
2948
|
property :type, as: 'type'
|
1982
2949
|
end
|
1983
2950
|
end
|
1984
2951
|
|
2952
|
+
class PodAutoscaling
|
2953
|
+
# @private
|
2954
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2955
|
+
property :hpa_profile, as: 'hpaProfile'
|
2956
|
+
end
|
2957
|
+
end
|
2958
|
+
|
2959
|
+
class PodCidrOverprovisionConfig
|
2960
|
+
# @private
|
2961
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2962
|
+
property :disable, as: 'disable'
|
2963
|
+
end
|
2964
|
+
end
|
2965
|
+
|
1985
2966
|
class PrivateClusterConfig
|
1986
2967
|
# @private
|
1987
2968
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2004,6 +2985,15 @@ module Google
|
|
2004
2985
|
end
|
2005
2986
|
end
|
2006
2987
|
|
2988
|
+
class PrivateRegistryAccessConfig
|
2989
|
+
# @private
|
2990
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2991
|
+
collection :certificate_authority_domain_config, as: 'certificateAuthorityDomainConfig', class: Google::Apis::ContainerV1::CertificateAuthorityDomainConfig, decorator: Google::Apis::ContainerV1::CertificateAuthorityDomainConfig::Representation
|
2992
|
+
|
2993
|
+
property :enabled, as: 'enabled'
|
2994
|
+
end
|
2995
|
+
end
|
2996
|
+
|
2007
2997
|
class PubSub
|
2008
2998
|
# @private
|
2009
2999
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2014,6 +3004,54 @@ module Google
|
|
2014
3004
|
end
|
2015
3005
|
end
|
2016
3006
|
|
3007
|
+
class QueuedProvisioning
|
3008
|
+
# @private
|
3009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3010
|
+
property :enabled, as: 'enabled'
|
3011
|
+
end
|
3012
|
+
end
|
3013
|
+
|
3014
|
+
class RbacBindingConfig
|
3015
|
+
# @private
|
3016
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3017
|
+
property :enable_insecure_binding_system_authenticated, as: 'enableInsecureBindingSystemAuthenticated'
|
3018
|
+
property :enable_insecure_binding_system_unauthenticated, as: 'enableInsecureBindingSystemUnauthenticated'
|
3019
|
+
end
|
3020
|
+
end
|
3021
|
+
|
3022
|
+
class RangeInfo
|
3023
|
+
# @private
|
3024
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3025
|
+
property :range_name, as: 'rangeName'
|
3026
|
+
property :utilization, as: 'utilization'
|
3027
|
+
end
|
3028
|
+
end
|
3029
|
+
|
3030
|
+
class RayClusterLoggingConfig
|
3031
|
+
# @private
|
3032
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3033
|
+
property :enabled, as: 'enabled'
|
3034
|
+
end
|
3035
|
+
end
|
3036
|
+
|
3037
|
+
class RayClusterMonitoringConfig
|
3038
|
+
# @private
|
3039
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3040
|
+
property :enabled, as: 'enabled'
|
3041
|
+
end
|
3042
|
+
end
|
3043
|
+
|
3044
|
+
class RayOperatorConfig
|
3045
|
+
# @private
|
3046
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3047
|
+
property :enabled, as: 'enabled'
|
3048
|
+
property :ray_cluster_logging_config, as: 'rayClusterLoggingConfig', class: Google::Apis::ContainerV1::RayClusterLoggingConfig, decorator: Google::Apis::ContainerV1::RayClusterLoggingConfig::Representation
|
3049
|
+
|
3050
|
+
property :ray_cluster_monitoring_config, as: 'rayClusterMonitoringConfig', class: Google::Apis::ContainerV1::RayClusterMonitoringConfig, decorator: Google::Apis::ContainerV1::RayClusterMonitoringConfig::Representation
|
3051
|
+
|
3052
|
+
end
|
3053
|
+
end
|
3054
|
+
|
2017
3055
|
class RecurringTimeWindow
|
2018
3056
|
# @private
|
2019
3057
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2035,6 +3073,7 @@ module Google
|
|
2035
3073
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2036
3074
|
property :channel, as: 'channel'
|
2037
3075
|
property :default_version, as: 'defaultVersion'
|
3076
|
+
property :upgrade_target_version, as: 'upgradeTargetVersion'
|
2038
3077
|
collection :valid_versions, as: 'validVersions'
|
2039
3078
|
end
|
2040
3079
|
end
|
@@ -2064,6 +3103,13 @@ module Google
|
|
2064
3103
|
end
|
2065
3104
|
end
|
2066
3105
|
|
3106
|
+
class ResourceManagerTags
|
3107
|
+
# @private
|
3108
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3109
|
+
hash :tags, as: 'tags'
|
3110
|
+
end
|
3111
|
+
end
|
3112
|
+
|
2067
3113
|
class ResourceUsageExportConfig
|
2068
3114
|
# @private
|
2069
3115
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2094,6 +3140,27 @@ module Google
|
|
2094
3140
|
end
|
2095
3141
|
end
|
2096
3142
|
|
3143
|
+
class SecondaryBootDisk
|
3144
|
+
# @private
|
3145
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3146
|
+
property :disk_image, as: 'diskImage'
|
3147
|
+
property :mode, as: 'mode'
|
3148
|
+
end
|
3149
|
+
end
|
3150
|
+
|
3151
|
+
class SecondaryBootDiskUpdateStrategy
|
3152
|
+
# @private
|
3153
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3154
|
+
end
|
3155
|
+
end
|
3156
|
+
|
3157
|
+
class SecretManagerConfig
|
3158
|
+
# @private
|
3159
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3160
|
+
property :enabled, as: 'enabled'
|
3161
|
+
end
|
3162
|
+
end
|
3163
|
+
|
2097
3164
|
class SecurityBulletinEvent
|
2098
3165
|
# @private
|
2099
3166
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2103,6 +3170,7 @@ module Google
|
|
2103
3170
|
property :bulletin_uri, as: 'bulletinUri'
|
2104
3171
|
collection :cve_ids, as: 'cveIds'
|
2105
3172
|
property :manual_steps_required, as: 'manualStepsRequired'
|
3173
|
+
collection :mitigated_versions, as: 'mitigatedVersions'
|
2106
3174
|
collection :patched_versions, as: 'patchedVersions'
|
2107
3175
|
property :resource_type_affected, as: 'resourceTypeAffected'
|
2108
3176
|
property :severity, as: 'severity'
|
@@ -2110,6 +3178,14 @@ module Google
|
|
2110
3178
|
end
|
2111
3179
|
end
|
2112
3180
|
|
3181
|
+
class SecurityPostureConfig
|
3182
|
+
# @private
|
3183
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3184
|
+
property :mode, as: 'mode'
|
3185
|
+
property :vulnerability_mode, as: 'vulnerabilityMode'
|
3186
|
+
end
|
3187
|
+
end
|
3188
|
+
|
2113
3189
|
class ServerConfig
|
2114
3190
|
# @private
|
2115
3191
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2288,6 +3364,15 @@ module Google
|
|
2288
3364
|
end
|
2289
3365
|
end
|
2290
3366
|
|
3367
|
+
class SoleTenantConfig
|
3368
|
+
# @private
|
3369
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3370
|
+
property :min_node_cpus, as: 'minNodeCpus'
|
3371
|
+
collection :node_affinities, as: 'nodeAffinities', class: Google::Apis::ContainerV1::NodeAffinity, decorator: Google::Apis::ContainerV1::NodeAffinity::Representation
|
3372
|
+
|
3373
|
+
end
|
3374
|
+
end
|
3375
|
+
|
2291
3376
|
class StandardRolloutPolicy
|
2292
3377
|
# @private
|
2293
3378
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2308,6 +3393,13 @@ module Google
|
|
2308
3393
|
end
|
2309
3394
|
end
|
2310
3395
|
|
3396
|
+
class StatefulHaConfig
|
3397
|
+
# @private
|
3398
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3399
|
+
property :enabled, as: 'enabled'
|
3400
|
+
end
|
3401
|
+
end
|
3402
|
+
|
2311
3403
|
class Status
|
2312
3404
|
# @private
|
2313
3405
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2336,6 +3428,14 @@ module Google
|
|
2336
3428
|
end
|
2337
3429
|
end
|
2338
3430
|
|
3431
|
+
class TopologyManager
|
3432
|
+
# @private
|
3433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3434
|
+
property :policy, as: 'policy'
|
3435
|
+
property :scope, as: 'scope'
|
3436
|
+
end
|
3437
|
+
end
|
3438
|
+
|
2339
3439
|
class UpdateClusterRequest
|
2340
3440
|
# @private
|
2341
3441
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2370,12 +3470,21 @@ module Google
|
|
2370
3470
|
class UpdateNodePoolRequest
|
2371
3471
|
# @private
|
2372
3472
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3473
|
+
collection :accelerators, as: 'accelerators', class: Google::Apis::ContainerV1::AcceleratorConfig, decorator: Google::Apis::ContainerV1::AcceleratorConfig::Representation
|
3474
|
+
|
3475
|
+
property :boot_disk, as: 'bootDisk', class: Google::Apis::ContainerV1::BootDisk, decorator: Google::Apis::ContainerV1::BootDisk::Representation
|
3476
|
+
|
2373
3477
|
property :cluster_id, as: 'clusterId'
|
2374
3478
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
|
2375
3479
|
|
3480
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1::ContainerdConfig, decorator: Google::Apis::ContainerV1::ContainerdConfig::Representation
|
3481
|
+
|
3482
|
+
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
3483
|
+
property :disk_type, as: 'diskType'
|
2376
3484
|
property :etag, as: 'etag'
|
2377
3485
|
property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1::FastSocket, decorator: Google::Apis::ContainerV1::FastSocket::Representation
|
2378
3486
|
|
3487
|
+
property :flex_start, as: 'flexStart'
|
2379
3488
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
|
2380
3489
|
|
2381
3490
|
property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1::VirtualNic, decorator: Google::Apis::ContainerV1::VirtualNic::Representation
|
@@ -2390,14 +3499,21 @@ module Google
|
|
2390
3499
|
collection :locations, as: 'locations'
|
2391
3500
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1::NodePoolLoggingConfig::Representation
|
2392
3501
|
|
3502
|
+
property :machine_type, as: 'machineType'
|
3503
|
+
property :max_run_duration, as: 'maxRunDuration'
|
2393
3504
|
property :name, as: 'name'
|
2394
3505
|
property :node_network_config, as: 'nodeNetworkConfig', class: Google::Apis::ContainerV1::NodeNetworkConfig, decorator: Google::Apis::ContainerV1::NodeNetworkConfig::Representation
|
2395
3506
|
|
2396
3507
|
property :node_pool_id, as: 'nodePoolId'
|
2397
3508
|
property :node_version, as: 'nodeVersion'
|
2398
3509
|
property :project_id, as: 'projectId'
|
3510
|
+
property :queued_provisioning, as: 'queuedProvisioning', class: Google::Apis::ContainerV1::QueuedProvisioning, decorator: Google::Apis::ContainerV1::QueuedProvisioning::Representation
|
3511
|
+
|
2399
3512
|
property :resource_labels, as: 'resourceLabels', class: Google::Apis::ContainerV1::ResourceLabels, decorator: Google::Apis::ContainerV1::ResourceLabels::Representation
|
2400
3513
|
|
3514
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
3515
|
+
|
3516
|
+
collection :storage_pools, as: 'storagePools'
|
2401
3517
|
property :tags, as: 'tags', class: Google::Apis::ContainerV1::NetworkTags, decorator: Google::Apis::ContainerV1::NetworkTags::Representation
|
2402
3518
|
|
2403
3519
|
property :taints, as: 'taints', class: Google::Apis::ContainerV1::NodeTaints, decorator: Google::Apis::ContainerV1::NodeTaints::Representation
|
@@ -2423,6 +3539,18 @@ module Google
|
|
2423
3539
|
end
|
2424
3540
|
end
|
2425
3541
|
|
3542
|
+
class UpgradeDetails
|
3543
|
+
# @private
|
3544
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3545
|
+
property :end_time, as: 'endTime'
|
3546
|
+
property :initial_version, as: 'initialVersion'
|
3547
|
+
property :start_time, as: 'startTime'
|
3548
|
+
property :start_type, as: 'startType'
|
3549
|
+
property :state, as: 'state'
|
3550
|
+
property :target_version, as: 'targetVersion'
|
3551
|
+
end
|
3552
|
+
end
|
3553
|
+
|
2426
3554
|
class UpgradeEvent
|
2427
3555
|
# @private
|
2428
3556
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2435,6 +3563,24 @@ module Google
|
|
2435
3563
|
end
|
2436
3564
|
end
|
2437
3565
|
|
3566
|
+
class UpgradeInfoEvent
|
3567
|
+
# @private
|
3568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3569
|
+
property :current_version, as: 'currentVersion'
|
3570
|
+
property :description, as: 'description'
|
3571
|
+
property :end_time, as: 'endTime'
|
3572
|
+
property :event_type, as: 'eventType'
|
3573
|
+
property :extended_support_end_time, as: 'extendedSupportEndTime'
|
3574
|
+
property :operation, as: 'operation'
|
3575
|
+
property :resource, as: 'resource'
|
3576
|
+
property :resource_type, as: 'resourceType'
|
3577
|
+
property :standard_support_end_time, as: 'standardSupportEndTime'
|
3578
|
+
property :start_time, as: 'startTime'
|
3579
|
+
property :state, as: 'state'
|
3580
|
+
property :target_version, as: 'targetVersion'
|
3581
|
+
end
|
3582
|
+
end
|
3583
|
+
|
2438
3584
|
class UpgradeSettings
|
2439
3585
|
# @private
|
2440
3586
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2467,6 +3613,20 @@ module Google
|
|
2467
3613
|
end
|
2468
3614
|
end
|
2469
3615
|
|
3616
|
+
class UserManagedKeysConfig
|
3617
|
+
# @private
|
3618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3619
|
+
property :aggregation_ca, as: 'aggregationCa'
|
3620
|
+
property :cluster_ca, as: 'clusterCa'
|
3621
|
+
property :control_plane_disk_encryption_key, as: 'controlPlaneDiskEncryptionKey'
|
3622
|
+
property :etcd_api_ca, as: 'etcdApiCa'
|
3623
|
+
property :etcd_peer_ca, as: 'etcdPeerCa'
|
3624
|
+
property :gkeops_etcd_backup_encryption_key, as: 'gkeopsEtcdBackupEncryptionKey'
|
3625
|
+
collection :service_account_signing_keys, as: 'serviceAccountSigningKeys'
|
3626
|
+
collection :service_account_verification_keys, as: 'serviceAccountVerificationKeys'
|
3627
|
+
end
|
3628
|
+
end
|
3629
|
+
|
2470
3630
|
class VerticalPodAutoscaling
|
2471
3631
|
# @private
|
2472
3632
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2501,6 +3661,14 @@ module Google
|
|
2501
3661
|
property :mode, as: 'mode'
|
2502
3662
|
end
|
2503
3663
|
end
|
3664
|
+
|
3665
|
+
class WorkloadPolicyConfig
|
3666
|
+
# @private
|
3667
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3668
|
+
property :allow_net_admin, as: 'allowNetAdmin'
|
3669
|
+
property :autopilot_compatibility_auditing_enabled, as: 'autopilotCompatibilityAuditingEnabled'
|
3670
|
+
end
|
3671
|
+
end
|
2504
3672
|
end
|
2505
3673
|
end
|
2506
3674
|
end
|