google-apis-container_v1beta1 0.43.0 → 0.87.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 +183 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/container_v1beta1/classes.rb +3405 -413
- data/lib/google/apis/container_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/container_v1beta1/representations.rb +1207 -43
- data/lib/google/apis/container_v1beta1/service.rb +575 -330
- data/lib/google/apis/container_v1beta1.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,18 +106,48 @@ 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
|
+
|
121
|
+
class AutopilotConversionStatus
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
61
127
|
class AutoprovisioningNodePoolDefaults
|
62
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
129
|
|
64
130
|
include Google::Apis::Core::JsonObjectSupport
|
65
131
|
end
|
66
132
|
|
133
|
+
class AutoscaledRolloutPolicy
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
67
139
|
class AvailableVersion
|
68
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
141
|
|
70
142
|
include Google::Apis::Core::JsonObjectSupport
|
71
143
|
end
|
72
144
|
|
145
|
+
class BestEffortProvisioning
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
73
151
|
class BigQueryDestination
|
74
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
153
|
|
@@ -100,6 +178,18 @@ module Google
|
|
100
178
|
include Google::Apis::Core::JsonObjectSupport
|
101
179
|
end
|
102
180
|
|
181
|
+
class CertificateAuthorityDomainConfig
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class CheckAutopilotCompatibilityResponse
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
103
193
|
class CidrBlock
|
104
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
195
|
|
@@ -130,6 +220,12 @@ module Google
|
|
130
220
|
include Google::Apis::Core::JsonObjectSupport
|
131
221
|
end
|
132
222
|
|
223
|
+
class ClusterNetworkPerformanceConfig
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
133
229
|
class ClusterTelemetry
|
134
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
231
|
|
@@ -142,6 +238,12 @@ module Google
|
|
142
238
|
include Google::Apis::Core::JsonObjectSupport
|
143
239
|
end
|
144
240
|
|
241
|
+
class ClusterUpgradeInfo
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
145
247
|
class CompleteIpRotationRequest
|
146
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
249
|
|
@@ -154,6 +256,18 @@ module Google
|
|
154
256
|
include Google::Apis::Core::JsonObjectSupport
|
155
257
|
end
|
156
258
|
|
259
|
+
class CompliancePostureConfig
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class ComplianceStandard
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
157
271
|
class ConfidentialNodes
|
158
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
273
|
|
@@ -172,6 +286,18 @@ module Google
|
|
172
286
|
include Google::Apis::Core::JsonObjectSupport
|
173
287
|
end
|
174
288
|
|
289
|
+
class ContainerdConfig
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class ControlPlaneEndpointsConfig
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
175
301
|
class CostManagementConfig
|
176
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
303
|
|
@@ -196,6 +322,12 @@ module Google
|
|
196
322
|
include Google::Apis::Core::JsonObjectSupport
|
197
323
|
end
|
198
324
|
|
325
|
+
class DnsEndpointConfig
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
199
331
|
class DailyMaintenanceWindow
|
200
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
333
|
|
@@ -220,6 +352,18 @@ module Google
|
|
220
352
|
include Google::Apis::Core::JsonObjectSupport
|
221
353
|
end
|
222
354
|
|
355
|
+
class DesiredAdditionalIpRangesConfig
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class DesiredEnterpriseConfig
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
223
367
|
class DnsCacheConfig
|
224
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
369
|
|
@@ -232,6 +376,12 @@ module Google
|
|
232
376
|
include Google::Apis::Core::JsonObjectSupport
|
233
377
|
end
|
234
378
|
|
379
|
+
class EnterpriseConfig
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
235
385
|
class EphemeralStorageConfig
|
236
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
387
|
|
@@ -256,6 +406,24 @@ module Google
|
|
256
406
|
include Google::Apis::Core::JsonObjectSupport
|
257
407
|
end
|
258
408
|
|
409
|
+
class Fleet
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class GcpSecretManagerCertificateConfig
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class GpuDriverInstallationConfig
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
259
427
|
class GpuSharingConfig
|
260
428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
429
|
|
@@ -286,6 +454,12 @@ module Google
|
|
286
454
|
include Google::Apis::Core::JsonObjectSupport
|
287
455
|
end
|
288
456
|
|
457
|
+
class GcsFuseCsiDriverConfig
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
289
463
|
class GetJsonWebKeysResponse
|
290
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
465
|
|
@@ -298,18 +472,36 @@ module Google
|
|
298
472
|
include Google::Apis::Core::JsonObjectSupport
|
299
473
|
end
|
300
474
|
|
475
|
+
class GkeAutoUpgradeConfig
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
301
481
|
class GkeBackupAgentConfig
|
302
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
483
|
|
304
484
|
include Google::Apis::Core::JsonObjectSupport
|
305
485
|
end
|
306
486
|
|
487
|
+
class HighScaleCheckpointingConfig
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
307
493
|
class HorizontalPodAutoscaling
|
308
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
495
|
|
310
496
|
include Google::Apis::Core::JsonObjectSupport
|
311
497
|
end
|
312
498
|
|
499
|
+
class HostMaintenancePolicy
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
313
505
|
class HttpCacheControlResponseHeader
|
314
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
507
|
|
@@ -322,6 +514,12 @@ module Google
|
|
322
514
|
include Google::Apis::Core::JsonObjectSupport
|
323
515
|
end
|
324
516
|
|
517
|
+
class HugepagesConfig
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
325
523
|
class IlbSubsettingConfig
|
326
524
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
525
|
|
@@ -334,6 +532,12 @@ module Google
|
|
334
532
|
include Google::Apis::Core::JsonObjectSupport
|
335
533
|
end
|
336
534
|
|
535
|
+
class IpEndpointsConfig
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
337
541
|
class IdentityServiceConfig
|
338
542
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
543
|
|
@@ -358,6 +562,12 @@ module Google
|
|
358
562
|
include Google::Apis::Core::JsonObjectSupport
|
359
563
|
end
|
360
564
|
|
565
|
+
class K8sBetaApiConfig
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
361
571
|
class KalmConfig
|
362
572
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
573
|
|
@@ -490,6 +700,12 @@ module Google
|
|
490
700
|
include Google::Apis::Core::JsonObjectSupport
|
491
701
|
end
|
492
702
|
|
703
|
+
class MemoryManager
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
|
+
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
707
|
+
end
|
708
|
+
|
493
709
|
class MeshCertificates
|
494
710
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
711
|
|
@@ -544,6 +760,12 @@ module Google
|
|
544
760
|
include Google::Apis::Core::JsonObjectSupport
|
545
761
|
end
|
546
762
|
|
763
|
+
class NodeAffinity
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
547
769
|
class NodeConfig
|
548
770
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
771
|
|
@@ -610,6 +832,12 @@ module Google
|
|
610
832
|
include Google::Apis::Core::JsonObjectSupport
|
611
833
|
end
|
612
834
|
|
835
|
+
class NodePoolUpgradeInfo
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
613
841
|
class NodeTaint
|
614
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
843
|
|
@@ -634,259 +862,397 @@ module Google
|
|
634
862
|
include Google::Apis::Core::JsonObjectSupport
|
635
863
|
end
|
636
864
|
|
637
|
-
class
|
865
|
+
class OperationError
|
638
866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
867
|
|
640
868
|
include Google::Apis::Core::JsonObjectSupport
|
641
869
|
end
|
642
870
|
|
643
|
-
class
|
871
|
+
class OperationProgress
|
644
872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
873
|
|
646
874
|
include Google::Apis::Core::JsonObjectSupport
|
647
875
|
end
|
648
876
|
|
649
|
-
class
|
877
|
+
class OpportunisticMaintenanceStrategy
|
650
878
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
879
|
|
652
880
|
include Google::Apis::Core::JsonObjectSupport
|
653
881
|
end
|
654
882
|
|
655
|
-
class
|
883
|
+
class ParallelstoreCsiDriverConfig
|
656
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
885
|
|
658
886
|
include Google::Apis::Core::JsonObjectSupport
|
659
887
|
end
|
660
888
|
|
661
|
-
class
|
889
|
+
class ParentProductConfig
|
662
890
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
891
|
|
664
892
|
include Google::Apis::Core::JsonObjectSupport
|
665
893
|
end
|
666
894
|
|
667
|
-
class
|
895
|
+
class PlacementPolicy
|
668
896
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
897
|
|
670
898
|
include Google::Apis::Core::JsonObjectSupport
|
671
899
|
end
|
672
900
|
|
673
|
-
class
|
901
|
+
class PodAutoscaling
|
674
902
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
903
|
|
676
904
|
include Google::Apis::Core::JsonObjectSupport
|
677
905
|
end
|
678
906
|
|
679
|
-
class
|
907
|
+
class PodCidrOverprovisionConfig
|
680
908
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
909
|
|
682
910
|
include Google::Apis::Core::JsonObjectSupport
|
683
911
|
end
|
684
912
|
|
685
|
-
class
|
913
|
+
class PodSecurityPolicyConfig
|
686
914
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
915
|
|
688
916
|
include Google::Apis::Core::JsonObjectSupport
|
689
917
|
end
|
690
918
|
|
691
|
-
class
|
919
|
+
class PolicyBinding
|
692
920
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
921
|
|
694
922
|
include Google::Apis::Core::JsonObjectSupport
|
695
923
|
end
|
696
924
|
|
697
|
-
class
|
925
|
+
class PrivateClusterConfig
|
698
926
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
927
|
|
700
928
|
include Google::Apis::Core::JsonObjectSupport
|
701
929
|
end
|
702
930
|
|
703
|
-
class
|
931
|
+
class PrivateClusterMasterGlobalAccessConfig
|
704
932
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
933
|
|
706
934
|
include Google::Apis::Core::JsonObjectSupport
|
707
935
|
end
|
708
936
|
|
709
|
-
class
|
937
|
+
class PrivateRegistryAccessConfig
|
710
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
939
|
|
712
940
|
include Google::Apis::Core::JsonObjectSupport
|
713
941
|
end
|
714
942
|
|
715
|
-
class
|
943
|
+
class ProtectConfig
|
716
944
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
945
|
|
718
946
|
include Google::Apis::Core::JsonObjectSupport
|
719
947
|
end
|
720
948
|
|
721
|
-
class
|
949
|
+
class PubSub
|
722
950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
951
|
|
724
952
|
include Google::Apis::Core::JsonObjectSupport
|
725
953
|
end
|
726
954
|
|
727
|
-
class
|
955
|
+
class QueuedProvisioning
|
728
956
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
957
|
|
730
958
|
include Google::Apis::Core::JsonObjectSupport
|
731
959
|
end
|
732
960
|
|
733
|
-
class
|
961
|
+
class RbacBindingConfig
|
734
962
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
963
|
|
736
964
|
include Google::Apis::Core::JsonObjectSupport
|
737
965
|
end
|
738
966
|
|
739
|
-
class
|
967
|
+
class RangeInfo
|
740
968
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
969
|
|
742
970
|
include Google::Apis::Core::JsonObjectSupport
|
743
971
|
end
|
744
972
|
|
745
|
-
class
|
973
|
+
class RayClusterLoggingConfig
|
746
974
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
975
|
|
748
976
|
include Google::Apis::Core::JsonObjectSupport
|
749
977
|
end
|
750
978
|
|
751
|
-
class
|
979
|
+
class RayClusterMonitoringConfig
|
752
980
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
981
|
|
754
982
|
include Google::Apis::Core::JsonObjectSupport
|
755
983
|
end
|
756
984
|
|
757
|
-
class
|
985
|
+
class RayOperatorConfig
|
758
986
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
987
|
|
760
988
|
include Google::Apis::Core::JsonObjectSupport
|
761
989
|
end
|
762
990
|
|
763
|
-
class
|
991
|
+
class RecurringTimeWindow
|
764
992
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
993
|
|
766
994
|
include Google::Apis::Core::JsonObjectSupport
|
767
995
|
end
|
768
996
|
|
769
|
-
class
|
997
|
+
class ReleaseChannel
|
770
998
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
999
|
|
772
1000
|
include Google::Apis::Core::JsonObjectSupport
|
773
1001
|
end
|
774
1002
|
|
775
|
-
class
|
1003
|
+
class ReleaseChannelConfig
|
776
1004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
1005
|
|
778
1006
|
include Google::Apis::Core::JsonObjectSupport
|
779
1007
|
end
|
780
1008
|
|
781
|
-
class
|
1009
|
+
class ReservationAffinity
|
782
1010
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
1011
|
|
784
1012
|
include Google::Apis::Core::JsonObjectSupport
|
785
1013
|
end
|
786
1014
|
|
787
|
-
class
|
1015
|
+
class ResourceLabels
|
788
1016
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
1017
|
|
790
1018
|
include Google::Apis::Core::JsonObjectSupport
|
791
1019
|
end
|
792
1020
|
|
793
|
-
class
|
1021
|
+
class ResourceLimit
|
794
1022
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
1023
|
|
796
1024
|
include Google::Apis::Core::JsonObjectSupport
|
797
1025
|
end
|
798
1026
|
|
799
|
-
class
|
1027
|
+
class ResourceManagerTags
|
800
1028
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
1029
|
|
802
1030
|
include Google::Apis::Core::JsonObjectSupport
|
803
1031
|
end
|
804
1032
|
|
805
|
-
class
|
1033
|
+
class ResourceUsageExportConfig
|
806
1034
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
1035
|
|
808
1036
|
include Google::Apis::Core::JsonObjectSupport
|
809
1037
|
end
|
810
1038
|
|
811
|
-
class
|
1039
|
+
class RollbackNodePoolUpgradeRequest
|
812
1040
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
1041
|
|
814
1042
|
include Google::Apis::Core::JsonObjectSupport
|
815
1043
|
end
|
816
1044
|
|
817
|
-
class
|
1045
|
+
class RotationConfig
|
818
1046
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
1047
|
|
820
1048
|
include Google::Apis::Core::JsonObjectSupport
|
821
1049
|
end
|
822
1050
|
|
823
|
-
class
|
1051
|
+
class SandboxConfig
|
824
1052
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
1053
|
|
826
1054
|
include Google::Apis::Core::JsonObjectSupport
|
827
1055
|
end
|
828
1056
|
|
829
|
-
class
|
1057
|
+
class SecondaryBootDisk
|
830
1058
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
1059
|
|
832
1060
|
include Google::Apis::Core::JsonObjectSupport
|
833
1061
|
end
|
834
1062
|
|
835
|
-
class
|
1063
|
+
class SecondaryBootDiskUpdateStrategy
|
836
1064
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
1065
|
|
838
1066
|
include Google::Apis::Core::JsonObjectSupport
|
839
1067
|
end
|
840
1068
|
|
841
|
-
class
|
1069
|
+
class SecretManagerConfig
|
842
1070
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
1071
|
|
844
1072
|
include Google::Apis::Core::JsonObjectSupport
|
845
1073
|
end
|
846
1074
|
|
847
|
-
class
|
1075
|
+
class SecurityBulletinEvent
|
848
1076
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
1077
|
|
850
1078
|
include Google::Apis::Core::JsonObjectSupport
|
851
1079
|
end
|
852
1080
|
|
853
|
-
class
|
1081
|
+
class SecurityPostureConfig
|
854
1082
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
1083
|
|
856
1084
|
include Google::Apis::Core::JsonObjectSupport
|
857
1085
|
end
|
858
1086
|
|
859
|
-
class
|
1087
|
+
class ServerConfig
|
860
1088
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
1089
|
|
862
1090
|
include Google::Apis::Core::JsonObjectSupport
|
863
1091
|
end
|
864
1092
|
|
865
|
-
class
|
1093
|
+
class ServiceExternalIPsConfig
|
866
1094
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
1095
|
|
868
1096
|
include Google::Apis::Core::JsonObjectSupport
|
869
1097
|
end
|
870
1098
|
|
871
|
-
class
|
1099
|
+
class SetAddonsConfigRequest
|
872
1100
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
1101
|
|
874
1102
|
include Google::Apis::Core::JsonObjectSupport
|
875
1103
|
end
|
876
1104
|
|
877
|
-
class
|
1105
|
+
class SetLabelsRequest
|
878
1106
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
1107
|
|
880
1108
|
include Google::Apis::Core::JsonObjectSupport
|
881
1109
|
end
|
882
1110
|
|
883
|
-
class
|
1111
|
+
class SetLegacyAbacRequest
|
884
1112
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
1113
|
|
886
1114
|
include Google::Apis::Core::JsonObjectSupport
|
887
1115
|
end
|
888
1116
|
|
889
|
-
class
|
1117
|
+
class SetLocationsRequest
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
|
+
|
1120
|
+
include Google::Apis::Core::JsonObjectSupport
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
class SetLoggingServiceRequest
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
|
+
|
1126
|
+
include Google::Apis::Core::JsonObjectSupport
|
1127
|
+
end
|
1128
|
+
|
1129
|
+
class SetMaintenancePolicyRequest
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
|
+
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
1133
|
+
end
|
1134
|
+
|
1135
|
+
class SetMasterAuthRequest
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
|
+
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
class SetMonitoringServiceRequest
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1143
|
+
|
1144
|
+
include Google::Apis::Core::JsonObjectSupport
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
class SetNetworkPolicyRequest
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
|
+
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class SetNodePoolAutoscalingRequest
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
class SetNodePoolManagementRequest
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1161
|
+
|
1162
|
+
include Google::Apis::Core::JsonObjectSupport
|
1163
|
+
end
|
1164
|
+
|
1165
|
+
class SetNodePoolSizeRequest
|
1166
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1167
|
+
|
1168
|
+
include Google::Apis::Core::JsonObjectSupport
|
1169
|
+
end
|
1170
|
+
|
1171
|
+
class ShieldedInstanceConfig
|
1172
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1173
|
+
|
1174
|
+
include Google::Apis::Core::JsonObjectSupport
|
1175
|
+
end
|
1176
|
+
|
1177
|
+
class ShieldedNodes
|
1178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1179
|
+
|
1180
|
+
include Google::Apis::Core::JsonObjectSupport
|
1181
|
+
end
|
1182
|
+
|
1183
|
+
class SoleTenantConfig
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1185
|
+
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
class StandardRolloutPolicy
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
|
+
|
1192
|
+
include Google::Apis::Core::JsonObjectSupport
|
1193
|
+
end
|
1194
|
+
|
1195
|
+
class StartIpRotationRequest
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1197
|
+
|
1198
|
+
include Google::Apis::Core::JsonObjectSupport
|
1199
|
+
end
|
1200
|
+
|
1201
|
+
class StatefulHaConfig
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
|
+
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
1205
|
+
end
|
1206
|
+
|
1207
|
+
class Status
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1209
|
+
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
1211
|
+
end
|
1212
|
+
|
1213
|
+
class StatusCondition
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
|
+
|
1216
|
+
include Google::Apis::Core::JsonObjectSupport
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class TimeWindow
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
|
+
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
1223
|
+
end
|
1224
|
+
|
1225
|
+
class TopologyManager
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
|
+
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
1229
|
+
end
|
1230
|
+
|
1231
|
+
class TpuConfig
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
|
+
|
1234
|
+
include Google::Apis::Core::JsonObjectSupport
|
1235
|
+
end
|
1236
|
+
|
1237
|
+
class UpdateClusterRequest
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
|
+
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class UpdateInfo
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class UpdateMasterRequest
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1255
|
+
class UpdateNodePoolRequest
|
890
1256
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
1257
|
|
892
1258
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -898,12 +1264,24 @@ module Google
|
|
898
1264
|
include Google::Apis::Core::JsonObjectSupport
|
899
1265
|
end
|
900
1266
|
|
1267
|
+
class UpgradeDetails
|
1268
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1269
|
+
|
1270
|
+
include Google::Apis::Core::JsonObjectSupport
|
1271
|
+
end
|
1272
|
+
|
901
1273
|
class UpgradeEvent
|
902
1274
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
1275
|
|
904
1276
|
include Google::Apis::Core::JsonObjectSupport
|
905
1277
|
end
|
906
1278
|
|
1279
|
+
class UpgradeInfoEvent
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
|
+
|
1282
|
+
include Google::Apis::Core::JsonObjectSupport
|
1283
|
+
end
|
1284
|
+
|
907
1285
|
class UpgradeSettings
|
908
1286
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
909
1287
|
|
@@ -922,6 +1300,12 @@ module Google
|
|
922
1300
|
include Google::Apis::Core::JsonObjectSupport
|
923
1301
|
end
|
924
1302
|
|
1303
|
+
class UserManagedKeysConfig
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
|
+
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
1307
|
+
end
|
1308
|
+
|
925
1309
|
class VerticalPodAutoscaling
|
926
1310
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
1311
|
|
@@ -982,11 +1366,19 @@ module Google
|
|
982
1366
|
include Google::Apis::Core::JsonObjectSupport
|
983
1367
|
end
|
984
1368
|
|
1369
|
+
class WorkloadPolicyConfig
|
1370
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
|
+
|
1372
|
+
include Google::Apis::Core::JsonObjectSupport
|
1373
|
+
end
|
1374
|
+
|
985
1375
|
class AcceleratorConfig
|
986
1376
|
# @private
|
987
1377
|
class Representation < Google::Apis::Core::JsonRepresentation
|
988
1378
|
property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
|
989
1379
|
property :accelerator_type, as: 'acceleratorType'
|
1380
|
+
property :gpu_driver_installation_config, as: 'gpuDriverInstallationConfig', class: Google::Apis::ContainerV1beta1::GpuDriverInstallationConfig, decorator: Google::Apis::ContainerV1beta1::GpuDriverInstallationConfig::Representation
|
1381
|
+
|
990
1382
|
property :gpu_partition_size, as: 'gpuPartitionSize'
|
991
1383
|
property :gpu_sharing_config, as: 'gpuSharingConfig', class: Google::Apis::ContainerV1beta1::GpuSharingConfig, decorator: Google::Apis::ContainerV1beta1::GpuSharingConfig::Representation
|
992
1384
|
|
@@ -994,6 +1386,42 @@ module Google
|
|
994
1386
|
end
|
995
1387
|
end
|
996
1388
|
|
1389
|
+
class AdditionalIpRangesConfig
|
1390
|
+
# @private
|
1391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1392
|
+
collection :pod_ipv4_range_names, as: 'podIpv4RangeNames'
|
1393
|
+
property :subnetwork, as: 'subnetwork'
|
1394
|
+
end
|
1395
|
+
end
|
1396
|
+
|
1397
|
+
class AdditionalNodeNetworkConfig
|
1398
|
+
# @private
|
1399
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1400
|
+
property :network, as: 'network'
|
1401
|
+
property :subnetwork, as: 'subnetwork'
|
1402
|
+
end
|
1403
|
+
end
|
1404
|
+
|
1405
|
+
class AdditionalPodNetworkConfig
|
1406
|
+
# @private
|
1407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1408
|
+
property :max_pods_per_node, as: 'maxPodsPerNode', class: Google::Apis::ContainerV1beta1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1beta1::MaxPodsConstraint::Representation
|
1409
|
+
|
1410
|
+
property :network_attachment, as: 'networkAttachment'
|
1411
|
+
property :secondary_pod_range, as: 'secondaryPodRange'
|
1412
|
+
property :subnetwork, as: 'subnetwork'
|
1413
|
+
end
|
1414
|
+
end
|
1415
|
+
|
1416
|
+
class AdditionalPodRangesConfig
|
1417
|
+
# @private
|
1418
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1419
|
+
collection :pod_range_info, as: 'podRangeInfo', class: Google::Apis::ContainerV1beta1::RangeInfo, decorator: Google::Apis::ContainerV1beta1::RangeInfo::Representation
|
1420
|
+
|
1421
|
+
collection :pod_range_names, as: 'podRangeNames'
|
1422
|
+
end
|
1423
|
+
end
|
1424
|
+
|
997
1425
|
class AddonsConfig
|
998
1426
|
# @private
|
999
1427
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1007,8 +1435,12 @@ module Google
|
|
1007
1435
|
|
1008
1436
|
property :gcp_filestore_csi_driver_config, as: 'gcpFilestoreCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig::Representation
|
1009
1437
|
|
1438
|
+
property :gcs_fuse_csi_driver_config, as: 'gcsFuseCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcsFuseCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcsFuseCsiDriverConfig::Representation
|
1439
|
+
|
1010
1440
|
property :gke_backup_agent_config, as: 'gkeBackupAgentConfig', class: Google::Apis::ContainerV1beta1::GkeBackupAgentConfig, decorator: Google::Apis::ContainerV1beta1::GkeBackupAgentConfig::Representation
|
1011
1441
|
|
1442
|
+
property :high_scale_checkpointing_config, as: 'highScaleCheckpointingConfig', class: Google::Apis::ContainerV1beta1::HighScaleCheckpointingConfig, decorator: Google::Apis::ContainerV1beta1::HighScaleCheckpointingConfig::Representation
|
1443
|
+
|
1012
1444
|
property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling::Representation
|
1013
1445
|
|
1014
1446
|
property :http_load_balancing, as: 'httpLoadBalancing', class: Google::Apis::ContainerV1beta1::HttpLoadBalancing, decorator: Google::Apis::ContainerV1beta1::HttpLoadBalancing::Representation
|
@@ -1021,16 +1453,40 @@ module Google
|
|
1021
1453
|
|
1022
1454
|
property :network_policy_config, as: 'networkPolicyConfig', class: Google::Apis::ContainerV1beta1::NetworkPolicyConfig, decorator: Google::Apis::ContainerV1beta1::NetworkPolicyConfig::Representation
|
1023
1455
|
|
1456
|
+
property :parallelstore_csi_driver_config, as: 'parallelstoreCsiDriverConfig', class: Google::Apis::ContainerV1beta1::ParallelstoreCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::ParallelstoreCsiDriverConfig::Representation
|
1457
|
+
|
1458
|
+
property :ray_operator_config, as: 'rayOperatorConfig', class: Google::Apis::ContainerV1beta1::RayOperatorConfig, decorator: Google::Apis::ContainerV1beta1::RayOperatorConfig::Representation
|
1459
|
+
|
1460
|
+
property :stateful_ha_config, as: 'statefulHaConfig', class: Google::Apis::ContainerV1beta1::StatefulHaConfig, decorator: Google::Apis::ContainerV1beta1::StatefulHaConfig::Representation
|
1461
|
+
|
1462
|
+
end
|
1463
|
+
end
|
1464
|
+
|
1465
|
+
class AdvancedDatapathObservabilityConfig
|
1466
|
+
# @private
|
1467
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1468
|
+
property :enable_metrics, as: 'enableMetrics'
|
1469
|
+
property :enable_relay, as: 'enableRelay'
|
1470
|
+
property :relay_mode, as: 'relayMode'
|
1024
1471
|
end
|
1025
1472
|
end
|
1026
1473
|
|
1027
1474
|
class AdvancedMachineFeatures
|
1028
1475
|
# @private
|
1029
1476
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1477
|
+
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
1478
|
+
property :performance_monitoring_unit, as: 'performanceMonitoringUnit'
|
1030
1479
|
property :threads_per_core, :numeric_string => true, as: 'threadsPerCore'
|
1031
1480
|
end
|
1032
1481
|
end
|
1033
1482
|
|
1483
|
+
class AnonymousAuthenticationConfig
|
1484
|
+
# @private
|
1485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1486
|
+
property :mode, as: 'mode'
|
1487
|
+
end
|
1488
|
+
end
|
1489
|
+
|
1034
1490
|
class AuthenticatorGroupsConfig
|
1035
1491
|
# @private
|
1036
1492
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1039,6 +1495,19 @@ module Google
|
|
1039
1495
|
end
|
1040
1496
|
end
|
1041
1497
|
|
1498
|
+
class AutoIpamConfig
|
1499
|
+
# @private
|
1500
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1501
|
+
end
|
1502
|
+
end
|
1503
|
+
|
1504
|
+
class AutoMonitoringConfig
|
1505
|
+
# @private
|
1506
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1507
|
+
property :scope, as: 'scope'
|
1508
|
+
end
|
1509
|
+
end
|
1510
|
+
|
1042
1511
|
class AutoUpgradeOptions
|
1043
1512
|
# @private
|
1044
1513
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1048,12 +1517,42 @@ module Google
|
|
1048
1517
|
end
|
1049
1518
|
|
1050
1519
|
class Autopilot
|
1520
|
+
# @private
|
1521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1522
|
+
property :conversion_status, as: 'conversionStatus', class: Google::Apis::ContainerV1beta1::AutopilotConversionStatus, decorator: Google::Apis::ContainerV1beta1::AutopilotConversionStatus::Representation
|
1523
|
+
|
1524
|
+
property :enabled, as: 'enabled'
|
1525
|
+
property :workload_policy_config, as: 'workloadPolicyConfig', class: Google::Apis::ContainerV1beta1::WorkloadPolicyConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadPolicyConfig::Representation
|
1526
|
+
|
1527
|
+
end
|
1528
|
+
end
|
1529
|
+
|
1530
|
+
class AutopilotCompatibilityIssue
|
1531
|
+
# @private
|
1532
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1533
|
+
property :constraint_type, as: 'constraintType'
|
1534
|
+
property :description, as: 'description'
|
1535
|
+
property :documentation_url, as: 'documentationUrl'
|
1536
|
+
property :incompatibility_type, as: 'incompatibilityType'
|
1537
|
+
property :last_observation, as: 'lastObservation'
|
1538
|
+
collection :subjects, as: 'subjects'
|
1539
|
+
end
|
1540
|
+
end
|
1541
|
+
|
1542
|
+
class AutopilotConfig
|
1051
1543
|
# @private
|
1052
1544
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1053
1545
|
property :enabled, as: 'enabled'
|
1054
1546
|
end
|
1055
1547
|
end
|
1056
1548
|
|
1549
|
+
class AutopilotConversionStatus
|
1550
|
+
# @private
|
1551
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1552
|
+
property :state, as: 'state'
|
1553
|
+
end
|
1554
|
+
end
|
1555
|
+
|
1057
1556
|
class AutoprovisioningNodePoolDefaults
|
1058
1557
|
# @private
|
1059
1558
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1061,6 +1560,7 @@ module Google
|
|
1061
1560
|
property :disk_size_gb, as: 'diskSizeGb'
|
1062
1561
|
property :disk_type, as: 'diskType'
|
1063
1562
|
property :image_type, as: 'imageType'
|
1563
|
+
property :insecure_kubelet_readonly_port_enabled, as: 'insecureKubeletReadonlyPortEnabled'
|
1064
1564
|
property :management, as: 'management', class: Google::Apis::ContainerV1beta1::NodeManagement, decorator: Google::Apis::ContainerV1beta1::NodeManagement::Representation
|
1065
1565
|
|
1066
1566
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
@@ -1073,6 +1573,12 @@ module Google
|
|
1073
1573
|
end
|
1074
1574
|
end
|
1075
1575
|
|
1576
|
+
class AutoscaledRolloutPolicy
|
1577
|
+
# @private
|
1578
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1579
|
+
end
|
1580
|
+
end
|
1581
|
+
|
1076
1582
|
class AvailableVersion
|
1077
1583
|
# @private
|
1078
1584
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1081,6 +1587,14 @@ module Google
|
|
1081
1587
|
end
|
1082
1588
|
end
|
1083
1589
|
|
1590
|
+
class BestEffortProvisioning
|
1591
|
+
# @private
|
1592
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1593
|
+
property :enabled, as: 'enabled'
|
1594
|
+
property :min_provision_nodes, as: 'minProvisionNodes'
|
1595
|
+
end
|
1596
|
+
end
|
1597
|
+
|
1084
1598
|
class BigQueryDestination
|
1085
1599
|
# @private
|
1086
1600
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1093,6 +1607,8 @@ module Google
|
|
1093
1607
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1094
1608
|
property :enabled, as: 'enabled'
|
1095
1609
|
property :evaluation_mode, as: 'evaluationMode'
|
1610
|
+
collection :policy_bindings, as: 'policyBindings', class: Google::Apis::ContainerV1beta1::PolicyBinding, decorator: Google::Apis::ContainerV1beta1::PolicyBinding::Representation
|
1611
|
+
|
1096
1612
|
end
|
1097
1613
|
end
|
1098
1614
|
|
@@ -1110,6 +1626,8 @@ module Google
|
|
1110
1626
|
class BlueGreenSettings
|
1111
1627
|
# @private
|
1112
1628
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1629
|
+
property :autoscaled_rollout_policy, as: 'autoscaledRolloutPolicy', class: Google::Apis::ContainerV1beta1::AutoscaledRolloutPolicy, decorator: Google::Apis::ContainerV1beta1::AutoscaledRolloutPolicy::Representation
|
1630
|
+
|
1113
1631
|
property :node_pool_soak_duration, as: 'nodePoolSoakDuration'
|
1114
1632
|
property :standard_rollout_policy, as: 'standardRolloutPolicy', class: Google::Apis::ContainerV1beta1::StandardRolloutPolicy, decorator: Google::Apis::ContainerV1beta1::StandardRolloutPolicy::Representation
|
1115
1633
|
|
@@ -1126,6 +1644,24 @@ module Google
|
|
1126
1644
|
end
|
1127
1645
|
end
|
1128
1646
|
|
1647
|
+
class CertificateAuthorityDomainConfig
|
1648
|
+
# @private
|
1649
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1650
|
+
collection :fqdns, as: 'fqdns'
|
1651
|
+
property :gcp_secret_manager_certificate_config, as: 'gcpSecretManagerCertificateConfig', class: Google::Apis::ContainerV1beta1::GcpSecretManagerCertificateConfig, decorator: Google::Apis::ContainerV1beta1::GcpSecretManagerCertificateConfig::Representation
|
1652
|
+
|
1653
|
+
end
|
1654
|
+
end
|
1655
|
+
|
1656
|
+
class CheckAutopilotCompatibilityResponse
|
1657
|
+
# @private
|
1658
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1659
|
+
collection :issues, as: 'issues', class: Google::Apis::ContainerV1beta1::AutopilotCompatibilityIssue, decorator: Google::Apis::ContainerV1beta1::AutopilotCompatibilityIssue::Representation
|
1660
|
+
|
1661
|
+
property :summary, as: 'summary'
|
1662
|
+
end
|
1663
|
+
end
|
1664
|
+
|
1129
1665
|
class CidrBlock
|
1130
1666
|
# @private
|
1131
1667
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1154,6 +1690,9 @@ module Google
|
|
1154
1690
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1155
1691
|
property :addons_config, as: 'addonsConfig', class: Google::Apis::ContainerV1beta1::AddonsConfig, decorator: Google::Apis::ContainerV1beta1::AddonsConfig::Representation
|
1156
1692
|
|
1693
|
+
collection :alpha_cluster_feature_gates, as: 'alphaClusterFeatureGates'
|
1694
|
+
property :anonymous_authentication_config, as: 'anonymousAuthenticationConfig', class: Google::Apis::ContainerV1beta1::AnonymousAuthenticationConfig, decorator: Google::Apis::ContainerV1beta1::AnonymousAuthenticationConfig::Representation
|
1695
|
+
|
1157
1696
|
property :authenticator_groups_config, as: 'authenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
|
1158
1697
|
|
1159
1698
|
property :autopilot, as: 'autopilot', class: Google::Apis::ContainerV1beta1::Autopilot, decorator: Google::Apis::ContainerV1beta1::Autopilot::Representation
|
@@ -1165,10 +1704,14 @@ module Google
|
|
1165
1704
|
property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
|
1166
1705
|
property :cluster_telemetry, as: 'clusterTelemetry', class: Google::Apis::ContainerV1beta1::ClusterTelemetry, decorator: Google::Apis::ContainerV1beta1::ClusterTelemetry::Representation
|
1167
1706
|
|
1707
|
+
property :compliance_posture_config, as: 'compliancePostureConfig', class: Google::Apis::ContainerV1beta1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1beta1::CompliancePostureConfig::Representation
|
1708
|
+
|
1168
1709
|
collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1beta1::StatusCondition, decorator: Google::Apis::ContainerV1beta1::StatusCondition::Representation
|
1169
1710
|
|
1170
1711
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
|
1171
1712
|
|
1713
|
+
property :control_plane_endpoints_config, as: 'controlPlaneEndpointsConfig', class: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig, decorator: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig::Representation
|
1714
|
+
|
1172
1715
|
property :cost_management_config, as: 'costManagementConfig', class: Google::Apis::ContainerV1beta1::CostManagementConfig, decorator: Google::Apis::ContainerV1beta1::CostManagementConfig::Representation
|
1173
1716
|
|
1174
1717
|
property :create_time, as: 'createTime'
|
@@ -1180,11 +1723,19 @@ module Google
|
|
1180
1723
|
property :default_max_pods_constraint, as: 'defaultMaxPodsConstraint', class: Google::Apis::ContainerV1beta1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1beta1::MaxPodsConstraint::Representation
|
1181
1724
|
|
1182
1725
|
property :description, as: 'description'
|
1726
|
+
property :enable_k8s_beta_apis, as: 'enableK8sBetaApis', class: Google::Apis::ContainerV1beta1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1beta1::K8sBetaApiConfig::Representation
|
1727
|
+
|
1183
1728
|
property :enable_kubernetes_alpha, as: 'enableKubernetesAlpha'
|
1184
1729
|
property :enable_tpu, as: 'enableTpu'
|
1185
1730
|
property :endpoint, as: 'endpoint'
|
1731
|
+
property :enterprise_config, as: 'enterpriseConfig', class: Google::Apis::ContainerV1beta1::EnterpriseConfig, decorator: Google::Apis::ContainerV1beta1::EnterpriseConfig::Representation
|
1732
|
+
|
1186
1733
|
property :etag, as: 'etag'
|
1187
1734
|
property :expire_time, as: 'expireTime'
|
1735
|
+
property :fleet, as: 'fleet', class: Google::Apis::ContainerV1beta1::Fleet, decorator: Google::Apis::ContainerV1beta1::Fleet::Representation
|
1736
|
+
|
1737
|
+
property :gke_auto_upgrade_config, as: 'gkeAutoUpgradeConfig', class: Google::Apis::ContainerV1beta1::GkeAutoUpgradeConfig, decorator: Google::Apis::ContainerV1beta1::GkeAutoUpgradeConfig::Representation
|
1738
|
+
|
1188
1739
|
property :id, as: 'id'
|
1189
1740
|
property :identity_service_config, as: 'identityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
|
1190
1741
|
|
@@ -1232,6 +1783,10 @@ module Google
|
|
1232
1783
|
|
1233
1784
|
property :notification_config, as: 'notificationConfig', class: Google::Apis::ContainerV1beta1::NotificationConfig, decorator: Google::Apis::ContainerV1beta1::NotificationConfig::Representation
|
1234
1785
|
|
1786
|
+
property :parent_product_config, as: 'parentProductConfig', class: Google::Apis::ContainerV1beta1::ParentProductConfig, decorator: Google::Apis::ContainerV1beta1::ParentProductConfig::Representation
|
1787
|
+
|
1788
|
+
property :pod_autoscaling, as: 'podAutoscaling', class: Google::Apis::ContainerV1beta1::PodAutoscaling, decorator: Google::Apis::ContainerV1beta1::PodAutoscaling::Representation
|
1789
|
+
|
1235
1790
|
property :pod_security_policy_config, as: 'podSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
|
1236
1791
|
|
1237
1792
|
property :private_cluster, as: 'privateCluster'
|
@@ -1239,11 +1794,19 @@ module Google
|
|
1239
1794
|
|
1240
1795
|
property :protect_config, as: 'protectConfig', class: Google::Apis::ContainerV1beta1::ProtectConfig, decorator: Google::Apis::ContainerV1beta1::ProtectConfig::Representation
|
1241
1796
|
|
1797
|
+
property :rbac_binding_config, as: 'rbacBindingConfig', class: Google::Apis::ContainerV1beta1::RbacBindingConfig, decorator: Google::Apis::ContainerV1beta1::RbacBindingConfig::Representation
|
1798
|
+
|
1242
1799
|
property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
|
1243
1800
|
|
1244
1801
|
hash :resource_labels, as: 'resourceLabels'
|
1245
1802
|
property :resource_usage_export_config, as: 'resourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
|
1246
1803
|
|
1804
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
1805
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
1806
|
+
property :secret_manager_config, as: 'secretManagerConfig', class: Google::Apis::ContainerV1beta1::SecretManagerConfig, decorator: Google::Apis::ContainerV1beta1::SecretManagerConfig::Representation
|
1807
|
+
|
1808
|
+
property :security_posture_config, as: 'securityPostureConfig', class: Google::Apis::ContainerV1beta1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1beta1::SecurityPostureConfig::Representation
|
1809
|
+
|
1247
1810
|
property :self_link, as: 'selfLink'
|
1248
1811
|
property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
|
1249
1812
|
property :shielded_nodes, as: 'shieldedNodes', class: Google::Apis::ContainerV1beta1::ShieldedNodes, decorator: Google::Apis::ContainerV1beta1::ShieldedNodes::Representation
|
@@ -1254,6 +1817,8 @@ module Google
|
|
1254
1817
|
property :tpu_config, as: 'tpuConfig', class: Google::Apis::ContainerV1beta1::TpuConfig, decorator: Google::Apis::ContainerV1beta1::TpuConfig::Representation
|
1255
1818
|
|
1256
1819
|
property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
|
1820
|
+
property :user_managed_keys_config, as: 'userManagedKeysConfig', class: Google::Apis::ContainerV1beta1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1beta1::UserManagedKeysConfig::Representation
|
1821
|
+
|
1257
1822
|
property :vertical_pod_autoscaling, as: 'verticalPodAutoscaling', class: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling::Representation
|
1258
1823
|
|
1259
1824
|
property :workload_alts_config, as: 'workloadAltsConfig', class: Google::Apis::ContainerV1beta1::WorkloadAltsConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadAltsConfig::Representation
|
@@ -1279,6 +1844,13 @@ module Google
|
|
1279
1844
|
end
|
1280
1845
|
end
|
1281
1846
|
|
1847
|
+
class ClusterNetworkPerformanceConfig
|
1848
|
+
# @private
|
1849
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1850
|
+
property :total_egress_bandwidth_tier, as: 'totalEgressBandwidthTier'
|
1851
|
+
end
|
1852
|
+
end
|
1853
|
+
|
1282
1854
|
class ClusterTelemetry
|
1283
1855
|
# @private
|
1284
1856
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1289,35 +1861,65 @@ module Google
|
|
1289
1861
|
class ClusterUpdate
|
1290
1862
|
# @private
|
1291
1863
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1864
|
+
property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
|
1865
|
+
|
1866
|
+
property :desired_additional_ip_ranges_config, as: 'desiredAdditionalIpRangesConfig', class: Google::Apis::ContainerV1beta1::DesiredAdditionalIpRangesConfig, decorator: Google::Apis::ContainerV1beta1::DesiredAdditionalIpRangesConfig::Representation
|
1867
|
+
|
1292
1868
|
property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1beta1::AddonsConfig, decorator: Google::Apis::ContainerV1beta1::AddonsConfig::Representation
|
1293
1869
|
|
1870
|
+
property :desired_anonymous_authentication_config, as: 'desiredAnonymousAuthenticationConfig', class: Google::Apis::ContainerV1beta1::AnonymousAuthenticationConfig, decorator: Google::Apis::ContainerV1beta1::AnonymousAuthenticationConfig::Representation
|
1871
|
+
|
1294
1872
|
property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
|
1295
1873
|
|
1874
|
+
property :desired_auto_ipam_config, as: 'desiredAutoIpamConfig', class: Google::Apis::ContainerV1beta1::AutoIpamConfig, decorator: Google::Apis::ContainerV1beta1::AutoIpamConfig::Representation
|
1875
|
+
|
1876
|
+
property :desired_autopilot_workload_policy_config, as: 'desiredAutopilotWorkloadPolicyConfig', class: Google::Apis::ContainerV1beta1::WorkloadPolicyConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadPolicyConfig::Representation
|
1877
|
+
|
1296
1878
|
property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1beta1::BinaryAuthorization, decorator: Google::Apis::ContainerV1beta1::BinaryAuthorization::Representation
|
1297
1879
|
|
1298
1880
|
property :desired_cluster_autoscaling, as: 'desiredClusterAutoscaling', class: Google::Apis::ContainerV1beta1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1beta1::ClusterAutoscaling::Representation
|
1299
1881
|
|
1300
1882
|
property :desired_cluster_telemetry, as: 'desiredClusterTelemetry', class: Google::Apis::ContainerV1beta1::ClusterTelemetry, decorator: Google::Apis::ContainerV1beta1::ClusterTelemetry::Representation
|
1301
1883
|
|
1884
|
+
property :desired_compliance_posture_config, as: 'desiredCompliancePostureConfig', class: Google::Apis::ContainerV1beta1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1beta1::CompliancePostureConfig::Representation
|
1885
|
+
|
1886
|
+
property :desired_containerd_config, as: 'desiredContainerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
|
1887
|
+
|
1888
|
+
property :desired_control_plane_endpoints_config, as: 'desiredControlPlaneEndpointsConfig', class: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig, decorator: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig::Representation
|
1889
|
+
|
1302
1890
|
property :desired_cost_management_config, as: 'desiredCostManagementConfig', class: Google::Apis::ContainerV1beta1::CostManagementConfig, decorator: Google::Apis::ContainerV1beta1::CostManagementConfig::Representation
|
1303
1891
|
|
1304
1892
|
property :desired_database_encryption, as: 'desiredDatabaseEncryption', class: Google::Apis::ContainerV1beta1::DatabaseEncryption, decorator: Google::Apis::ContainerV1beta1::DatabaseEncryption::Representation
|
1305
1893
|
|
1306
1894
|
property :desired_datapath_provider, as: 'desiredDatapathProvider'
|
1895
|
+
property :desired_default_enable_private_nodes, as: 'desiredDefaultEnablePrivateNodes'
|
1307
1896
|
property :desired_default_snat_status, as: 'desiredDefaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
|
1308
1897
|
|
1898
|
+
property :desired_disable_l4_lb_firewall_reconciliation, as: 'desiredDisableL4LbFirewallReconciliation'
|
1309
1899
|
property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
1310
1900
|
|
1901
|
+
property :desired_enable_cilium_clusterwide_network_policy, as: 'desiredEnableCiliumClusterwideNetworkPolicy'
|
1902
|
+
property :desired_enable_fqdn_network_policy, as: 'desiredEnableFqdnNetworkPolicy'
|
1903
|
+
property :desired_enable_multi_networking, as: 'desiredEnableMultiNetworking'
|
1311
1904
|
property :desired_enable_private_endpoint, as: 'desiredEnablePrivateEndpoint'
|
1905
|
+
property :desired_enterprise_config, as: 'desiredEnterpriseConfig', class: Google::Apis::ContainerV1beta1::DesiredEnterpriseConfig, decorator: Google::Apis::ContainerV1beta1::DesiredEnterpriseConfig::Representation
|
1906
|
+
|
1907
|
+
property :desired_fleet, as: 'desiredFleet', class: Google::Apis::ContainerV1beta1::Fleet, decorator: Google::Apis::ContainerV1beta1::Fleet::Representation
|
1908
|
+
|
1312
1909
|
property :desired_gateway_api_config, as: 'desiredGatewayApiConfig', class: Google::Apis::ContainerV1beta1::GatewayApiConfig, decorator: Google::Apis::ContainerV1beta1::GatewayApiConfig::Representation
|
1313
1910
|
|
1314
1911
|
property :desired_gcfs_config, as: 'desiredGcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
|
1315
1912
|
|
1913
|
+
property :desired_host_maintenance_policy, as: 'desiredHostMaintenancePolicy', class: Google::Apis::ContainerV1beta1::HostMaintenancePolicy, decorator: Google::Apis::ContainerV1beta1::HostMaintenancePolicy::Representation
|
1914
|
+
|
1316
1915
|
property :desired_identity_service_config, as: 'desiredIdentityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
|
1317
1916
|
|
1318
1917
|
property :desired_image_type, as: 'desiredImageType'
|
1918
|
+
property :desired_in_transit_encryption_config, as: 'desiredInTransitEncryptionConfig'
|
1319
1919
|
property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig::Representation
|
1320
1920
|
|
1921
|
+
property :desired_k8s_beta_apis, as: 'desiredK8sBetaApis', class: Google::Apis::ContainerV1beta1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1beta1::K8sBetaApiConfig::Representation
|
1922
|
+
|
1321
1923
|
property :desired_l4ilb_subsetting_config, as: 'desiredL4ilbSubsettingConfig', class: Google::Apis::ContainerV1beta1::IlbSubsettingConfig, decorator: Google::Apis::ContainerV1beta1::IlbSubsettingConfig::Representation
|
1322
1924
|
|
1323
1925
|
collection :desired_locations, as: 'desiredLocations'
|
@@ -1334,8 +1936,18 @@ module Google
|
|
1334
1936
|
property :desired_monitoring_config, as: 'desiredMonitoringConfig', class: Google::Apis::ContainerV1beta1::MonitoringConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringConfig::Representation
|
1335
1937
|
|
1336
1938
|
property :desired_monitoring_service, as: 'desiredMonitoringService'
|
1939
|
+
property :desired_network_performance_config, as: 'desiredNetworkPerformanceConfig', class: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig::Representation
|
1940
|
+
|
1941
|
+
property :desired_node_kubelet_config, as: 'desiredNodeKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
1942
|
+
|
1943
|
+
property :desired_node_pool_auto_config_kubelet_config, as: 'desiredNodePoolAutoConfigKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
1944
|
+
|
1945
|
+
property :desired_node_pool_auto_config_linux_node_config, as: 'desiredNodePoolAutoConfigLinuxNodeConfig', class: Google::Apis::ContainerV1beta1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1beta1::LinuxNodeConfig::Representation
|
1946
|
+
|
1337
1947
|
property :desired_node_pool_auto_config_network_tags, as: 'desiredNodePoolAutoConfigNetworkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
|
1338
1948
|
|
1949
|
+
property :desired_node_pool_auto_config_resource_manager_tags, as: 'desiredNodePoolAutoConfigResourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
|
1950
|
+
|
1339
1951
|
property :desired_node_pool_autoscaling, as: 'desiredNodePoolAutoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
|
1340
1952
|
|
1341
1953
|
property :desired_node_pool_id, as: 'desiredNodePoolId'
|
@@ -1344,6 +1956,10 @@ module Google
|
|
1344
1956
|
property :desired_node_version, as: 'desiredNodeVersion'
|
1345
1957
|
property :desired_notification_config, as: 'desiredNotificationConfig', class: Google::Apis::ContainerV1beta1::NotificationConfig, decorator: Google::Apis::ContainerV1beta1::NotificationConfig::Representation
|
1346
1958
|
|
1959
|
+
property :desired_parent_product_config, as: 'desiredParentProductConfig', class: Google::Apis::ContainerV1beta1::ParentProductConfig, decorator: Google::Apis::ContainerV1beta1::ParentProductConfig::Representation
|
1960
|
+
|
1961
|
+
property :desired_pod_autoscaling, as: 'desiredPodAutoscaling', class: Google::Apis::ContainerV1beta1::PodAutoscaling, decorator: Google::Apis::ContainerV1beta1::PodAutoscaling::Representation
|
1962
|
+
|
1347
1963
|
property :desired_pod_security_policy_config, as: 'desiredPodSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
|
1348
1964
|
|
1349
1965
|
property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
|
@@ -1351,10 +1967,16 @@ module Google
|
|
1351
1967
|
property :desired_private_ipv6_google_access, as: 'desiredPrivateIpv6GoogleAccess'
|
1352
1968
|
property :desired_protect_config, as: 'desiredProtectConfig', class: Google::Apis::ContainerV1beta1::ProtectConfig, decorator: Google::Apis::ContainerV1beta1::ProtectConfig::Representation
|
1353
1969
|
|
1970
|
+
property :desired_rbac_binding_config, as: 'desiredRbacBindingConfig', class: Google::Apis::ContainerV1beta1::RbacBindingConfig, decorator: Google::Apis::ContainerV1beta1::RbacBindingConfig::Representation
|
1971
|
+
|
1354
1972
|
property :desired_release_channel, as: 'desiredReleaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
|
1355
1973
|
|
1356
1974
|
property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
|
1357
1975
|
|
1976
|
+
property :desired_secret_manager_config, as: 'desiredSecretManagerConfig', class: Google::Apis::ContainerV1beta1::SecretManagerConfig, decorator: Google::Apis::ContainerV1beta1::SecretManagerConfig::Representation
|
1977
|
+
|
1978
|
+
property :desired_security_posture_config, as: 'desiredSecurityPostureConfig', class: Google::Apis::ContainerV1beta1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1beta1::SecurityPostureConfig::Representation
|
1979
|
+
|
1358
1980
|
property :desired_service_external_ips_config, as: 'desiredServiceExternalIpsConfig', class: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig::Representation
|
1359
1981
|
|
1360
1982
|
property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1beta1::ShieldedNodes, decorator: Google::Apis::ContainerV1beta1::ShieldedNodes::Representation
|
@@ -1362,6 +1984,8 @@ module Google
|
|
1362
1984
|
property :desired_stack_type, as: 'desiredStackType'
|
1363
1985
|
property :desired_tpu_config, as: 'desiredTpuConfig', class: Google::Apis::ContainerV1beta1::TpuConfig, decorator: Google::Apis::ContainerV1beta1::TpuConfig::Representation
|
1364
1986
|
|
1987
|
+
property :desired_user_managed_keys_config, as: 'desiredUserManagedKeysConfig', class: Google::Apis::ContainerV1beta1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1beta1::UserManagedKeysConfig::Representation
|
1988
|
+
|
1365
1989
|
property :desired_vertical_pod_autoscaling, as: 'desiredVerticalPodAutoscaling', class: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling::Representation
|
1366
1990
|
|
1367
1991
|
property :desired_workload_alts_config, as: 'desiredWorkloadAltsConfig', class: Google::Apis::ContainerV1beta1::WorkloadAltsConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadAltsConfig::Representation
|
@@ -1370,7 +1994,31 @@ module Google
|
|
1370
1994
|
|
1371
1995
|
property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig::Representation
|
1372
1996
|
|
1997
|
+
property :enable_k8s_beta_apis, as: 'enableK8sBetaApis', class: Google::Apis::ContainerV1beta1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1beta1::K8sBetaApiConfig::Representation
|
1998
|
+
|
1373
1999
|
property :etag, as: 'etag'
|
2000
|
+
property :gke_auto_upgrade_config, as: 'gkeAutoUpgradeConfig', class: Google::Apis::ContainerV1beta1::GkeAutoUpgradeConfig, decorator: Google::Apis::ContainerV1beta1::GkeAutoUpgradeConfig::Representation
|
2001
|
+
|
2002
|
+
property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
|
2003
|
+
|
2004
|
+
property :removed_additional_pod_ranges_config, as: 'removedAdditionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
|
2005
|
+
|
2006
|
+
property :user_managed_keys_config, as: 'userManagedKeysConfig', class: Google::Apis::ContainerV1beta1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1beta1::UserManagedKeysConfig::Representation
|
2007
|
+
|
2008
|
+
end
|
2009
|
+
end
|
2010
|
+
|
2011
|
+
class ClusterUpgradeInfo
|
2012
|
+
# @private
|
2013
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2014
|
+
collection :auto_upgrade_status, as: 'autoUpgradeStatus'
|
2015
|
+
property :end_of_extended_support_timestamp, as: 'endOfExtendedSupportTimestamp'
|
2016
|
+
property :end_of_standard_support_timestamp, as: 'endOfStandardSupportTimestamp'
|
2017
|
+
property :minor_target_version, as: 'minorTargetVersion'
|
2018
|
+
property :patch_target_version, as: 'patchTargetVersion'
|
2019
|
+
collection :paused_reason, as: 'pausedReason'
|
2020
|
+
collection :upgrade_details, as: 'upgradeDetails', class: Google::Apis::ContainerV1beta1::UpgradeDetails, decorator: Google::Apis::ContainerV1beta1::UpgradeDetails::Representation
|
2021
|
+
|
1374
2022
|
end
|
1375
2023
|
end
|
1376
2024
|
|
@@ -1390,9 +2038,26 @@ module Google
|
|
1390
2038
|
end
|
1391
2039
|
end
|
1392
2040
|
|
2041
|
+
class CompliancePostureConfig
|
2042
|
+
# @private
|
2043
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2044
|
+
collection :compliance_standards, as: 'complianceStandards', class: Google::Apis::ContainerV1beta1::ComplianceStandard, decorator: Google::Apis::ContainerV1beta1::ComplianceStandard::Representation
|
2045
|
+
|
2046
|
+
property :mode, as: 'mode'
|
2047
|
+
end
|
2048
|
+
end
|
2049
|
+
|
2050
|
+
class ComplianceStandard
|
2051
|
+
# @private
|
2052
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2053
|
+
property :standard, as: 'standard'
|
2054
|
+
end
|
2055
|
+
end
|
2056
|
+
|
1393
2057
|
class ConfidentialNodes
|
1394
2058
|
# @private
|
1395
2059
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2060
|
+
property :confidential_instance_type, as: 'confidentialInstanceType'
|
1396
2061
|
property :enabled, as: 'enabled'
|
1397
2062
|
end
|
1398
2063
|
end
|
@@ -1411,6 +2076,24 @@ module Google
|
|
1411
2076
|
end
|
1412
2077
|
end
|
1413
2078
|
|
2079
|
+
class ContainerdConfig
|
2080
|
+
# @private
|
2081
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2082
|
+
property :private_registry_access_config, as: 'privateRegistryAccessConfig', class: Google::Apis::ContainerV1beta1::PrivateRegistryAccessConfig, decorator: Google::Apis::ContainerV1beta1::PrivateRegistryAccessConfig::Representation
|
2083
|
+
|
2084
|
+
end
|
2085
|
+
end
|
2086
|
+
|
2087
|
+
class ControlPlaneEndpointsConfig
|
2088
|
+
# @private
|
2089
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2090
|
+
property :dns_endpoint_config, as: 'dnsEndpointConfig', class: Google::Apis::ContainerV1beta1::DnsEndpointConfig, decorator: Google::Apis::ContainerV1beta1::DnsEndpointConfig::Representation
|
2091
|
+
|
2092
|
+
property :ip_endpoints_config, as: 'ipEndpointsConfig', class: Google::Apis::ContainerV1beta1::IpEndpointsConfig, decorator: Google::Apis::ContainerV1beta1::IpEndpointsConfig::Representation
|
2093
|
+
|
2094
|
+
end
|
2095
|
+
end
|
2096
|
+
|
1414
2097
|
class CostManagementConfig
|
1415
2098
|
# @private
|
1416
2099
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1444,12 +2127,21 @@ module Google
|
|
1444
2127
|
class DnsConfig
|
1445
2128
|
# @private
|
1446
2129
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2130
|
+
property :additive_vpc_scope_dns_domain, as: 'additiveVpcScopeDnsDomain'
|
1447
2131
|
property :cluster_dns, as: 'clusterDns'
|
1448
2132
|
property :cluster_dns_domain, as: 'clusterDnsDomain'
|
1449
2133
|
property :cluster_dns_scope, as: 'clusterDnsScope'
|
1450
2134
|
end
|
1451
2135
|
end
|
1452
2136
|
|
2137
|
+
class DnsEndpointConfig
|
2138
|
+
# @private
|
2139
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2140
|
+
property :allow_external_traffic, as: 'allowExternalTraffic'
|
2141
|
+
property :endpoint, as: 'endpoint'
|
2142
|
+
end
|
2143
|
+
end
|
2144
|
+
|
1453
2145
|
class DailyMaintenanceWindow
|
1454
2146
|
# @private
|
1455
2147
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1461,7 +2153,11 @@ module Google
|
|
1461
2153
|
class DatabaseEncryption
|
1462
2154
|
# @private
|
1463
2155
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2156
|
+
property :current_state, as: 'currentState'
|
2157
|
+
collection :decryption_keys, as: 'decryptionKeys'
|
1464
2158
|
property :key_name, as: 'keyName'
|
2159
|
+
collection :last_operation_errors, as: 'lastOperationErrors', class: Google::Apis::ContainerV1beta1::OperationError, decorator: Google::Apis::ContainerV1beta1::OperationError::Representation
|
2160
|
+
|
1465
2161
|
property :state, as: 'state'
|
1466
2162
|
end
|
1467
2163
|
end
|
@@ -1482,6 +2178,21 @@ module Google
|
|
1482
2178
|
end
|
1483
2179
|
end
|
1484
2180
|
|
2181
|
+
class DesiredAdditionalIpRangesConfig
|
2182
|
+
# @private
|
2183
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2184
|
+
collection :additional_ip_ranges_configs, as: 'additionalIpRangesConfigs', class: Google::Apis::ContainerV1beta1::AdditionalIpRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalIpRangesConfig::Representation
|
2185
|
+
|
2186
|
+
end
|
2187
|
+
end
|
2188
|
+
|
2189
|
+
class DesiredEnterpriseConfig
|
2190
|
+
# @private
|
2191
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2192
|
+
property :desired_tier, as: 'desiredTier'
|
2193
|
+
end
|
2194
|
+
end
|
2195
|
+
|
1485
2196
|
class DnsCacheConfig
|
1486
2197
|
# @private
|
1487
2198
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1495,6 +2206,14 @@ module Google
|
|
1495
2206
|
end
|
1496
2207
|
end
|
1497
2208
|
|
2209
|
+
class EnterpriseConfig
|
2210
|
+
# @private
|
2211
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2212
|
+
property :cluster_tier, as: 'clusterTier'
|
2213
|
+
property :desired_tier, as: 'desiredTier'
|
2214
|
+
end
|
2215
|
+
end
|
2216
|
+
|
1498
2217
|
class EphemeralStorageConfig
|
1499
2218
|
# @private
|
1500
2219
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1505,6 +2224,7 @@ module Google
|
|
1505
2224
|
class EphemeralStorageLocalSsdConfig
|
1506
2225
|
# @private
|
1507
2226
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2227
|
+
property :data_cache_count, as: 'dataCacheCount'
|
1508
2228
|
property :local_ssd_count, as: 'localSsdCount'
|
1509
2229
|
end
|
1510
2230
|
end
|
@@ -1523,6 +2243,29 @@ module Google
|
|
1523
2243
|
end
|
1524
2244
|
end
|
1525
2245
|
|
2246
|
+
class Fleet
|
2247
|
+
# @private
|
2248
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2249
|
+
property :membership, as: 'membership'
|
2250
|
+
property :pre_registered, as: 'preRegistered'
|
2251
|
+
property :project, as: 'project'
|
2252
|
+
end
|
2253
|
+
end
|
2254
|
+
|
2255
|
+
class GcpSecretManagerCertificateConfig
|
2256
|
+
# @private
|
2257
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2258
|
+
property :secret_uri, as: 'secretUri'
|
2259
|
+
end
|
2260
|
+
end
|
2261
|
+
|
2262
|
+
class GpuDriverInstallationConfig
|
2263
|
+
# @private
|
2264
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2265
|
+
property :gpu_driver_version, as: 'gpuDriverVersion'
|
2266
|
+
end
|
2267
|
+
end
|
2268
|
+
|
1526
2269
|
class GpuSharingConfig
|
1527
2270
|
# @private
|
1528
2271
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1559,6 +2302,13 @@ module Google
|
|
1559
2302
|
end
|
1560
2303
|
end
|
1561
2304
|
|
2305
|
+
class GcsFuseCsiDriverConfig
|
2306
|
+
# @private
|
2307
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2308
|
+
property :enabled, as: 'enabled'
|
2309
|
+
end
|
2310
|
+
end
|
2311
|
+
|
1562
2312
|
class GetJsonWebKeysResponse
|
1563
2313
|
# @private
|
1564
2314
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1584,6 +2334,13 @@ module Google
|
|
1584
2334
|
end
|
1585
2335
|
end
|
1586
2336
|
|
2337
|
+
class GkeAutoUpgradeConfig
|
2338
|
+
# @private
|
2339
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2340
|
+
property :patch_mode, as: 'patchMode'
|
2341
|
+
end
|
2342
|
+
end
|
2343
|
+
|
1587
2344
|
class GkeBackupAgentConfig
|
1588
2345
|
# @private
|
1589
2346
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1591,6 +2348,13 @@ module Google
|
|
1591
2348
|
end
|
1592
2349
|
end
|
1593
2350
|
|
2351
|
+
class HighScaleCheckpointingConfig
|
2352
|
+
# @private
|
2353
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2354
|
+
property :enabled, as: 'enabled'
|
2355
|
+
end
|
2356
|
+
end
|
2357
|
+
|
1594
2358
|
class HorizontalPodAutoscaling
|
1595
2359
|
# @private
|
1596
2360
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1598,6 +2362,15 @@ module Google
|
|
1598
2362
|
end
|
1599
2363
|
end
|
1600
2364
|
|
2365
|
+
class HostMaintenancePolicy
|
2366
|
+
# @private
|
2367
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2368
|
+
property :maintenance_interval, as: 'maintenanceInterval'
|
2369
|
+
property :opportunistic_maintenance_strategy, as: 'opportunisticMaintenanceStrategy', class: Google::Apis::ContainerV1beta1::OpportunisticMaintenanceStrategy, decorator: Google::Apis::ContainerV1beta1::OpportunisticMaintenanceStrategy::Representation
|
2370
|
+
|
2371
|
+
end
|
2372
|
+
end
|
2373
|
+
|
1601
2374
|
class HttpCacheControlResponseHeader
|
1602
2375
|
# @private
|
1603
2376
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1614,6 +2387,14 @@ module Google
|
|
1614
2387
|
end
|
1615
2388
|
end
|
1616
2389
|
|
2390
|
+
class HugepagesConfig
|
2391
|
+
# @private
|
2392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2393
|
+
property :hugepage_size1g, as: 'hugepageSize1g'
|
2394
|
+
property :hugepage_size2m, as: 'hugepageSize2m'
|
2395
|
+
end
|
2396
|
+
end
|
2397
|
+
|
1617
2398
|
class IlbSubsettingConfig
|
1618
2399
|
# @private
|
1619
2400
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1624,14 +2405,23 @@ module Google
|
|
1624
2405
|
class IpAllocationPolicy
|
1625
2406
|
# @private
|
1626
2407
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2408
|
+
collection :additional_ip_ranges_configs, as: 'additionalIpRangesConfigs', class: Google::Apis::ContainerV1beta1::AdditionalIpRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalIpRangesConfig::Representation
|
2409
|
+
|
2410
|
+
property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
|
2411
|
+
|
1627
2412
|
property :allow_route_overlap, as: 'allowRouteOverlap'
|
2413
|
+
property :auto_ipam_config, as: 'autoIpamConfig', class: Google::Apis::ContainerV1beta1::AutoIpamConfig, decorator: Google::Apis::ContainerV1beta1::AutoIpamConfig::Representation
|
2414
|
+
|
1628
2415
|
property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
|
1629
2416
|
property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
|
1630
2417
|
property :cluster_secondary_range_name, as: 'clusterSecondaryRangeName'
|
1631
2418
|
property :create_subnetwork, as: 'createSubnetwork'
|
2419
|
+
property :default_pod_ipv4_range_utilization, as: 'defaultPodIpv4RangeUtilization'
|
1632
2420
|
property :ipv6_access_type, as: 'ipv6AccessType'
|
1633
2421
|
property :node_ipv4_cidr, as: 'nodeIpv4Cidr'
|
1634
2422
|
property :node_ipv4_cidr_block, as: 'nodeIpv4CidrBlock'
|
2423
|
+
property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig::Representation
|
2424
|
+
|
1635
2425
|
property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
|
1636
2426
|
property :services_ipv4_cidr_block, as: 'servicesIpv4CidrBlock'
|
1637
2427
|
property :services_ipv6_cidr_block, as: 'servicesIpv6CidrBlock'
|
@@ -1645,6 +2435,20 @@ module Google
|
|
1645
2435
|
end
|
1646
2436
|
end
|
1647
2437
|
|
2438
|
+
class IpEndpointsConfig
|
2439
|
+
# @private
|
2440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2441
|
+
property :authorized_networks_config, as: 'authorizedNetworksConfig', class: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig::Representation
|
2442
|
+
|
2443
|
+
property :enable_public_endpoint, as: 'enablePublicEndpoint'
|
2444
|
+
property :enabled, as: 'enabled'
|
2445
|
+
property :global_access, as: 'globalAccess'
|
2446
|
+
property :private_endpoint, as: 'privateEndpoint'
|
2447
|
+
property :private_endpoint_subnetwork, as: 'privateEndpointSubnetwork'
|
2448
|
+
property :public_endpoint, as: 'publicEndpoint'
|
2449
|
+
end
|
2450
|
+
end
|
2451
|
+
|
1648
2452
|
class IdentityServiceConfig
|
1649
2453
|
# @private
|
1650
2454
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1682,6 +2486,13 @@ module Google
|
|
1682
2486
|
end
|
1683
2487
|
end
|
1684
2488
|
|
2489
|
+
class K8sBetaApiConfig
|
2490
|
+
# @private
|
2491
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2492
|
+
collection :enabled_apis, as: 'enabledApis'
|
2493
|
+
end
|
2494
|
+
end
|
2495
|
+
|
1685
2496
|
class KalmConfig
|
1686
2497
|
# @private
|
1687
2498
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1707,6 +2518,8 @@ module Google
|
|
1707
2518
|
# @private
|
1708
2519
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1709
2520
|
property :cgroup_mode, as: 'cgroupMode'
|
2521
|
+
property :hugepages, as: 'hugepages', class: Google::Apis::ContainerV1beta1::HugepagesConfig, decorator: Google::Apis::ContainerV1beta1::HugepagesConfig::Representation
|
2522
|
+
|
1710
2523
|
hash :sysctls, as: 'sysctls'
|
1711
2524
|
end
|
1712
2525
|
end
|
@@ -1824,6 +2637,8 @@ module Google
|
|
1824
2637
|
class ManagedPrometheusConfig
|
1825
2638
|
# @private
|
1826
2639
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2640
|
+
property :auto_monitoring_config, as: 'autoMonitoringConfig', class: Google::Apis::ContainerV1beta1::AutoMonitoringConfig, decorator: Google::Apis::ContainerV1beta1::AutoMonitoringConfig::Representation
|
2641
|
+
|
1827
2642
|
property :enabled, as: 'enabled'
|
1828
2643
|
end
|
1829
2644
|
end
|
@@ -1854,6 +2669,7 @@ module Google
|
|
1854
2669
|
|
1855
2670
|
property :enabled, as: 'enabled'
|
1856
2671
|
property :gcp_public_cidrs_access_enabled, as: 'gcpPublicCidrsAccessEnabled'
|
2672
|
+
property :private_endpoint_enforcement_enabled, as: 'privateEndpointEnforcementEnabled'
|
1857
2673
|
end
|
1858
2674
|
end
|
1859
2675
|
|
@@ -1864,6 +2680,13 @@ module Google
|
|
1864
2680
|
end
|
1865
2681
|
end
|
1866
2682
|
|
2683
|
+
class MemoryManager
|
2684
|
+
# @private
|
2685
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2686
|
+
property :policy, as: 'policy'
|
2687
|
+
end
|
2688
|
+
end
|
2689
|
+
|
1867
2690
|
class MeshCertificates
|
1868
2691
|
# @private
|
1869
2692
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1891,6 +2714,8 @@ module Google
|
|
1891
2714
|
class MonitoringConfig
|
1892
2715
|
# @private
|
1893
2716
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2717
|
+
property :advanced_datapath_observability_config, as: 'advancedDatapathObservabilityConfig', class: Google::Apis::ContainerV1beta1::AdvancedDatapathObservabilityConfig, decorator: Google::Apis::ContainerV1beta1::AdvancedDatapathObservabilityConfig::Representation
|
2718
|
+
|
1894
2719
|
property :component_config, as: 'componentConfig', class: Google::Apis::ContainerV1beta1::MonitoringComponentConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringComponentConfig::Representation
|
1895
2720
|
|
1896
2721
|
property :managed_prometheus_config, as: 'managedPrometheusConfig', class: Google::Apis::ContainerV1beta1::ManagedPrometheusConfig, decorator: Google::Apis::ContainerV1beta1::ManagedPrometheusConfig::Representation
|
@@ -1902,15 +2727,23 @@ module Google
|
|
1902
2727
|
# @private
|
1903
2728
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1904
2729
|
property :datapath_provider, as: 'datapathProvider'
|
2730
|
+
property :default_enable_private_nodes, as: 'defaultEnablePrivateNodes'
|
1905
2731
|
property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
|
1906
2732
|
|
2733
|
+
property :disable_l4_lb_firewall_reconciliation, as: 'disableL4LbFirewallReconciliation'
|
1907
2734
|
property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
1908
2735
|
|
2736
|
+
property :enable_cilium_clusterwide_network_policy, as: 'enableCiliumClusterwideNetworkPolicy'
|
2737
|
+
property :enable_fqdn_network_policy, as: 'enableFqdnNetworkPolicy'
|
1909
2738
|
property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
|
1910
2739
|
property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
|
2740
|
+
property :enable_multi_networking, as: 'enableMultiNetworking'
|
1911
2741
|
property :gateway_api_config, as: 'gatewayApiConfig', class: Google::Apis::ContainerV1beta1::GatewayApiConfig, decorator: Google::Apis::ContainerV1beta1::GatewayApiConfig::Representation
|
1912
2742
|
|
2743
|
+
property :in_transit_encryption_config, as: 'inTransitEncryptionConfig'
|
1913
2744
|
property :network, as: 'network'
|
2745
|
+
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig::Representation
|
2746
|
+
|
1914
2747
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
1915
2748
|
property :service_external_ips_config, as: 'serviceExternalIpsConfig', class: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig::Representation
|
1916
2749
|
|
@@ -1948,6 +2781,15 @@ module Google
|
|
1948
2781
|
end
|
1949
2782
|
end
|
1950
2783
|
|
2784
|
+
class NodeAffinity
|
2785
|
+
# @private
|
2786
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2787
|
+
property :key, as: 'key'
|
2788
|
+
property :operator, as: 'operator'
|
2789
|
+
collection :values, as: 'values'
|
2790
|
+
end
|
2791
|
+
end
|
2792
|
+
|
1951
2793
|
class NodeConfig
|
1952
2794
|
# @private
|
1953
2795
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1958,18 +2800,25 @@ module Google
|
|
1958
2800
|
property :boot_disk_kms_key, as: 'bootDiskKmsKey'
|
1959
2801
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
|
1960
2802
|
|
2803
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
|
2804
|
+
|
1961
2805
|
property :disk_size_gb, as: 'diskSizeGb'
|
1962
2806
|
property :disk_type, as: 'diskType'
|
2807
|
+
property :effective_cgroup_mode, as: 'effectiveCgroupMode'
|
2808
|
+
property :enable_confidential_storage, as: 'enableConfidentialStorage'
|
1963
2809
|
property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
|
1964
2810
|
|
1965
2811
|
property :ephemeral_storage_local_ssd_config, as: 'ephemeralStorageLocalSsdConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageLocalSsdConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageLocalSsdConfig::Representation
|
1966
2812
|
|
1967
2813
|
property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1beta1::FastSocket, decorator: Google::Apis::ContainerV1beta1::FastSocket::Representation
|
1968
2814
|
|
2815
|
+
property :flex_start, as: 'flexStart'
|
1969
2816
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
|
1970
2817
|
|
1971
2818
|
property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
|
1972
2819
|
|
2820
|
+
property :host_maintenance_policy, as: 'hostMaintenancePolicy', class: Google::Apis::ContainerV1beta1::HostMaintenancePolicy, decorator: Google::Apis::ContainerV1beta1::HostMaintenancePolicy::Representation
|
2821
|
+
|
1973
2822
|
property :image_type, as: 'imageType'
|
1974
2823
|
property :kubelet_config, as: 'kubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
1975
2824
|
|
@@ -1979,9 +2828,11 @@ module Google
|
|
1979
2828
|
property :local_nvme_ssd_block_config, as: 'localNvmeSsdBlockConfig', class: Google::Apis::ContainerV1beta1::LocalNvmeSsdBlockConfig, decorator: Google::Apis::ContainerV1beta1::LocalNvmeSsdBlockConfig::Representation
|
1980
2829
|
|
1981
2830
|
property :local_ssd_count, as: 'localSsdCount'
|
2831
|
+
property :local_ssd_encryption_mode, as: 'localSsdEncryptionMode'
|
1982
2832
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
|
1983
2833
|
|
1984
2834
|
property :machine_type, as: 'machineType'
|
2835
|
+
property :max_run_duration, as: 'maxRunDuration'
|
1985
2836
|
hash :metadata, as: 'metadata'
|
1986
2837
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
1987
2838
|
property :node_group, as: 'nodeGroup'
|
@@ -1990,12 +2841,21 @@ module Google
|
|
1990
2841
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ContainerV1beta1::ReservationAffinity, decorator: Google::Apis::ContainerV1beta1::ReservationAffinity::Representation
|
1991
2842
|
|
1992
2843
|
hash :resource_labels, as: 'resourceLabels'
|
2844
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
|
2845
|
+
|
1993
2846
|
property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1beta1::SandboxConfig, decorator: Google::Apis::ContainerV1beta1::SandboxConfig::Representation
|
1994
2847
|
|
2848
|
+
property :secondary_boot_disk_update_strategy, as: 'secondaryBootDiskUpdateStrategy', class: Google::Apis::ContainerV1beta1::SecondaryBootDiskUpdateStrategy, decorator: Google::Apis::ContainerV1beta1::SecondaryBootDiskUpdateStrategy::Representation
|
2849
|
+
|
2850
|
+
collection :secondary_boot_disks, as: 'secondaryBootDisks', class: Google::Apis::ContainerV1beta1::SecondaryBootDisk, decorator: Google::Apis::ContainerV1beta1::SecondaryBootDisk::Representation
|
2851
|
+
|
1995
2852
|
property :service_account, as: 'serviceAccount'
|
1996
2853
|
property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::ContainerV1beta1::ShieldedInstanceConfig, decorator: Google::Apis::ContainerV1beta1::ShieldedInstanceConfig::Representation
|
1997
2854
|
|
2855
|
+
property :sole_tenant_config, as: 'soleTenantConfig', class: Google::Apis::ContainerV1beta1::SoleTenantConfig, decorator: Google::Apis::ContainerV1beta1::SoleTenantConfig::Representation
|
2856
|
+
|
1998
2857
|
property :spot, as: 'spot'
|
2858
|
+
collection :storage_pools, as: 'storagePools'
|
1999
2859
|
collection :tags, as: 'tags'
|
2000
2860
|
collection :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaint, decorator: Google::Apis::ContainerV1beta1::NodeTaint::Representation
|
2001
2861
|
|
@@ -2009,20 +2869,39 @@ module Google
|
|
2009
2869
|
class NodeConfigDefaults
|
2010
2870
|
# @private
|
2011
2871
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2872
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
|
2873
|
+
|
2012
2874
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
|
2013
2875
|
|
2876
|
+
property :host_maintenance_policy, as: 'hostMaintenancePolicy', class: Google::Apis::ContainerV1beta1::HostMaintenancePolicy, decorator: Google::Apis::ContainerV1beta1::HostMaintenancePolicy::Representation
|
2877
|
+
|
2014
2878
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
|
2015
2879
|
|
2880
|
+
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
2881
|
+
|
2016
2882
|
end
|
2017
2883
|
end
|
2018
2884
|
|
2019
2885
|
class NodeKubeletConfig
|
2020
2886
|
# @private
|
2021
2887
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2888
|
+
collection :allowed_unsafe_sysctls, as: 'allowedUnsafeSysctls'
|
2889
|
+
property :container_log_max_files, as: 'containerLogMaxFiles'
|
2890
|
+
property :container_log_max_size, as: 'containerLogMaxSize'
|
2022
2891
|
property :cpu_cfs_quota, as: 'cpuCfsQuota'
|
2023
2892
|
property :cpu_cfs_quota_period, as: 'cpuCfsQuotaPeriod'
|
2024
2893
|
property :cpu_manager_policy, as: 'cpuManagerPolicy'
|
2894
|
+
property :image_gc_high_threshold_percent, as: 'imageGcHighThresholdPercent'
|
2895
|
+
property :image_gc_low_threshold_percent, as: 'imageGcLowThresholdPercent'
|
2896
|
+
property :image_maximum_gc_age, as: 'imageMaximumGcAge'
|
2897
|
+
property :image_minimum_gc_age, as: 'imageMinimumGcAge'
|
2898
|
+
property :insecure_kubelet_readonly_port_enabled, as: 'insecureKubeletReadonlyPortEnabled'
|
2899
|
+
property :memory_manager, as: 'memoryManager', class: Google::Apis::ContainerV1beta1::MemoryManager, decorator: Google::Apis::ContainerV1beta1::MemoryManager::Representation
|
2900
|
+
|
2025
2901
|
property :pod_pids_limit, :numeric_string => true, as: 'podPidsLimit'
|
2902
|
+
property :single_process_oom_kill, as: 'singleProcessOomKill'
|
2903
|
+
property :topology_manager, as: 'topologyManager', class: Google::Apis::ContainerV1beta1::TopologyManager, decorator: Google::Apis::ContainerV1beta1::TopologyManager::Representation
|
2904
|
+
|
2026
2905
|
end
|
2027
2906
|
end
|
2028
2907
|
|
@@ -2046,20 +2925,32 @@ module Google
|
|
2046
2925
|
class NodeNetworkConfig
|
2047
2926
|
# @private
|
2048
2927
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2928
|
+
collection :additional_node_network_configs, as: 'additionalNodeNetworkConfigs', class: Google::Apis::ContainerV1beta1::AdditionalNodeNetworkConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalNodeNetworkConfig::Representation
|
2929
|
+
|
2930
|
+
collection :additional_pod_network_configs, as: 'additionalPodNetworkConfigs', class: Google::Apis::ContainerV1beta1::AdditionalPodNetworkConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodNetworkConfig::Representation
|
2931
|
+
|
2049
2932
|
property :create_pod_range, as: 'createPodRange'
|
2050
2933
|
property :enable_private_nodes, as: 'enablePrivateNodes'
|
2051
2934
|
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig::Representation
|
2052
2935
|
|
2936
|
+
property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig::Representation
|
2937
|
+
|
2053
2938
|
property :pod_ipv4_cidr_block, as: 'podIpv4CidrBlock'
|
2939
|
+
property :pod_ipv4_range_utilization, as: 'podIpv4RangeUtilization'
|
2054
2940
|
property :pod_range, as: 'podRange'
|
2941
|
+
property :subnetwork, as: 'subnetwork'
|
2055
2942
|
end
|
2056
2943
|
end
|
2057
2944
|
|
2058
2945
|
class NodePool
|
2059
2946
|
# @private
|
2060
2947
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2948
|
+
property :autopilot_config, as: 'autopilotConfig', class: Google::Apis::ContainerV1beta1::AutopilotConfig, decorator: Google::Apis::ContainerV1beta1::AutopilotConfig::Representation
|
2949
|
+
|
2061
2950
|
property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
|
2062
2951
|
|
2952
|
+
property :best_effort_provisioning, as: 'bestEffortProvisioning', class: Google::Apis::ContainerV1beta1::BestEffortProvisioning, decorator: Google::Apis::ContainerV1beta1::BestEffortProvisioning::Representation
|
2953
|
+
|
2063
2954
|
collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1beta1::StatusCondition, decorator: Google::Apis::ContainerV1beta1::StatusCondition::Representation
|
2064
2955
|
|
2065
2956
|
property :config, as: 'config', class: Google::Apis::ContainerV1beta1::NodeConfig, decorator: Google::Apis::ContainerV1beta1::NodeConfig::Representation
|
@@ -2078,6 +2969,8 @@ module Google
|
|
2078
2969
|
property :placement_policy, as: 'placementPolicy', class: Google::Apis::ContainerV1beta1::PlacementPolicy, decorator: Google::Apis::ContainerV1beta1::PlacementPolicy::Representation
|
2079
2970
|
|
2080
2971
|
property :pod_ipv4_cidr_size, as: 'podIpv4CidrSize'
|
2972
|
+
property :queued_provisioning, as: 'queuedProvisioning', class: Google::Apis::ContainerV1beta1::QueuedProvisioning, decorator: Google::Apis::ContainerV1beta1::QueuedProvisioning::Representation
|
2973
|
+
|
2081
2974
|
property :self_link, as: 'selfLink'
|
2082
2975
|
property :status, as: 'status'
|
2083
2976
|
property :status_message, as: 'statusMessage'
|
@@ -2092,8 +2985,14 @@ module Google
|
|
2092
2985
|
class NodePoolAutoConfig
|
2093
2986
|
# @private
|
2094
2987
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2988
|
+
property :linux_node_config, as: 'linuxNodeConfig', class: Google::Apis::ContainerV1beta1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1beta1::LinuxNodeConfig::Representation
|
2989
|
+
|
2095
2990
|
property :network_tags, as: 'networkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
|
2096
2991
|
|
2992
|
+
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
2993
|
+
|
2994
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
|
2995
|
+
|
2097
2996
|
end
|
2098
2997
|
end
|
2099
2998
|
|
@@ -2126,6 +3025,20 @@ module Google
|
|
2126
3025
|
end
|
2127
3026
|
end
|
2128
3027
|
|
3028
|
+
class NodePoolUpgradeInfo
|
3029
|
+
# @private
|
3030
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3031
|
+
collection :auto_upgrade_status, as: 'autoUpgradeStatus'
|
3032
|
+
property :end_of_extended_support_timestamp, as: 'endOfExtendedSupportTimestamp'
|
3033
|
+
property :end_of_standard_support_timestamp, as: 'endOfStandardSupportTimestamp'
|
3034
|
+
property :minor_target_version, as: 'minorTargetVersion'
|
3035
|
+
property :patch_target_version, as: 'patchTargetVersion'
|
3036
|
+
collection :paused_reason, as: 'pausedReason'
|
3037
|
+
collection :upgrade_details, as: 'upgradeDetails', class: Google::Apis::ContainerV1beta1::UpgradeDetails, decorator: Google::Apis::ContainerV1beta1::UpgradeDetails::Representation
|
3038
|
+
|
3039
|
+
end
|
3040
|
+
end
|
3041
|
+
|
2129
3042
|
class NodeTaint
|
2130
3043
|
# @private
|
2131
3044
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2176,6 +3089,15 @@ module Google
|
|
2176
3089
|
end
|
2177
3090
|
end
|
2178
3091
|
|
3092
|
+
class OperationError
|
3093
|
+
# @private
|
3094
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3095
|
+
property :error_message, as: 'errorMessage'
|
3096
|
+
property :key_name, as: 'keyName'
|
3097
|
+
property :timestamp, as: 'timestamp'
|
3098
|
+
end
|
3099
|
+
end
|
3100
|
+
|
2179
3101
|
class OperationProgress
|
2180
3102
|
# @private
|
2181
3103
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2188,13 +3110,53 @@ module Google
|
|
2188
3110
|
end
|
2189
3111
|
end
|
2190
3112
|
|
3113
|
+
class OpportunisticMaintenanceStrategy
|
3114
|
+
# @private
|
3115
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3116
|
+
property :maintenance_availability_window, as: 'maintenanceAvailabilityWindow'
|
3117
|
+
property :min_nodes_per_pool, :numeric_string => true, as: 'minNodesPerPool'
|
3118
|
+
property :node_idle_time_window, as: 'nodeIdleTimeWindow'
|
3119
|
+
end
|
3120
|
+
end
|
3121
|
+
|
3122
|
+
class ParallelstoreCsiDriverConfig
|
3123
|
+
# @private
|
3124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3125
|
+
property :enabled, as: 'enabled'
|
3126
|
+
end
|
3127
|
+
end
|
3128
|
+
|
3129
|
+
class ParentProductConfig
|
3130
|
+
# @private
|
3131
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3132
|
+
hash :labels, as: 'labels'
|
3133
|
+
property :product_name, as: 'productName'
|
3134
|
+
end
|
3135
|
+
end
|
3136
|
+
|
2191
3137
|
class PlacementPolicy
|
2192
3138
|
# @private
|
2193
3139
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3140
|
+
property :policy_name, as: 'policyName'
|
3141
|
+
property :tpu_topology, as: 'tpuTopology'
|
2194
3142
|
property :type, as: 'type'
|
2195
3143
|
end
|
2196
3144
|
end
|
2197
3145
|
|
3146
|
+
class PodAutoscaling
|
3147
|
+
# @private
|
3148
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3149
|
+
property :hpa_profile, as: 'hpaProfile'
|
3150
|
+
end
|
3151
|
+
end
|
3152
|
+
|
3153
|
+
class PodCidrOverprovisionConfig
|
3154
|
+
# @private
|
3155
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3156
|
+
property :disable, as: 'disable'
|
3157
|
+
end
|
3158
|
+
end
|
3159
|
+
|
2198
3160
|
class PodSecurityPolicyConfig
|
2199
3161
|
# @private
|
2200
3162
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2202,6 +3164,13 @@ module Google
|
|
2202
3164
|
end
|
2203
3165
|
end
|
2204
3166
|
|
3167
|
+
class PolicyBinding
|
3168
|
+
# @private
|
3169
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3170
|
+
property :name, as: 'name'
|
3171
|
+
end
|
3172
|
+
end
|
3173
|
+
|
2205
3174
|
class PrivateClusterConfig
|
2206
3175
|
# @private
|
2207
3176
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2224,6 +3193,15 @@ module Google
|
|
2224
3193
|
end
|
2225
3194
|
end
|
2226
3195
|
|
3196
|
+
class PrivateRegistryAccessConfig
|
3197
|
+
# @private
|
3198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3199
|
+
collection :certificate_authority_domain_config, as: 'certificateAuthorityDomainConfig', class: Google::Apis::ContainerV1beta1::CertificateAuthorityDomainConfig, decorator: Google::Apis::ContainerV1beta1::CertificateAuthorityDomainConfig::Representation
|
3200
|
+
|
3201
|
+
property :enabled, as: 'enabled'
|
3202
|
+
end
|
3203
|
+
end
|
3204
|
+
|
2227
3205
|
class ProtectConfig
|
2228
3206
|
# @private
|
2229
3207
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2243,6 +3221,54 @@ module Google
|
|
2243
3221
|
end
|
2244
3222
|
end
|
2245
3223
|
|
3224
|
+
class QueuedProvisioning
|
3225
|
+
# @private
|
3226
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3227
|
+
property :enabled, as: 'enabled'
|
3228
|
+
end
|
3229
|
+
end
|
3230
|
+
|
3231
|
+
class RbacBindingConfig
|
3232
|
+
# @private
|
3233
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3234
|
+
property :enable_insecure_binding_system_authenticated, as: 'enableInsecureBindingSystemAuthenticated'
|
3235
|
+
property :enable_insecure_binding_system_unauthenticated, as: 'enableInsecureBindingSystemUnauthenticated'
|
3236
|
+
end
|
3237
|
+
end
|
3238
|
+
|
3239
|
+
class RangeInfo
|
3240
|
+
# @private
|
3241
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3242
|
+
property :range_name, as: 'rangeName'
|
3243
|
+
property :utilization, as: 'utilization'
|
3244
|
+
end
|
3245
|
+
end
|
3246
|
+
|
3247
|
+
class RayClusterLoggingConfig
|
3248
|
+
# @private
|
3249
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3250
|
+
property :enabled, as: 'enabled'
|
3251
|
+
end
|
3252
|
+
end
|
3253
|
+
|
3254
|
+
class RayClusterMonitoringConfig
|
3255
|
+
# @private
|
3256
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3257
|
+
property :enabled, as: 'enabled'
|
3258
|
+
end
|
3259
|
+
end
|
3260
|
+
|
3261
|
+
class RayOperatorConfig
|
3262
|
+
# @private
|
3263
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3264
|
+
property :enabled, as: 'enabled'
|
3265
|
+
property :ray_cluster_logging_config, as: 'rayClusterLoggingConfig', class: Google::Apis::ContainerV1beta1::RayClusterLoggingConfig, decorator: Google::Apis::ContainerV1beta1::RayClusterLoggingConfig::Representation
|
3266
|
+
|
3267
|
+
property :ray_cluster_monitoring_config, as: 'rayClusterMonitoringConfig', class: Google::Apis::ContainerV1beta1::RayClusterMonitoringConfig, decorator: Google::Apis::ContainerV1beta1::RayClusterMonitoringConfig::Representation
|
3268
|
+
|
3269
|
+
end
|
3270
|
+
end
|
3271
|
+
|
2246
3272
|
class RecurringTimeWindow
|
2247
3273
|
# @private
|
2248
3274
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2266,6 +3292,7 @@ module Google
|
|
2266
3292
|
|
2267
3293
|
property :channel, as: 'channel'
|
2268
3294
|
property :default_version, as: 'defaultVersion'
|
3295
|
+
property :upgrade_target_version, as: 'upgradeTargetVersion'
|
2269
3296
|
collection :valid_versions, as: 'validVersions'
|
2270
3297
|
end
|
2271
3298
|
end
|
@@ -2295,6 +3322,13 @@ module Google
|
|
2295
3322
|
end
|
2296
3323
|
end
|
2297
3324
|
|
3325
|
+
class ResourceManagerTags
|
3326
|
+
# @private
|
3327
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3328
|
+
hash :tags, as: 'tags'
|
3329
|
+
end
|
3330
|
+
end
|
3331
|
+
|
2298
3332
|
class ResourceUsageExportConfig
|
2299
3333
|
# @private
|
2300
3334
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2318,6 +3352,14 @@ module Google
|
|
2318
3352
|
end
|
2319
3353
|
end
|
2320
3354
|
|
3355
|
+
class RotationConfig
|
3356
|
+
# @private
|
3357
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3358
|
+
property :enabled, as: 'enabled'
|
3359
|
+
property :rotation_interval, as: 'rotationInterval'
|
3360
|
+
end
|
3361
|
+
end
|
3362
|
+
|
2321
3363
|
class SandboxConfig
|
2322
3364
|
# @private
|
2323
3365
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2326,6 +3368,29 @@ module Google
|
|
2326
3368
|
end
|
2327
3369
|
end
|
2328
3370
|
|
3371
|
+
class SecondaryBootDisk
|
3372
|
+
# @private
|
3373
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3374
|
+
property :disk_image, as: 'diskImage'
|
3375
|
+
property :mode, as: 'mode'
|
3376
|
+
end
|
3377
|
+
end
|
3378
|
+
|
3379
|
+
class SecondaryBootDiskUpdateStrategy
|
3380
|
+
# @private
|
3381
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3382
|
+
end
|
3383
|
+
end
|
3384
|
+
|
3385
|
+
class SecretManagerConfig
|
3386
|
+
# @private
|
3387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3388
|
+
property :enabled, as: 'enabled'
|
3389
|
+
property :rotation_config, as: 'rotationConfig', class: Google::Apis::ContainerV1beta1::RotationConfig, decorator: Google::Apis::ContainerV1beta1::RotationConfig::Representation
|
3390
|
+
|
3391
|
+
end
|
3392
|
+
end
|
3393
|
+
|
2329
3394
|
class SecurityBulletinEvent
|
2330
3395
|
# @private
|
2331
3396
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2335,6 +3400,7 @@ module Google
|
|
2335
3400
|
property :bulletin_uri, as: 'bulletinUri'
|
2336
3401
|
collection :cve_ids, as: 'cveIds'
|
2337
3402
|
property :manual_steps_required, as: 'manualStepsRequired'
|
3403
|
+
collection :mitigated_versions, as: 'mitigatedVersions'
|
2338
3404
|
collection :patched_versions, as: 'patchedVersions'
|
2339
3405
|
property :resource_type_affected, as: 'resourceTypeAffected'
|
2340
3406
|
property :severity, as: 'severity'
|
@@ -2342,6 +3408,14 @@ module Google
|
|
2342
3408
|
end
|
2343
3409
|
end
|
2344
3410
|
|
3411
|
+
class SecurityPostureConfig
|
3412
|
+
# @private
|
3413
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3414
|
+
property :mode, as: 'mode'
|
3415
|
+
property :vulnerability_mode, as: 'vulnerabilityMode'
|
3416
|
+
end
|
3417
|
+
end
|
3418
|
+
|
2345
3419
|
class ServerConfig
|
2346
3420
|
# @private
|
2347
3421
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2522,6 +3596,15 @@ module Google
|
|
2522
3596
|
end
|
2523
3597
|
end
|
2524
3598
|
|
3599
|
+
class SoleTenantConfig
|
3600
|
+
# @private
|
3601
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3602
|
+
property :min_node_cpus, as: 'minNodeCpus'
|
3603
|
+
collection :node_affinities, as: 'nodeAffinities', class: Google::Apis::ContainerV1beta1::NodeAffinity, decorator: Google::Apis::ContainerV1beta1::NodeAffinity::Representation
|
3604
|
+
|
3605
|
+
end
|
3606
|
+
end
|
3607
|
+
|
2525
3608
|
class StandardRolloutPolicy
|
2526
3609
|
# @private
|
2527
3610
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2542,6 +3625,13 @@ module Google
|
|
2542
3625
|
end
|
2543
3626
|
end
|
2544
3627
|
|
3628
|
+
class StatefulHaConfig
|
3629
|
+
# @private
|
3630
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3631
|
+
property :enabled, as: 'enabled'
|
3632
|
+
end
|
3633
|
+
end
|
3634
|
+
|
2545
3635
|
class Status
|
2546
3636
|
# @private
|
2547
3637
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2570,6 +3660,14 @@ module Google
|
|
2570
3660
|
end
|
2571
3661
|
end
|
2572
3662
|
|
3663
|
+
class TopologyManager
|
3664
|
+
# @private
|
3665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3666
|
+
property :policy, as: 'policy'
|
3667
|
+
property :scope, as: 'scope'
|
3668
|
+
end
|
3669
|
+
end
|
3670
|
+
|
2573
3671
|
class TpuConfig
|
2574
3672
|
# @private
|
2575
3673
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2613,12 +3711,19 @@ module Google
|
|
2613
3711
|
class UpdateNodePoolRequest
|
2614
3712
|
# @private
|
2615
3713
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3714
|
+
collection :accelerators, as: 'accelerators', class: Google::Apis::ContainerV1beta1::AcceleratorConfig, decorator: Google::Apis::ContainerV1beta1::AcceleratorConfig::Representation
|
3715
|
+
|
2616
3716
|
property :cluster_id, as: 'clusterId'
|
2617
3717
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
|
2618
3718
|
|
3719
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
|
3720
|
+
|
3721
|
+
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
3722
|
+
property :disk_type, as: 'diskType'
|
2619
3723
|
property :etag, as: 'etag'
|
2620
3724
|
property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1beta1::FastSocket, decorator: Google::Apis::ContainerV1beta1::FastSocket::Representation
|
2621
3725
|
|
3726
|
+
property :flex_start, as: 'flexStart'
|
2622
3727
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
|
2623
3728
|
|
2624
3729
|
property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
|
@@ -2633,14 +3738,21 @@ module Google
|
|
2633
3738
|
collection :locations, as: 'locations'
|
2634
3739
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
|
2635
3740
|
|
3741
|
+
property :machine_type, as: 'machineType'
|
3742
|
+
property :max_run_duration, as: 'maxRunDuration'
|
2636
3743
|
property :name, as: 'name'
|
2637
3744
|
property :node_network_config, as: 'nodeNetworkConfig', class: Google::Apis::ContainerV1beta1::NodeNetworkConfig, decorator: Google::Apis::ContainerV1beta1::NodeNetworkConfig::Representation
|
2638
3745
|
|
2639
3746
|
property :node_pool_id, as: 'nodePoolId'
|
2640
3747
|
property :node_version, as: 'nodeVersion'
|
2641
3748
|
property :project_id, as: 'projectId'
|
3749
|
+
property :queued_provisioning, as: 'queuedProvisioning', class: Google::Apis::ContainerV1beta1::QueuedProvisioning, decorator: Google::Apis::ContainerV1beta1::QueuedProvisioning::Representation
|
3750
|
+
|
2642
3751
|
property :resource_labels, as: 'resourceLabels', class: Google::Apis::ContainerV1beta1::ResourceLabels, decorator: Google::Apis::ContainerV1beta1::ResourceLabels::Representation
|
2643
3752
|
|
3753
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
|
3754
|
+
|
3755
|
+
collection :storage_pools, as: 'storagePools'
|
2644
3756
|
property :tags, as: 'tags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
|
2645
3757
|
|
2646
3758
|
property :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaints, decorator: Google::Apis::ContainerV1beta1::NodeTaints::Representation
|
@@ -2668,6 +3780,18 @@ module Google
|
|
2668
3780
|
end
|
2669
3781
|
end
|
2670
3782
|
|
3783
|
+
class UpgradeDetails
|
3784
|
+
# @private
|
3785
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3786
|
+
property :end_time, as: 'endTime'
|
3787
|
+
property :initial_version, as: 'initialVersion'
|
3788
|
+
property :start_time, as: 'startTime'
|
3789
|
+
property :start_type, as: 'startType'
|
3790
|
+
property :state, as: 'state'
|
3791
|
+
property :target_version, as: 'targetVersion'
|
3792
|
+
end
|
3793
|
+
end
|
3794
|
+
|
2671
3795
|
class UpgradeEvent
|
2672
3796
|
# @private
|
2673
3797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2680,6 +3804,24 @@ module Google
|
|
2680
3804
|
end
|
2681
3805
|
end
|
2682
3806
|
|
3807
|
+
class UpgradeInfoEvent
|
3808
|
+
# @private
|
3809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3810
|
+
property :current_version, as: 'currentVersion'
|
3811
|
+
property :description, as: 'description'
|
3812
|
+
property :end_time, as: 'endTime'
|
3813
|
+
property :event_type, as: 'eventType'
|
3814
|
+
property :extended_support_end_time, as: 'extendedSupportEndTime'
|
3815
|
+
property :operation, as: 'operation'
|
3816
|
+
property :resource, as: 'resource'
|
3817
|
+
property :resource_type, as: 'resourceType'
|
3818
|
+
property :standard_support_end_time, as: 'standardSupportEndTime'
|
3819
|
+
property :start_time, as: 'startTime'
|
3820
|
+
property :state, as: 'state'
|
3821
|
+
property :target_version, as: 'targetVersion'
|
3822
|
+
end
|
3823
|
+
end
|
3824
|
+
|
2683
3825
|
class UpgradeSettings
|
2684
3826
|
# @private
|
2685
3827
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2712,6 +3854,20 @@ module Google
|
|
2712
3854
|
end
|
2713
3855
|
end
|
2714
3856
|
|
3857
|
+
class UserManagedKeysConfig
|
3858
|
+
# @private
|
3859
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3860
|
+
property :aggregation_ca, as: 'aggregationCa'
|
3861
|
+
property :cluster_ca, as: 'clusterCa'
|
3862
|
+
property :control_plane_disk_encryption_key, as: 'controlPlaneDiskEncryptionKey'
|
3863
|
+
property :etcd_api_ca, as: 'etcdApiCa'
|
3864
|
+
property :etcd_peer_ca, as: 'etcdPeerCa'
|
3865
|
+
property :gkeops_etcd_backup_encryption_key, as: 'gkeopsEtcdBackupEncryptionKey'
|
3866
|
+
collection :service_account_signing_keys, as: 'serviceAccountSigningKeys'
|
3867
|
+
collection :service_account_verification_keys, as: 'serviceAccountVerificationKeys'
|
3868
|
+
end
|
3869
|
+
end
|
3870
|
+
|
2715
3871
|
class VerticalPodAutoscaling
|
2716
3872
|
# @private
|
2717
3873
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2788,6 +3944,14 @@ module Google
|
|
2788
3944
|
property :node_metadata, as: 'nodeMetadata'
|
2789
3945
|
end
|
2790
3946
|
end
|
3947
|
+
|
3948
|
+
class WorkloadPolicyConfig
|
3949
|
+
# @private
|
3950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3951
|
+
property :allow_net_admin, as: 'allowNetAdmin'
|
3952
|
+
property :autopilot_compatibility_auditing_enabled, as: 'autopilotCompatibilityAuditingEnabled'
|
3953
|
+
end
|
3954
|
+
end
|
2791
3955
|
end
|
2792
3956
|
end
|
2793
3957
|
end
|