google-apis-container_v1 0.43.0 → 0.95.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 +212 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/container_v1/classes.rb +2572 -111
- data/lib/google/apis/container_v1/gem_version.rb +3 -3
- data/lib/google/apis/container_v1/representations.rb +964 -0
- data/lib/google/apis/container_v1/service.rb +177 -6
- data/lib/google/apis/container_v1.rb +1 -1
- metadata +7 -10
@@ -28,12 +28,36 @@ module Google
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
+
class AdditionalNodeNetworkConfig
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class AdditionalPodNetworkConfig
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class AdditionalPodRangesConfig
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
31
49
|
class AddonsConfig
|
32
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
51
|
|
34
52
|
include Google::Apis::Core::JsonObjectSupport
|
35
53
|
end
|
36
54
|
|
55
|
+
class AdvancedDatapathObservabilityConfig
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
37
61
|
class AdvancedMachineFeatures
|
38
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
63
|
|
@@ -46,6 +70,12 @@ module Google
|
|
46
70
|
include Google::Apis::Core::JsonObjectSupport
|
47
71
|
end
|
48
72
|
|
73
|
+
class AutoMonitoringConfig
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
49
79
|
class AutoUpgradeOptions
|
50
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
81
|
|
@@ -58,12 +88,30 @@ module Google
|
|
58
88
|
include Google::Apis::Core::JsonObjectSupport
|
59
89
|
end
|
60
90
|
|
91
|
+
class AutopilotCompatibilityIssue
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class AutopilotConfig
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
61
103
|
class AutoprovisioningNodePoolDefaults
|
62
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
105
|
|
64
106
|
include Google::Apis::Core::JsonObjectSupport
|
65
107
|
end
|
66
108
|
|
109
|
+
class BestEffortProvisioning
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
67
115
|
class BigQueryDestination
|
68
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
117
|
|
@@ -94,6 +142,18 @@ module Google
|
|
94
142
|
include Google::Apis::Core::JsonObjectSupport
|
95
143
|
end
|
96
144
|
|
145
|
+
class CertificateAuthorityDomainConfig
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class CheckAutopilotCompatibilityResponse
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
97
157
|
class CidrBlock
|
98
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
159
|
|
@@ -124,12 +184,24 @@ module Google
|
|
124
184
|
include Google::Apis::Core::JsonObjectSupport
|
125
185
|
end
|
126
186
|
|
187
|
+
class ClusterNetworkPerformanceConfig
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
127
193
|
class ClusterUpdate
|
128
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
195
|
|
130
196
|
include Google::Apis::Core::JsonObjectSupport
|
131
197
|
end
|
132
198
|
|
199
|
+
class ClusterUpgradeInfo
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
133
205
|
class CompleteIpRotationRequest
|
134
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
207
|
|
@@ -142,6 +214,18 @@ module Google
|
|
142
214
|
include Google::Apis::Core::JsonObjectSupport
|
143
215
|
end
|
144
216
|
|
217
|
+
class CompliancePostureConfig
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class ComplianceStandard
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
145
229
|
class ConfidentialNodes
|
146
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
231
|
|
@@ -160,6 +244,18 @@ module Google
|
|
160
244
|
include Google::Apis::Core::JsonObjectSupport
|
161
245
|
end
|
162
246
|
|
247
|
+
class ContainerdConfig
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class ControlPlaneEndpointsConfig
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
163
259
|
class CostManagementConfig
|
164
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
261
|
|
@@ -184,6 +280,12 @@ module Google
|
|
184
280
|
include Google::Apis::Core::JsonObjectSupport
|
185
281
|
end
|
186
282
|
|
283
|
+
class DnsEndpointConfig
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
187
289
|
class DailyMaintenanceWindow
|
188
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
291
|
|
@@ -202,6 +304,12 @@ module Google
|
|
202
304
|
include Google::Apis::Core::JsonObjectSupport
|
203
305
|
end
|
204
306
|
|
307
|
+
class DesiredEnterpriseConfig
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
205
313
|
class DnsCacheConfig
|
206
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
315
|
|
@@ -214,6 +322,12 @@ module Google
|
|
214
322
|
include Google::Apis::Core::JsonObjectSupport
|
215
323
|
end
|
216
324
|
|
325
|
+
class EnterpriseConfig
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
217
331
|
class EphemeralStorageLocalSsdConfig
|
218
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
333
|
|
@@ -232,6 +346,24 @@ module Google
|
|
232
346
|
include Google::Apis::Core::JsonObjectSupport
|
233
347
|
end
|
234
348
|
|
349
|
+
class Fleet
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class GcpSecretManagerCertificateConfig
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class GpuDriverInstallationConfig
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
235
367
|
class GpuSharingConfig
|
236
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
369
|
|
@@ -262,6 +394,12 @@ module Google
|
|
262
394
|
include Google::Apis::Core::JsonObjectSupport
|
263
395
|
end
|
264
396
|
|
397
|
+
class GcsFuseCsiDriverConfig
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
265
403
|
class GetJsonWebKeysResponse
|
266
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
405
|
|
@@ -298,6 +436,12 @@ module Google
|
|
298
436
|
include Google::Apis::Core::JsonObjectSupport
|
299
437
|
end
|
300
438
|
|
439
|
+
class HugepagesConfig
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
301
445
|
class IlbSubsettingConfig
|
302
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
447
|
|
@@ -310,6 +454,12 @@ module Google
|
|
310
454
|
include Google::Apis::Core::JsonObjectSupport
|
311
455
|
end
|
312
456
|
|
457
|
+
class IpEndpointsConfig
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
313
463
|
class IdentityServiceConfig
|
314
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
465
|
|
@@ -328,6 +478,12 @@ module Google
|
|
328
478
|
include Google::Apis::Core::JsonObjectSupport
|
329
479
|
end
|
330
480
|
|
481
|
+
class K8sBetaApiConfig
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
331
487
|
class KubernetesDashboard
|
332
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
489
|
|
@@ -436,6 +592,12 @@ module Google
|
|
436
592
|
include Google::Apis::Core::JsonObjectSupport
|
437
593
|
end
|
438
594
|
|
595
|
+
class MemoryManager
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
439
601
|
class MeshCertificates
|
440
602
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
603
|
|
@@ -490,6 +652,12 @@ module Google
|
|
490
652
|
include Google::Apis::Core::JsonObjectSupport
|
491
653
|
end
|
492
654
|
|
655
|
+
class NodeAffinity
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
493
661
|
class NodeConfig
|
494
662
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
663
|
|
@@ -556,6 +724,12 @@ module Google
|
|
556
724
|
include Google::Apis::Core::JsonObjectSupport
|
557
725
|
end
|
558
726
|
|
727
|
+
class NodePoolUpgradeInfo
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
559
733
|
class NodeTaint
|
560
734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
735
|
|
@@ -580,18 +754,48 @@ module Google
|
|
580
754
|
include Google::Apis::Core::JsonObjectSupport
|
581
755
|
end
|
582
756
|
|
757
|
+
class OperationError
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
583
763
|
class OperationProgress
|
584
764
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
765
|
|
586
766
|
include Google::Apis::Core::JsonObjectSupport
|
587
767
|
end
|
588
768
|
|
769
|
+
class ParallelstoreCsiDriverConfig
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
+
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
773
|
+
end
|
774
|
+
|
775
|
+
class ParentProductConfig
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
589
781
|
class PlacementPolicy
|
590
782
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
783
|
|
592
784
|
include Google::Apis::Core::JsonObjectSupport
|
593
785
|
end
|
594
786
|
|
787
|
+
class PodAutoscaling
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
793
|
+
class PodCidrOverprovisionConfig
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
595
799
|
class PrivateClusterConfig
|
596
800
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
801
|
|
@@ -604,12 +808,54 @@ module Google
|
|
604
808
|
include Google::Apis::Core::JsonObjectSupport
|
605
809
|
end
|
606
810
|
|
811
|
+
class PrivateRegistryAccessConfig
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
|
+
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
815
|
+
end
|
816
|
+
|
607
817
|
class PubSub
|
608
818
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
819
|
|
610
820
|
include Google::Apis::Core::JsonObjectSupport
|
611
821
|
end
|
612
822
|
|
823
|
+
class QueuedProvisioning
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
829
|
+
class RbacBindingConfig
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
835
|
+
class RangeInfo
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
841
|
+
class RayClusterLoggingConfig
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
+
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
845
|
+
end
|
846
|
+
|
847
|
+
class RayClusterMonitoringConfig
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
|
+
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
851
|
+
end
|
852
|
+
|
853
|
+
class RayOperatorConfig
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
|
+
|
856
|
+
include Google::Apis::Core::JsonObjectSupport
|
857
|
+
end
|
858
|
+
|
613
859
|
class RecurringTimeWindow
|
614
860
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
861
|
|
@@ -646,6 +892,12 @@ module Google
|
|
646
892
|
include Google::Apis::Core::JsonObjectSupport
|
647
893
|
end
|
648
894
|
|
895
|
+
class ResourceManagerTags
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
|
+
|
898
|
+
include Google::Apis::Core::JsonObjectSupport
|
899
|
+
end
|
900
|
+
|
649
901
|
class ResourceUsageExportConfig
|
650
902
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
903
|
|
@@ -664,12 +916,36 @@ module Google
|
|
664
916
|
include Google::Apis::Core::JsonObjectSupport
|
665
917
|
end
|
666
918
|
|
919
|
+
class SecondaryBootDisk
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
|
+
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
923
|
+
end
|
924
|
+
|
925
|
+
class SecondaryBootDiskUpdateStrategy
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
|
+
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
929
|
+
end
|
930
|
+
|
931
|
+
class SecretManagerConfig
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
|
+
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
935
|
+
end
|
936
|
+
|
667
937
|
class SecurityBulletinEvent
|
668
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
939
|
|
670
940
|
include Google::Apis::Core::JsonObjectSupport
|
671
941
|
end
|
672
942
|
|
943
|
+
class SecurityPostureConfig
|
944
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
945
|
+
|
946
|
+
include Google::Apis::Core::JsonObjectSupport
|
947
|
+
end
|
948
|
+
|
673
949
|
class ServerConfig
|
674
950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
951
|
|
@@ -766,6 +1042,12 @@ module Google
|
|
766
1042
|
include Google::Apis::Core::JsonObjectSupport
|
767
1043
|
end
|
768
1044
|
|
1045
|
+
class SoleTenantConfig
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
|
+
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
1049
|
+
end
|
1050
|
+
|
769
1051
|
class StandardRolloutPolicy
|
770
1052
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
1053
|
|
@@ -778,6 +1060,12 @@ module Google
|
|
778
1060
|
include Google::Apis::Core::JsonObjectSupport
|
779
1061
|
end
|
780
1062
|
|
1063
|
+
class StatefulHaConfig
|
1064
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
|
+
|
1066
|
+
include Google::Apis::Core::JsonObjectSupport
|
1067
|
+
end
|
1068
|
+
|
781
1069
|
class Status
|
782
1070
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
1071
|
|
@@ -796,6 +1084,12 @@ module Google
|
|
796
1084
|
include Google::Apis::Core::JsonObjectSupport
|
797
1085
|
end
|
798
1086
|
|
1087
|
+
class TopologyManager
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1089
|
+
|
1090
|
+
include Google::Apis::Core::JsonObjectSupport
|
1091
|
+
end
|
1092
|
+
|
799
1093
|
class UpdateClusterRequest
|
800
1094
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
1095
|
|
@@ -826,12 +1120,24 @@ module Google
|
|
826
1120
|
include Google::Apis::Core::JsonObjectSupport
|
827
1121
|
end
|
828
1122
|
|
1123
|
+
class UpgradeDetails
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
|
+
|
1126
|
+
include Google::Apis::Core::JsonObjectSupport
|
1127
|
+
end
|
1128
|
+
|
829
1129
|
class UpgradeEvent
|
830
1130
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
1131
|
|
832
1132
|
include Google::Apis::Core::JsonObjectSupport
|
833
1133
|
end
|
834
1134
|
|
1135
|
+
class UpgradeInfoEvent
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
|
+
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
1139
|
+
end
|
1140
|
+
|
835
1141
|
class UpgradeSettings
|
836
1142
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
1143
|
|
@@ -850,6 +1156,12 @@ module Google
|
|
850
1156
|
include Google::Apis::Core::JsonObjectSupport
|
851
1157
|
end
|
852
1158
|
|
1159
|
+
class UserManagedKeysConfig
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1161
|
+
|
1162
|
+
include Google::Apis::Core::JsonObjectSupport
|
1163
|
+
end
|
1164
|
+
|
853
1165
|
class VerticalPodAutoscaling
|
854
1166
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
1167
|
|
@@ -880,17 +1192,53 @@ module Google
|
|
880
1192
|
include Google::Apis::Core::JsonObjectSupport
|
881
1193
|
end
|
882
1194
|
|
1195
|
+
class WorkloadPolicyConfig
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1197
|
+
|
1198
|
+
include Google::Apis::Core::JsonObjectSupport
|
1199
|
+
end
|
1200
|
+
|
883
1201
|
class AcceleratorConfig
|
884
1202
|
# @private
|
885
1203
|
class Representation < Google::Apis::Core::JsonRepresentation
|
886
1204
|
property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
|
887
1205
|
property :accelerator_type, as: 'acceleratorType'
|
1206
|
+
property :gpu_driver_installation_config, as: 'gpuDriverInstallationConfig', class: Google::Apis::ContainerV1::GpuDriverInstallationConfig, decorator: Google::Apis::ContainerV1::GpuDriverInstallationConfig::Representation
|
1207
|
+
|
888
1208
|
property :gpu_partition_size, as: 'gpuPartitionSize'
|
889
1209
|
property :gpu_sharing_config, as: 'gpuSharingConfig', class: Google::Apis::ContainerV1::GpuSharingConfig, decorator: Google::Apis::ContainerV1::GpuSharingConfig::Representation
|
890
1210
|
|
891
1211
|
end
|
892
1212
|
end
|
893
1213
|
|
1214
|
+
class AdditionalNodeNetworkConfig
|
1215
|
+
# @private
|
1216
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1217
|
+
property :network, as: 'network'
|
1218
|
+
property :subnetwork, as: 'subnetwork'
|
1219
|
+
end
|
1220
|
+
end
|
1221
|
+
|
1222
|
+
class AdditionalPodNetworkConfig
|
1223
|
+
# @private
|
1224
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1225
|
+
property :max_pods_per_node, as: 'maxPodsPerNode', class: Google::Apis::ContainerV1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1::MaxPodsConstraint::Representation
|
1226
|
+
|
1227
|
+
property :network_attachment, as: 'networkAttachment'
|
1228
|
+
property :secondary_pod_range, as: 'secondaryPodRange'
|
1229
|
+
property :subnetwork, as: 'subnetwork'
|
1230
|
+
end
|
1231
|
+
end
|
1232
|
+
|
1233
|
+
class AdditionalPodRangesConfig
|
1234
|
+
# @private
|
1235
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1236
|
+
collection :pod_range_info, as: 'podRangeInfo', class: Google::Apis::ContainerV1::RangeInfo, decorator: Google::Apis::ContainerV1::RangeInfo::Representation
|
1237
|
+
|
1238
|
+
collection :pod_range_names, as: 'podRangeNames'
|
1239
|
+
end
|
1240
|
+
end
|
1241
|
+
|
894
1242
|
class AddonsConfig
|
895
1243
|
# @private
|
896
1244
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -904,6 +1252,8 @@ module Google
|
|
904
1252
|
|
905
1253
|
property :gcp_filestore_csi_driver_config, as: 'gcpFilestoreCsiDriverConfig', class: Google::Apis::ContainerV1::GcpFilestoreCsiDriverConfig, decorator: Google::Apis::ContainerV1::GcpFilestoreCsiDriverConfig::Representation
|
906
1254
|
|
1255
|
+
property :gcs_fuse_csi_driver_config, as: 'gcsFuseCsiDriverConfig', class: Google::Apis::ContainerV1::GcsFuseCsiDriverConfig, decorator: Google::Apis::ContainerV1::GcsFuseCsiDriverConfig::Representation
|
1256
|
+
|
907
1257
|
property :gke_backup_agent_config, as: 'gkeBackupAgentConfig', class: Google::Apis::ContainerV1::GkeBackupAgentConfig, decorator: Google::Apis::ContainerV1::GkeBackupAgentConfig::Representation
|
908
1258
|
|
909
1259
|
property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1::HorizontalPodAutoscaling::Representation
|
@@ -914,12 +1264,28 @@ module Google
|
|
914
1264
|
|
915
1265
|
property :network_policy_config, as: 'networkPolicyConfig', class: Google::Apis::ContainerV1::NetworkPolicyConfig, decorator: Google::Apis::ContainerV1::NetworkPolicyConfig::Representation
|
916
1266
|
|
1267
|
+
property :parallelstore_csi_driver_config, as: 'parallelstoreCsiDriverConfig', class: Google::Apis::ContainerV1::ParallelstoreCsiDriverConfig, decorator: Google::Apis::ContainerV1::ParallelstoreCsiDriverConfig::Representation
|
1268
|
+
|
1269
|
+
property :ray_operator_config, as: 'rayOperatorConfig', class: Google::Apis::ContainerV1::RayOperatorConfig, decorator: Google::Apis::ContainerV1::RayOperatorConfig::Representation
|
1270
|
+
|
1271
|
+
property :stateful_ha_config, as: 'statefulHaConfig', class: Google::Apis::ContainerV1::StatefulHaConfig, decorator: Google::Apis::ContainerV1::StatefulHaConfig::Representation
|
1272
|
+
|
1273
|
+
end
|
1274
|
+
end
|
1275
|
+
|
1276
|
+
class AdvancedDatapathObservabilityConfig
|
1277
|
+
# @private
|
1278
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1279
|
+
property :enable_metrics, as: 'enableMetrics'
|
1280
|
+
property :enable_relay, as: 'enableRelay'
|
1281
|
+
property :relay_mode, as: 'relayMode'
|
917
1282
|
end
|
918
1283
|
end
|
919
1284
|
|
920
1285
|
class AdvancedMachineFeatures
|
921
1286
|
# @private
|
922
1287
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1288
|
+
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
923
1289
|
property :threads_per_core, :numeric_string => true, as: 'threadsPerCore'
|
924
1290
|
end
|
925
1291
|
end
|
@@ -932,6 +1298,13 @@ module Google
|
|
932
1298
|
end
|
933
1299
|
end
|
934
1300
|
|
1301
|
+
class AutoMonitoringConfig
|
1302
|
+
# @private
|
1303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1304
|
+
property :scope, as: 'scope'
|
1305
|
+
end
|
1306
|
+
end
|
1307
|
+
|
935
1308
|
class AutoUpgradeOptions
|
936
1309
|
# @private
|
937
1310
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -941,6 +1314,27 @@ module Google
|
|
941
1314
|
end
|
942
1315
|
|
943
1316
|
class Autopilot
|
1317
|
+
# @private
|
1318
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1319
|
+
property :enabled, as: 'enabled'
|
1320
|
+
property :workload_policy_config, as: 'workloadPolicyConfig', class: Google::Apis::ContainerV1::WorkloadPolicyConfig, decorator: Google::Apis::ContainerV1::WorkloadPolicyConfig::Representation
|
1321
|
+
|
1322
|
+
end
|
1323
|
+
end
|
1324
|
+
|
1325
|
+
class AutopilotCompatibilityIssue
|
1326
|
+
# @private
|
1327
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1328
|
+
property :constraint_type, as: 'constraintType'
|
1329
|
+
property :description, as: 'description'
|
1330
|
+
property :documentation_url, as: 'documentationUrl'
|
1331
|
+
property :incompatibility_type, as: 'incompatibilityType'
|
1332
|
+
property :last_observation, as: 'lastObservation'
|
1333
|
+
collection :subjects, as: 'subjects'
|
1334
|
+
end
|
1335
|
+
end
|
1336
|
+
|
1337
|
+
class AutopilotConfig
|
944
1338
|
# @private
|
945
1339
|
class Representation < Google::Apis::Core::JsonRepresentation
|
946
1340
|
property :enabled, as: 'enabled'
|
@@ -954,6 +1348,7 @@ module Google
|
|
954
1348
|
property :disk_size_gb, as: 'diskSizeGb'
|
955
1349
|
property :disk_type, as: 'diskType'
|
956
1350
|
property :image_type, as: 'imageType'
|
1351
|
+
property :insecure_kubelet_readonly_port_enabled, as: 'insecureKubeletReadonlyPortEnabled'
|
957
1352
|
property :management, as: 'management', class: Google::Apis::ContainerV1::NodeManagement, decorator: Google::Apis::ContainerV1::NodeManagement::Representation
|
958
1353
|
|
959
1354
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
@@ -966,6 +1361,14 @@ module Google
|
|
966
1361
|
end
|
967
1362
|
end
|
968
1363
|
|
1364
|
+
class BestEffortProvisioning
|
1365
|
+
# @private
|
1366
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1367
|
+
property :enabled, as: 'enabled'
|
1368
|
+
property :min_provision_nodes, as: 'minProvisionNodes'
|
1369
|
+
end
|
1370
|
+
end
|
1371
|
+
|
969
1372
|
class BigQueryDestination
|
970
1373
|
# @private
|
971
1374
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1011,6 +1414,24 @@ module Google
|
|
1011
1414
|
end
|
1012
1415
|
end
|
1013
1416
|
|
1417
|
+
class CertificateAuthorityDomainConfig
|
1418
|
+
# @private
|
1419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1420
|
+
collection :fqdns, as: 'fqdns'
|
1421
|
+
property :gcp_secret_manager_certificate_config, as: 'gcpSecretManagerCertificateConfig', class: Google::Apis::ContainerV1::GcpSecretManagerCertificateConfig, decorator: Google::Apis::ContainerV1::GcpSecretManagerCertificateConfig::Representation
|
1422
|
+
|
1423
|
+
end
|
1424
|
+
end
|
1425
|
+
|
1426
|
+
class CheckAutopilotCompatibilityResponse
|
1427
|
+
# @private
|
1428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1429
|
+
collection :issues, as: 'issues', class: Google::Apis::ContainerV1::AutopilotCompatibilityIssue, decorator: Google::Apis::ContainerV1::AutopilotCompatibilityIssue::Representation
|
1430
|
+
|
1431
|
+
property :summary, as: 'summary'
|
1432
|
+
end
|
1433
|
+
end
|
1434
|
+
|
1014
1435
|
class CidrBlock
|
1015
1436
|
# @private
|
1016
1437
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1048,10 +1469,14 @@ module Google
|
|
1048
1469
|
property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
|
1049
1470
|
|
1050
1471
|
property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
|
1472
|
+
property :compliance_posture_config, as: 'compliancePostureConfig', class: Google::Apis::ContainerV1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1::CompliancePostureConfig::Representation
|
1473
|
+
|
1051
1474
|
collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1::StatusCondition, decorator: Google::Apis::ContainerV1::StatusCondition::Representation
|
1052
1475
|
|
1053
1476
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
|
1054
1477
|
|
1478
|
+
property :control_plane_endpoints_config, as: 'controlPlaneEndpointsConfig', class: Google::Apis::ContainerV1::ControlPlaneEndpointsConfig, decorator: Google::Apis::ContainerV1::ControlPlaneEndpointsConfig::Representation
|
1479
|
+
|
1055
1480
|
property :cost_management_config, as: 'costManagementConfig', class: Google::Apis::ContainerV1::CostManagementConfig, decorator: Google::Apis::ContainerV1::CostManagementConfig::Representation
|
1056
1481
|
|
1057
1482
|
property :create_time, as: 'createTime'
|
@@ -1063,11 +1488,17 @@ module Google
|
|
1063
1488
|
property :default_max_pods_constraint, as: 'defaultMaxPodsConstraint', class: Google::Apis::ContainerV1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1::MaxPodsConstraint::Representation
|
1064
1489
|
|
1065
1490
|
property :description, as: 'description'
|
1491
|
+
property :enable_k8s_beta_apis, as: 'enableK8sBetaApis', class: Google::Apis::ContainerV1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1::K8sBetaApiConfig::Representation
|
1492
|
+
|
1066
1493
|
property :enable_kubernetes_alpha, as: 'enableKubernetesAlpha'
|
1067
1494
|
property :enable_tpu, as: 'enableTpu'
|
1068
1495
|
property :endpoint, as: 'endpoint'
|
1496
|
+
property :enterprise_config, as: 'enterpriseConfig', class: Google::Apis::ContainerV1::EnterpriseConfig, decorator: Google::Apis::ContainerV1::EnterpriseConfig::Representation
|
1497
|
+
|
1069
1498
|
property :etag, as: 'etag'
|
1070
1499
|
property :expire_time, as: 'expireTime'
|
1500
|
+
property :fleet, as: 'fleet', class: Google::Apis::ContainerV1::Fleet, decorator: Google::Apis::ContainerV1::Fleet::Representation
|
1501
|
+
|
1071
1502
|
property :id, as: 'id'
|
1072
1503
|
property :identity_service_config, as: 'identityServiceConfig', class: Google::Apis::ContainerV1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1::IdentityServiceConfig::Representation
|
1073
1504
|
|
@@ -1112,13 +1543,25 @@ module Google
|
|
1112
1543
|
|
1113
1544
|
property :notification_config, as: 'notificationConfig', class: Google::Apis::ContainerV1::NotificationConfig, decorator: Google::Apis::ContainerV1::NotificationConfig::Representation
|
1114
1545
|
|
1546
|
+
property :parent_product_config, as: 'parentProductConfig', class: Google::Apis::ContainerV1::ParentProductConfig, decorator: Google::Apis::ContainerV1::ParentProductConfig::Representation
|
1547
|
+
|
1548
|
+
property :pod_autoscaling, as: 'podAutoscaling', class: Google::Apis::ContainerV1::PodAutoscaling, decorator: Google::Apis::ContainerV1::PodAutoscaling::Representation
|
1549
|
+
|
1115
1550
|
property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::ContainerV1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1::PrivateClusterConfig::Representation
|
1116
1551
|
|
1552
|
+
property :rbac_binding_config, as: 'rbacBindingConfig', class: Google::Apis::ContainerV1::RbacBindingConfig, decorator: Google::Apis::ContainerV1::RbacBindingConfig::Representation
|
1553
|
+
|
1117
1554
|
property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1::ReleaseChannel, decorator: Google::Apis::ContainerV1::ReleaseChannel::Representation
|
1118
1555
|
|
1119
1556
|
hash :resource_labels, as: 'resourceLabels'
|
1120
1557
|
property :resource_usage_export_config, as: 'resourceUsageExportConfig', class: Google::Apis::ContainerV1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1::ResourceUsageExportConfig::Representation
|
1121
1558
|
|
1559
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
1560
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
1561
|
+
property :secret_manager_config, as: 'secretManagerConfig', class: Google::Apis::ContainerV1::SecretManagerConfig, decorator: Google::Apis::ContainerV1::SecretManagerConfig::Representation
|
1562
|
+
|
1563
|
+
property :security_posture_config, as: 'securityPostureConfig', class: Google::Apis::ContainerV1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1::SecurityPostureConfig::Representation
|
1564
|
+
|
1122
1565
|
property :self_link, as: 'selfLink'
|
1123
1566
|
property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
|
1124
1567
|
property :shielded_nodes, as: 'shieldedNodes', class: Google::Apis::ContainerV1::ShieldedNodes, decorator: Google::Apis::ContainerV1::ShieldedNodes::Representation
|
@@ -1127,6 +1570,8 @@ module Google
|
|
1127
1570
|
property :status_message, as: 'statusMessage'
|
1128
1571
|
property :subnetwork, as: 'subnetwork'
|
1129
1572
|
property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
|
1573
|
+
property :user_managed_keys_config, as: 'userManagedKeysConfig', class: Google::Apis::ContainerV1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1::UserManagedKeysConfig::Representation
|
1574
|
+
|
1130
1575
|
property :vertical_pod_autoscaling, as: 'verticalPodAutoscaling', class: Google::Apis::ContainerV1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1::VerticalPodAutoscaling::Representation
|
1131
1576
|
|
1132
1577
|
property :workload_identity_config, as: 'workloadIdentityConfig', class: Google::Apis::ContainerV1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1::WorkloadIdentityConfig::Representation
|
@@ -1148,27 +1593,53 @@ module Google
|
|
1148
1593
|
end
|
1149
1594
|
end
|
1150
1595
|
|
1596
|
+
class ClusterNetworkPerformanceConfig
|
1597
|
+
# @private
|
1598
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1599
|
+
property :total_egress_bandwidth_tier, as: 'totalEgressBandwidthTier'
|
1600
|
+
end
|
1601
|
+
end
|
1602
|
+
|
1151
1603
|
class ClusterUpdate
|
1152
1604
|
# @private
|
1153
1605
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1606
|
+
property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalPodRangesConfig::Representation
|
1607
|
+
|
1154
1608
|
property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
|
1155
1609
|
|
1156
1610
|
property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1::AuthenticatorGroupsConfig::Representation
|
1157
1611
|
|
1612
|
+
property :desired_autopilot_workload_policy_config, as: 'desiredAutopilotWorkloadPolicyConfig', class: Google::Apis::ContainerV1::WorkloadPolicyConfig, decorator: Google::Apis::ContainerV1::WorkloadPolicyConfig::Representation
|
1613
|
+
|
1158
1614
|
property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
|
1159
1615
|
|
1160
1616
|
property :desired_cluster_autoscaling, as: 'desiredClusterAutoscaling', class: Google::Apis::ContainerV1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1::ClusterAutoscaling::Representation
|
1161
1617
|
|
1618
|
+
property :desired_compliance_posture_config, as: 'desiredCompliancePostureConfig', class: Google::Apis::ContainerV1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1::CompliancePostureConfig::Representation
|
1619
|
+
|
1620
|
+
property :desired_containerd_config, as: 'desiredContainerdConfig', class: Google::Apis::ContainerV1::ContainerdConfig, decorator: Google::Apis::ContainerV1::ContainerdConfig::Representation
|
1621
|
+
|
1622
|
+
property :desired_control_plane_endpoints_config, as: 'desiredControlPlaneEndpointsConfig', class: Google::Apis::ContainerV1::ControlPlaneEndpointsConfig, decorator: Google::Apis::ContainerV1::ControlPlaneEndpointsConfig::Representation
|
1623
|
+
|
1162
1624
|
property :desired_cost_management_config, as: 'desiredCostManagementConfig', class: Google::Apis::ContainerV1::CostManagementConfig, decorator: Google::Apis::ContainerV1::CostManagementConfig::Representation
|
1163
1625
|
|
1164
1626
|
property :desired_database_encryption, as: 'desiredDatabaseEncryption', class: Google::Apis::ContainerV1::DatabaseEncryption, decorator: Google::Apis::ContainerV1::DatabaseEncryption::Representation
|
1165
1627
|
|
1166
1628
|
property :desired_datapath_provider, as: 'desiredDatapathProvider'
|
1629
|
+
property :desired_default_enable_private_nodes, as: 'desiredDefaultEnablePrivateNodes'
|
1167
1630
|
property :desired_default_snat_status, as: 'desiredDefaultSnatStatus', class: Google::Apis::ContainerV1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1::DefaultSnatStatus::Representation
|
1168
1631
|
|
1632
|
+
property :desired_disable_l4_lb_firewall_reconciliation, as: 'desiredDisableL4LbFirewallReconciliation'
|
1169
1633
|
property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
|
1170
1634
|
|
1635
|
+
property :desired_enable_cilium_clusterwide_network_policy, as: 'desiredEnableCiliumClusterwideNetworkPolicy'
|
1636
|
+
property :desired_enable_fqdn_network_policy, as: 'desiredEnableFqdnNetworkPolicy'
|
1637
|
+
property :desired_enable_multi_networking, as: 'desiredEnableMultiNetworking'
|
1171
1638
|
property :desired_enable_private_endpoint, as: 'desiredEnablePrivateEndpoint'
|
1639
|
+
property :desired_enterprise_config, as: 'desiredEnterpriseConfig', class: Google::Apis::ContainerV1::DesiredEnterpriseConfig, decorator: Google::Apis::ContainerV1::DesiredEnterpriseConfig::Representation
|
1640
|
+
|
1641
|
+
property :desired_fleet, as: 'desiredFleet', class: Google::Apis::ContainerV1::Fleet, decorator: Google::Apis::ContainerV1::Fleet::Representation
|
1642
|
+
|
1172
1643
|
property :desired_gateway_api_config, as: 'desiredGatewayApiConfig', class: Google::Apis::ContainerV1::GatewayApiConfig, decorator: Google::Apis::ContainerV1::GatewayApiConfig::Representation
|
1173
1644
|
|
1174
1645
|
property :desired_gcfs_config, as: 'desiredGcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
|
@@ -1176,8 +1647,11 @@ module Google
|
|
1176
1647
|
property :desired_identity_service_config, as: 'desiredIdentityServiceConfig', class: Google::Apis::ContainerV1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1::IdentityServiceConfig::Representation
|
1177
1648
|
|
1178
1649
|
property :desired_image_type, as: 'desiredImageType'
|
1650
|
+
property :desired_in_transit_encryption_config, as: 'desiredInTransitEncryptionConfig'
|
1179
1651
|
property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1::IntraNodeVisibilityConfig::Representation
|
1180
1652
|
|
1653
|
+
property :desired_k8s_beta_apis, as: 'desiredK8sBetaApis', class: Google::Apis::ContainerV1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1::K8sBetaApiConfig::Representation
|
1654
|
+
|
1181
1655
|
property :desired_l4ilb_subsetting_config, as: 'desiredL4ilbSubsettingConfig', class: Google::Apis::ContainerV1::IlbSubsettingConfig, decorator: Google::Apis::ContainerV1::IlbSubsettingConfig::Representation
|
1182
1656
|
|
1183
1657
|
collection :desired_locations, as: 'desiredLocations'
|
@@ -1192,8 +1666,18 @@ module Google
|
|
1192
1666
|
property :desired_monitoring_config, as: 'desiredMonitoringConfig', class: Google::Apis::ContainerV1::MonitoringConfig, decorator: Google::Apis::ContainerV1::MonitoringConfig::Representation
|
1193
1667
|
|
1194
1668
|
property :desired_monitoring_service, as: 'desiredMonitoringService'
|
1669
|
+
property :desired_network_performance_config, as: 'desiredNetworkPerformanceConfig', class: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig::Representation
|
1670
|
+
|
1671
|
+
property :desired_node_kubelet_config, as: 'desiredNodeKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
1672
|
+
|
1673
|
+
property :desired_node_pool_auto_config_kubelet_config, as: 'desiredNodePoolAutoConfigKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
1674
|
+
|
1675
|
+
property :desired_node_pool_auto_config_linux_node_config, as: 'desiredNodePoolAutoConfigLinuxNodeConfig', class: Google::Apis::ContainerV1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1::LinuxNodeConfig::Representation
|
1676
|
+
|
1195
1677
|
property :desired_node_pool_auto_config_network_tags, as: 'desiredNodePoolAutoConfigNetworkTags', class: Google::Apis::ContainerV1::NetworkTags, decorator: Google::Apis::ContainerV1::NetworkTags::Representation
|
1196
1678
|
|
1679
|
+
property :desired_node_pool_auto_config_resource_manager_tags, as: 'desiredNodePoolAutoConfigResourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
1680
|
+
|
1197
1681
|
property :desired_node_pool_autoscaling, as: 'desiredNodePoolAutoscaling', class: Google::Apis::ContainerV1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1::NodePoolAutoscaling::Representation
|
1198
1682
|
|
1199
1683
|
property :desired_node_pool_id, as: 'desiredNodePoolId'
|
@@ -1202,13 +1686,23 @@ module Google
|
|
1202
1686
|
property :desired_node_version, as: 'desiredNodeVersion'
|
1203
1687
|
property :desired_notification_config, as: 'desiredNotificationConfig', class: Google::Apis::ContainerV1::NotificationConfig, decorator: Google::Apis::ContainerV1::NotificationConfig::Representation
|
1204
1688
|
|
1689
|
+
property :desired_parent_product_config, as: 'desiredParentProductConfig', class: Google::Apis::ContainerV1::ParentProductConfig, decorator: Google::Apis::ContainerV1::ParentProductConfig::Representation
|
1690
|
+
|
1691
|
+
property :desired_pod_autoscaling, as: 'desiredPodAutoscaling', class: Google::Apis::ContainerV1::PodAutoscaling, decorator: Google::Apis::ContainerV1::PodAutoscaling::Representation
|
1692
|
+
|
1205
1693
|
property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1::PrivateClusterConfig::Representation
|
1206
1694
|
|
1207
1695
|
property :desired_private_ipv6_google_access, as: 'desiredPrivateIpv6GoogleAccess'
|
1696
|
+
property :desired_rbac_binding_config, as: 'desiredRbacBindingConfig', class: Google::Apis::ContainerV1::RbacBindingConfig, decorator: Google::Apis::ContainerV1::RbacBindingConfig::Representation
|
1697
|
+
|
1208
1698
|
property :desired_release_channel, as: 'desiredReleaseChannel', class: Google::Apis::ContainerV1::ReleaseChannel, decorator: Google::Apis::ContainerV1::ReleaseChannel::Representation
|
1209
1699
|
|
1210
1700
|
property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1::ResourceUsageExportConfig::Representation
|
1211
1701
|
|
1702
|
+
property :desired_secret_manager_config, as: 'desiredSecretManagerConfig', class: Google::Apis::ContainerV1::SecretManagerConfig, decorator: Google::Apis::ContainerV1::SecretManagerConfig::Representation
|
1703
|
+
|
1704
|
+
property :desired_security_posture_config, as: 'desiredSecurityPostureConfig', class: Google::Apis::ContainerV1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1::SecurityPostureConfig::Representation
|
1705
|
+
|
1212
1706
|
property :desired_service_external_ips_config, as: 'desiredServiceExternalIpsConfig', class: Google::Apis::ContainerV1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1::ServiceExternalIPsConfig::Representation
|
1213
1707
|
|
1214
1708
|
property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1::ShieldedNodes, decorator: Google::Apis::ContainerV1::ShieldedNodes::Representation
|
@@ -1218,7 +1712,27 @@ module Google
|
|
1218
1712
|
|
1219
1713
|
property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1::WorkloadIdentityConfig::Representation
|
1220
1714
|
|
1715
|
+
property :enable_k8s_beta_apis, as: 'enableK8sBetaApis', class: Google::Apis::ContainerV1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1::K8sBetaApiConfig::Representation
|
1716
|
+
|
1221
1717
|
property :etag, as: 'etag'
|
1718
|
+
property :removed_additional_pod_ranges_config, as: 'removedAdditionalPodRangesConfig', class: Google::Apis::ContainerV1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalPodRangesConfig::Representation
|
1719
|
+
|
1720
|
+
property :user_managed_keys_config, as: 'userManagedKeysConfig', class: Google::Apis::ContainerV1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1::UserManagedKeysConfig::Representation
|
1721
|
+
|
1722
|
+
end
|
1723
|
+
end
|
1724
|
+
|
1725
|
+
class ClusterUpgradeInfo
|
1726
|
+
# @private
|
1727
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1728
|
+
collection :auto_upgrade_status, as: 'autoUpgradeStatus'
|
1729
|
+
property :end_of_extended_support_timestamp, as: 'endOfExtendedSupportTimestamp'
|
1730
|
+
property :end_of_standard_support_timestamp, as: 'endOfStandardSupportTimestamp'
|
1731
|
+
property :minor_target_version, as: 'minorTargetVersion'
|
1732
|
+
property :patch_target_version, as: 'patchTargetVersion'
|
1733
|
+
collection :paused_reason, as: 'pausedReason'
|
1734
|
+
collection :upgrade_details, as: 'upgradeDetails', class: Google::Apis::ContainerV1::UpgradeDetails, decorator: Google::Apis::ContainerV1::UpgradeDetails::Representation
|
1735
|
+
|
1222
1736
|
end
|
1223
1737
|
end
|
1224
1738
|
|
@@ -1238,9 +1752,26 @@ module Google
|
|
1238
1752
|
end
|
1239
1753
|
end
|
1240
1754
|
|
1755
|
+
class CompliancePostureConfig
|
1756
|
+
# @private
|
1757
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1758
|
+
collection :compliance_standards, as: 'complianceStandards', class: Google::Apis::ContainerV1::ComplianceStandard, decorator: Google::Apis::ContainerV1::ComplianceStandard::Representation
|
1759
|
+
|
1760
|
+
property :mode, as: 'mode'
|
1761
|
+
end
|
1762
|
+
end
|
1763
|
+
|
1764
|
+
class ComplianceStandard
|
1765
|
+
# @private
|
1766
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1767
|
+
property :standard, as: 'standard'
|
1768
|
+
end
|
1769
|
+
end
|
1770
|
+
|
1241
1771
|
class ConfidentialNodes
|
1242
1772
|
# @private
|
1243
1773
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1774
|
+
property :confidential_instance_type, as: 'confidentialInstanceType'
|
1244
1775
|
property :enabled, as: 'enabled'
|
1245
1776
|
end
|
1246
1777
|
end
|
@@ -1259,6 +1790,24 @@ module Google
|
|
1259
1790
|
end
|
1260
1791
|
end
|
1261
1792
|
|
1793
|
+
class ContainerdConfig
|
1794
|
+
# @private
|
1795
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1796
|
+
property :private_registry_access_config, as: 'privateRegistryAccessConfig', class: Google::Apis::ContainerV1::PrivateRegistryAccessConfig, decorator: Google::Apis::ContainerV1::PrivateRegistryAccessConfig::Representation
|
1797
|
+
|
1798
|
+
end
|
1799
|
+
end
|
1800
|
+
|
1801
|
+
class ControlPlaneEndpointsConfig
|
1802
|
+
# @private
|
1803
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1804
|
+
property :dns_endpoint_config, as: 'dnsEndpointConfig', class: Google::Apis::ContainerV1::DnsEndpointConfig, decorator: Google::Apis::ContainerV1::DnsEndpointConfig::Representation
|
1805
|
+
|
1806
|
+
property :ip_endpoints_config, as: 'ipEndpointsConfig', class: Google::Apis::ContainerV1::IpEndpointsConfig, decorator: Google::Apis::ContainerV1::IpEndpointsConfig::Representation
|
1807
|
+
|
1808
|
+
end
|
1809
|
+
end
|
1810
|
+
|
1262
1811
|
class CostManagementConfig
|
1263
1812
|
# @private
|
1264
1813
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1292,12 +1841,21 @@ module Google
|
|
1292
1841
|
class DnsConfig
|
1293
1842
|
# @private
|
1294
1843
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1844
|
+
property :additive_vpc_scope_dns_domain, as: 'additiveVpcScopeDnsDomain'
|
1295
1845
|
property :cluster_dns, as: 'clusterDns'
|
1296
1846
|
property :cluster_dns_domain, as: 'clusterDnsDomain'
|
1297
1847
|
property :cluster_dns_scope, as: 'clusterDnsScope'
|
1298
1848
|
end
|
1299
1849
|
end
|
1300
1850
|
|
1851
|
+
class DnsEndpointConfig
|
1852
|
+
# @private
|
1853
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1854
|
+
property :allow_external_traffic, as: 'allowExternalTraffic'
|
1855
|
+
property :endpoint, as: 'endpoint'
|
1856
|
+
end
|
1857
|
+
end
|
1858
|
+
|
1301
1859
|
class DailyMaintenanceWindow
|
1302
1860
|
# @private
|
1303
1861
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1309,7 +1867,11 @@ module Google
|
|
1309
1867
|
class DatabaseEncryption
|
1310
1868
|
# @private
|
1311
1869
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1870
|
+
property :current_state, as: 'currentState'
|
1871
|
+
collection :decryption_keys, as: 'decryptionKeys'
|
1312
1872
|
property :key_name, as: 'keyName'
|
1873
|
+
collection :last_operation_errors, as: 'lastOperationErrors', class: Google::Apis::ContainerV1::OperationError, decorator: Google::Apis::ContainerV1::OperationError::Representation
|
1874
|
+
|
1313
1875
|
property :state, as: 'state'
|
1314
1876
|
end
|
1315
1877
|
end
|
@@ -1321,6 +1883,13 @@ module Google
|
|
1321
1883
|
end
|
1322
1884
|
end
|
1323
1885
|
|
1886
|
+
class DesiredEnterpriseConfig
|
1887
|
+
# @private
|
1888
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1889
|
+
property :desired_tier, as: 'desiredTier'
|
1890
|
+
end
|
1891
|
+
end
|
1892
|
+
|
1324
1893
|
class DnsCacheConfig
|
1325
1894
|
# @private
|
1326
1895
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1334,9 +1903,18 @@ module Google
|
|
1334
1903
|
end
|
1335
1904
|
end
|
1336
1905
|
|
1906
|
+
class EnterpriseConfig
|
1907
|
+
# @private
|
1908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1909
|
+
property :cluster_tier, as: 'clusterTier'
|
1910
|
+
property :desired_tier, as: 'desiredTier'
|
1911
|
+
end
|
1912
|
+
end
|
1913
|
+
|
1337
1914
|
class EphemeralStorageLocalSsdConfig
|
1338
1915
|
# @private
|
1339
1916
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1917
|
+
property :data_cache_count, as: 'dataCacheCount'
|
1340
1918
|
property :local_ssd_count, as: 'localSsdCount'
|
1341
1919
|
end
|
1342
1920
|
end
|
@@ -1355,6 +1933,29 @@ module Google
|
|
1355
1933
|
end
|
1356
1934
|
end
|
1357
1935
|
|
1936
|
+
class Fleet
|
1937
|
+
# @private
|
1938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1939
|
+
property :membership, as: 'membership'
|
1940
|
+
property :pre_registered, as: 'preRegistered'
|
1941
|
+
property :project, as: 'project'
|
1942
|
+
end
|
1943
|
+
end
|
1944
|
+
|
1945
|
+
class GcpSecretManagerCertificateConfig
|
1946
|
+
# @private
|
1947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1948
|
+
property :secret_uri, as: 'secretUri'
|
1949
|
+
end
|
1950
|
+
end
|
1951
|
+
|
1952
|
+
class GpuDriverInstallationConfig
|
1953
|
+
# @private
|
1954
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1955
|
+
property :gpu_driver_version, as: 'gpuDriverVersion'
|
1956
|
+
end
|
1957
|
+
end
|
1958
|
+
|
1358
1959
|
class GpuSharingConfig
|
1359
1960
|
# @private
|
1360
1961
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1391,6 +1992,13 @@ module Google
|
|
1391
1992
|
end
|
1392
1993
|
end
|
1393
1994
|
|
1995
|
+
class GcsFuseCsiDriverConfig
|
1996
|
+
# @private
|
1997
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1998
|
+
property :enabled, as: 'enabled'
|
1999
|
+
end
|
2000
|
+
end
|
2001
|
+
|
1394
2002
|
class GetJsonWebKeysResponse
|
1395
2003
|
# @private
|
1396
2004
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1446,6 +2054,14 @@ module Google
|
|
1446
2054
|
end
|
1447
2055
|
end
|
1448
2056
|
|
2057
|
+
class HugepagesConfig
|
2058
|
+
# @private
|
2059
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2060
|
+
property :hugepage_size1g, as: 'hugepageSize1g'
|
2061
|
+
property :hugepage_size2m, as: 'hugepageSize2m'
|
2062
|
+
end
|
2063
|
+
end
|
2064
|
+
|
1449
2065
|
class IlbSubsettingConfig
|
1450
2066
|
# @private
|
1451
2067
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1456,17 +2072,24 @@ module Google
|
|
1456
2072
|
class IpAllocationPolicy
|
1457
2073
|
# @private
|
1458
2074
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2075
|
+
property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalPodRangesConfig::Representation
|
2076
|
+
|
1459
2077
|
property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
|
1460
2078
|
property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
|
1461
2079
|
property :cluster_secondary_range_name, as: 'clusterSecondaryRangeName'
|
1462
2080
|
property :create_subnetwork, as: 'createSubnetwork'
|
2081
|
+
property :default_pod_ipv4_range_utilization, as: 'defaultPodIpv4RangeUtilization'
|
1463
2082
|
property :ipv6_access_type, as: 'ipv6AccessType'
|
1464
2083
|
property :node_ipv4_cidr, as: 'nodeIpv4Cidr'
|
1465
2084
|
property :node_ipv4_cidr_block, as: 'nodeIpv4CidrBlock'
|
2085
|
+
property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1::PodCidrOverprovisionConfig::Representation
|
2086
|
+
|
1466
2087
|
property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
|
1467
2088
|
property :services_ipv4_cidr_block, as: 'servicesIpv4CidrBlock'
|
2089
|
+
property :services_ipv6_cidr_block, as: 'servicesIpv6CidrBlock'
|
1468
2090
|
property :services_secondary_range_name, as: 'servicesSecondaryRangeName'
|
1469
2091
|
property :stack_type, as: 'stackType'
|
2092
|
+
property :subnet_ipv6_cidr_block, as: 'subnetIpv6CidrBlock'
|
1470
2093
|
property :subnetwork_name, as: 'subnetworkName'
|
1471
2094
|
property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
|
1472
2095
|
property :use_ip_aliases, as: 'useIpAliases'
|
@@ -1474,6 +2097,20 @@ module Google
|
|
1474
2097
|
end
|
1475
2098
|
end
|
1476
2099
|
|
2100
|
+
class IpEndpointsConfig
|
2101
|
+
# @private
|
2102
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2103
|
+
property :authorized_networks_config, as: 'authorizedNetworksConfig', class: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig::Representation
|
2104
|
+
|
2105
|
+
property :enable_public_endpoint, as: 'enablePublicEndpoint'
|
2106
|
+
property :enabled, as: 'enabled'
|
2107
|
+
property :global_access, as: 'globalAccess'
|
2108
|
+
property :private_endpoint, as: 'privateEndpoint'
|
2109
|
+
property :private_endpoint_subnetwork, as: 'privateEndpointSubnetwork'
|
2110
|
+
property :public_endpoint, as: 'publicEndpoint'
|
2111
|
+
end
|
2112
|
+
end
|
2113
|
+
|
1477
2114
|
class IdentityServiceConfig
|
1478
2115
|
# @private
|
1479
2116
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1503,6 +2140,13 @@ module Google
|
|
1503
2140
|
end
|
1504
2141
|
end
|
1505
2142
|
|
2143
|
+
class K8sBetaApiConfig
|
2144
|
+
# @private
|
2145
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2146
|
+
collection :enabled_apis, as: 'enabledApis'
|
2147
|
+
end
|
2148
|
+
end
|
2149
|
+
|
1506
2150
|
class KubernetesDashboard
|
1507
2151
|
# @private
|
1508
2152
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1521,6 +2165,8 @@ module Google
|
|
1521
2165
|
# @private
|
1522
2166
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1523
2167
|
property :cgroup_mode, as: 'cgroupMode'
|
2168
|
+
property :hugepages, as: 'hugepages', class: Google::Apis::ContainerV1::HugepagesConfig, decorator: Google::Apis::ContainerV1::HugepagesConfig::Representation
|
2169
|
+
|
1524
2170
|
hash :sysctls, as: 'sysctls'
|
1525
2171
|
end
|
1526
2172
|
end
|
@@ -1620,6 +2266,8 @@ module Google
|
|
1620
2266
|
class ManagedPrometheusConfig
|
1621
2267
|
# @private
|
1622
2268
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2269
|
+
property :auto_monitoring_config, as: 'autoMonitoringConfig', class: Google::Apis::ContainerV1::AutoMonitoringConfig, decorator: Google::Apis::ContainerV1::AutoMonitoringConfig::Representation
|
2270
|
+
|
1623
2271
|
property :enabled, as: 'enabled'
|
1624
2272
|
end
|
1625
2273
|
end
|
@@ -1644,6 +2292,7 @@ module Google
|
|
1644
2292
|
|
1645
2293
|
property :enabled, as: 'enabled'
|
1646
2294
|
property :gcp_public_cidrs_access_enabled, as: 'gcpPublicCidrsAccessEnabled'
|
2295
|
+
property :private_endpoint_enforcement_enabled, as: 'privateEndpointEnforcementEnabled'
|
1647
2296
|
end
|
1648
2297
|
end
|
1649
2298
|
|
@@ -1654,6 +2303,13 @@ module Google
|
|
1654
2303
|
end
|
1655
2304
|
end
|
1656
2305
|
|
2306
|
+
class MemoryManager
|
2307
|
+
# @private
|
2308
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2309
|
+
property :policy, as: 'policy'
|
2310
|
+
end
|
2311
|
+
end
|
2312
|
+
|
1657
2313
|
class MeshCertificates
|
1658
2314
|
# @private
|
1659
2315
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1681,6 +2337,8 @@ module Google
|
|
1681
2337
|
class MonitoringConfig
|
1682
2338
|
# @private
|
1683
2339
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2340
|
+
property :advanced_datapath_observability_config, as: 'advancedDatapathObservabilityConfig', class: Google::Apis::ContainerV1::AdvancedDatapathObservabilityConfig, decorator: Google::Apis::ContainerV1::AdvancedDatapathObservabilityConfig::Representation
|
2341
|
+
|
1684
2342
|
property :component_config, as: 'componentConfig', class: Google::Apis::ContainerV1::MonitoringComponentConfig, decorator: Google::Apis::ContainerV1::MonitoringComponentConfig::Representation
|
1685
2343
|
|
1686
2344
|
property :managed_prometheus_config, as: 'managedPrometheusConfig', class: Google::Apis::ContainerV1::ManagedPrometheusConfig, decorator: Google::Apis::ContainerV1::ManagedPrometheusConfig::Representation
|
@@ -1692,15 +2350,23 @@ module Google
|
|
1692
2350
|
# @private
|
1693
2351
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1694
2352
|
property :datapath_provider, as: 'datapathProvider'
|
2353
|
+
property :default_enable_private_nodes, as: 'defaultEnablePrivateNodes'
|
1695
2354
|
property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1::DefaultSnatStatus::Representation
|
1696
2355
|
|
2356
|
+
property :disable_l4_lb_firewall_reconciliation, as: 'disableL4LbFirewallReconciliation'
|
1697
2357
|
property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
|
1698
2358
|
|
2359
|
+
property :enable_cilium_clusterwide_network_policy, as: 'enableCiliumClusterwideNetworkPolicy'
|
2360
|
+
property :enable_fqdn_network_policy, as: 'enableFqdnNetworkPolicy'
|
1699
2361
|
property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
|
1700
2362
|
property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
|
2363
|
+
property :enable_multi_networking, as: 'enableMultiNetworking'
|
1701
2364
|
property :gateway_api_config, as: 'gatewayApiConfig', class: Google::Apis::ContainerV1::GatewayApiConfig, decorator: Google::Apis::ContainerV1::GatewayApiConfig::Representation
|
1702
2365
|
|
2366
|
+
property :in_transit_encryption_config, as: 'inTransitEncryptionConfig'
|
1703
2367
|
property :network, as: 'network'
|
2368
|
+
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig::Representation
|
2369
|
+
|
1704
2370
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
1705
2371
|
property :service_external_ips_config, as: 'serviceExternalIpsConfig', class: Google::Apis::ContainerV1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1::ServiceExternalIPsConfig::Representation
|
1706
2372
|
|
@@ -1737,6 +2403,15 @@ module Google
|
|
1737
2403
|
end
|
1738
2404
|
end
|
1739
2405
|
|
2406
|
+
class NodeAffinity
|
2407
|
+
# @private
|
2408
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2409
|
+
property :key, as: 'key'
|
2410
|
+
property :operator, as: 'operator'
|
2411
|
+
collection :values, as: 'values'
|
2412
|
+
end
|
2413
|
+
end
|
2414
|
+
|
1740
2415
|
class NodeConfig
|
1741
2416
|
# @private
|
1742
2417
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1747,12 +2422,17 @@ module Google
|
|
1747
2422
|
property :boot_disk_kms_key, as: 'bootDiskKmsKey'
|
1748
2423
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
|
1749
2424
|
|
2425
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1::ContainerdConfig, decorator: Google::Apis::ContainerV1::ContainerdConfig::Representation
|
2426
|
+
|
1750
2427
|
property :disk_size_gb, as: 'diskSizeGb'
|
1751
2428
|
property :disk_type, as: 'diskType'
|
2429
|
+
property :effective_cgroup_mode, as: 'effectiveCgroupMode'
|
2430
|
+
property :enable_confidential_storage, as: 'enableConfidentialStorage'
|
1752
2431
|
property :ephemeral_storage_local_ssd_config, as: 'ephemeralStorageLocalSsdConfig', class: Google::Apis::ContainerV1::EphemeralStorageLocalSsdConfig, decorator: Google::Apis::ContainerV1::EphemeralStorageLocalSsdConfig::Representation
|
1753
2432
|
|
1754
2433
|
property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1::FastSocket, decorator: Google::Apis::ContainerV1::FastSocket::Representation
|
1755
2434
|
|
2435
|
+
property :flex_start, as: 'flexStart'
|
1756
2436
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
|
1757
2437
|
|
1758
2438
|
property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1::VirtualNic, decorator: Google::Apis::ContainerV1::VirtualNic::Representation
|
@@ -1766,9 +2446,11 @@ module Google
|
|
1766
2446
|
property :local_nvme_ssd_block_config, as: 'localNvmeSsdBlockConfig', class: Google::Apis::ContainerV1::LocalNvmeSsdBlockConfig, decorator: Google::Apis::ContainerV1::LocalNvmeSsdBlockConfig::Representation
|
1767
2447
|
|
1768
2448
|
property :local_ssd_count, as: 'localSsdCount'
|
2449
|
+
property :local_ssd_encryption_mode, as: 'localSsdEncryptionMode'
|
1769
2450
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1::NodePoolLoggingConfig::Representation
|
1770
2451
|
|
1771
2452
|
property :machine_type, as: 'machineType'
|
2453
|
+
property :max_run_duration, as: 'maxRunDuration'
|
1772
2454
|
hash :metadata, as: 'metadata'
|
1773
2455
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
1774
2456
|
property :node_group, as: 'nodeGroup'
|
@@ -1777,12 +2459,21 @@ module Google
|
|
1777
2459
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ContainerV1::ReservationAffinity, decorator: Google::Apis::ContainerV1::ReservationAffinity::Representation
|
1778
2460
|
|
1779
2461
|
hash :resource_labels, as: 'resourceLabels'
|
2462
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
2463
|
+
|
1780
2464
|
property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1::SandboxConfig, decorator: Google::Apis::ContainerV1::SandboxConfig::Representation
|
1781
2465
|
|
2466
|
+
property :secondary_boot_disk_update_strategy, as: 'secondaryBootDiskUpdateStrategy', class: Google::Apis::ContainerV1::SecondaryBootDiskUpdateStrategy, decorator: Google::Apis::ContainerV1::SecondaryBootDiskUpdateStrategy::Representation
|
2467
|
+
|
2468
|
+
collection :secondary_boot_disks, as: 'secondaryBootDisks', class: Google::Apis::ContainerV1::SecondaryBootDisk, decorator: Google::Apis::ContainerV1::SecondaryBootDisk::Representation
|
2469
|
+
|
1782
2470
|
property :service_account, as: 'serviceAccount'
|
1783
2471
|
property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::ContainerV1::ShieldedInstanceConfig, decorator: Google::Apis::ContainerV1::ShieldedInstanceConfig::Representation
|
1784
2472
|
|
2473
|
+
property :sole_tenant_config, as: 'soleTenantConfig', class: Google::Apis::ContainerV1::SoleTenantConfig, decorator: Google::Apis::ContainerV1::SoleTenantConfig::Representation
|
2474
|
+
|
1785
2475
|
property :spot, as: 'spot'
|
2476
|
+
collection :storage_pools, as: 'storagePools'
|
1786
2477
|
collection :tags, as: 'tags'
|
1787
2478
|
collection :taints, as: 'taints', class: Google::Apis::ContainerV1::NodeTaint, decorator: Google::Apis::ContainerV1::NodeTaint::Representation
|
1788
2479
|
|
@@ -1796,20 +2487,36 @@ module Google
|
|
1796
2487
|
class NodeConfigDefaults
|
1797
2488
|
# @private
|
1798
2489
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2490
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1::ContainerdConfig, decorator: Google::Apis::ContainerV1::ContainerdConfig::Representation
|
2491
|
+
|
1799
2492
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
|
1800
2493
|
|
1801
2494
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1::NodePoolLoggingConfig::Representation
|
1802
2495
|
|
2496
|
+
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
2497
|
+
|
1803
2498
|
end
|
1804
2499
|
end
|
1805
2500
|
|
1806
2501
|
class NodeKubeletConfig
|
1807
2502
|
# @private
|
1808
2503
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2504
|
+
collection :allowed_unsafe_sysctls, as: 'allowedUnsafeSysctls'
|
2505
|
+
property :container_log_max_files, as: 'containerLogMaxFiles'
|
2506
|
+
property :container_log_max_size, as: 'containerLogMaxSize'
|
1809
2507
|
property :cpu_cfs_quota, as: 'cpuCfsQuota'
|
1810
2508
|
property :cpu_cfs_quota_period, as: 'cpuCfsQuotaPeriod'
|
1811
2509
|
property :cpu_manager_policy, as: 'cpuManagerPolicy'
|
2510
|
+
property :image_gc_high_threshold_percent, as: 'imageGcHighThresholdPercent'
|
2511
|
+
property :image_gc_low_threshold_percent, as: 'imageGcLowThresholdPercent'
|
2512
|
+
property :image_maximum_gc_age, as: 'imageMaximumGcAge'
|
2513
|
+
property :image_minimum_gc_age, as: 'imageMinimumGcAge'
|
2514
|
+
property :insecure_kubelet_readonly_port_enabled, as: 'insecureKubeletReadonlyPortEnabled'
|
2515
|
+
property :memory_manager, as: 'memoryManager', class: Google::Apis::ContainerV1::MemoryManager, decorator: Google::Apis::ContainerV1::MemoryManager::Representation
|
2516
|
+
|
1812
2517
|
property :pod_pids_limit, :numeric_string => true, as: 'podPidsLimit'
|
2518
|
+
property :topology_manager, as: 'topologyManager', class: Google::Apis::ContainerV1::TopologyManager, decorator: Google::Apis::ContainerV1::TopologyManager::Representation
|
2519
|
+
|
1813
2520
|
end
|
1814
2521
|
end
|
1815
2522
|
|
@@ -1833,11 +2540,18 @@ module Google
|
|
1833
2540
|
class NodeNetworkConfig
|
1834
2541
|
# @private
|
1835
2542
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2543
|
+
collection :additional_node_network_configs, as: 'additionalNodeNetworkConfigs', class: Google::Apis::ContainerV1::AdditionalNodeNetworkConfig, decorator: Google::Apis::ContainerV1::AdditionalNodeNetworkConfig::Representation
|
2544
|
+
|
2545
|
+
collection :additional_pod_network_configs, as: 'additionalPodNetworkConfigs', class: Google::Apis::ContainerV1::AdditionalPodNetworkConfig, decorator: Google::Apis::ContainerV1::AdditionalPodNetworkConfig::Representation
|
2546
|
+
|
1836
2547
|
property :create_pod_range, as: 'createPodRange'
|
1837
2548
|
property :enable_private_nodes, as: 'enablePrivateNodes'
|
1838
2549
|
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1::NetworkPerformanceConfig, decorator: Google::Apis::ContainerV1::NetworkPerformanceConfig::Representation
|
1839
2550
|
|
2551
|
+
property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1::PodCidrOverprovisionConfig::Representation
|
2552
|
+
|
1840
2553
|
property :pod_ipv4_cidr_block, as: 'podIpv4CidrBlock'
|
2554
|
+
property :pod_ipv4_range_utilization, as: 'podIpv4RangeUtilization'
|
1841
2555
|
property :pod_range, as: 'podRange'
|
1842
2556
|
end
|
1843
2557
|
end
|
@@ -1845,8 +2559,12 @@ module Google
|
|
1845
2559
|
class NodePool
|
1846
2560
|
# @private
|
1847
2561
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2562
|
+
property :autopilot_config, as: 'autopilotConfig', class: Google::Apis::ContainerV1::AutopilotConfig, decorator: Google::Apis::ContainerV1::AutopilotConfig::Representation
|
2563
|
+
|
1848
2564
|
property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1::NodePoolAutoscaling::Representation
|
1849
2565
|
|
2566
|
+
property :best_effort_provisioning, as: 'bestEffortProvisioning', class: Google::Apis::ContainerV1::BestEffortProvisioning, decorator: Google::Apis::ContainerV1::BestEffortProvisioning::Representation
|
2567
|
+
|
1850
2568
|
collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1::StatusCondition, decorator: Google::Apis::ContainerV1::StatusCondition::Representation
|
1851
2569
|
|
1852
2570
|
property :config, as: 'config', class: Google::Apis::ContainerV1::NodeConfig, decorator: Google::Apis::ContainerV1::NodeConfig::Representation
|
@@ -1865,6 +2583,8 @@ module Google
|
|
1865
2583
|
property :placement_policy, as: 'placementPolicy', class: Google::Apis::ContainerV1::PlacementPolicy, decorator: Google::Apis::ContainerV1::PlacementPolicy::Representation
|
1866
2584
|
|
1867
2585
|
property :pod_ipv4_cidr_size, as: 'podIpv4CidrSize'
|
2586
|
+
property :queued_provisioning, as: 'queuedProvisioning', class: Google::Apis::ContainerV1::QueuedProvisioning, decorator: Google::Apis::ContainerV1::QueuedProvisioning::Representation
|
2587
|
+
|
1868
2588
|
property :self_link, as: 'selfLink'
|
1869
2589
|
property :status, as: 'status'
|
1870
2590
|
property :status_message, as: 'statusMessage'
|
@@ -1879,8 +2599,14 @@ module Google
|
|
1879
2599
|
class NodePoolAutoConfig
|
1880
2600
|
# @private
|
1881
2601
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2602
|
+
property :linux_node_config, as: 'linuxNodeConfig', class: Google::Apis::ContainerV1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1::LinuxNodeConfig::Representation
|
2603
|
+
|
1882
2604
|
property :network_tags, as: 'networkTags', class: Google::Apis::ContainerV1::NetworkTags, decorator: Google::Apis::ContainerV1::NetworkTags::Representation
|
1883
2605
|
|
2606
|
+
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
2607
|
+
|
2608
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
2609
|
+
|
1884
2610
|
end
|
1885
2611
|
end
|
1886
2612
|
|
@@ -1913,6 +2639,20 @@ module Google
|
|
1913
2639
|
end
|
1914
2640
|
end
|
1915
2641
|
|
2642
|
+
class NodePoolUpgradeInfo
|
2643
|
+
# @private
|
2644
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2645
|
+
collection :auto_upgrade_status, as: 'autoUpgradeStatus'
|
2646
|
+
property :end_of_extended_support_timestamp, as: 'endOfExtendedSupportTimestamp'
|
2647
|
+
property :end_of_standard_support_timestamp, as: 'endOfStandardSupportTimestamp'
|
2648
|
+
property :minor_target_version, as: 'minorTargetVersion'
|
2649
|
+
property :patch_target_version, as: 'patchTargetVersion'
|
2650
|
+
collection :paused_reason, as: 'pausedReason'
|
2651
|
+
collection :upgrade_details, as: 'upgradeDetails', class: Google::Apis::ContainerV1::UpgradeDetails, decorator: Google::Apis::ContainerV1::UpgradeDetails::Representation
|
2652
|
+
|
2653
|
+
end
|
2654
|
+
end
|
2655
|
+
|
1916
2656
|
class NodeTaint
|
1917
2657
|
# @private
|
1918
2658
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1963,6 +2703,15 @@ module Google
|
|
1963
2703
|
end
|
1964
2704
|
end
|
1965
2705
|
|
2706
|
+
class OperationError
|
2707
|
+
# @private
|
2708
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2709
|
+
property :error_message, as: 'errorMessage'
|
2710
|
+
property :key_name, as: 'keyName'
|
2711
|
+
property :timestamp, as: 'timestamp'
|
2712
|
+
end
|
2713
|
+
end
|
2714
|
+
|
1966
2715
|
class OperationProgress
|
1967
2716
|
# @private
|
1968
2717
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1975,13 +2724,44 @@ module Google
|
|
1975
2724
|
end
|
1976
2725
|
end
|
1977
2726
|
|
2727
|
+
class ParallelstoreCsiDriverConfig
|
2728
|
+
# @private
|
2729
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2730
|
+
property :enabled, as: 'enabled'
|
2731
|
+
end
|
2732
|
+
end
|
2733
|
+
|
2734
|
+
class ParentProductConfig
|
2735
|
+
# @private
|
2736
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2737
|
+
hash :labels, as: 'labels'
|
2738
|
+
property :product_name, as: 'productName'
|
2739
|
+
end
|
2740
|
+
end
|
2741
|
+
|
1978
2742
|
class PlacementPolicy
|
1979
2743
|
# @private
|
1980
2744
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2745
|
+
property :policy_name, as: 'policyName'
|
2746
|
+
property :tpu_topology, as: 'tpuTopology'
|
1981
2747
|
property :type, as: 'type'
|
1982
2748
|
end
|
1983
2749
|
end
|
1984
2750
|
|
2751
|
+
class PodAutoscaling
|
2752
|
+
# @private
|
2753
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2754
|
+
property :hpa_profile, as: 'hpaProfile'
|
2755
|
+
end
|
2756
|
+
end
|
2757
|
+
|
2758
|
+
class PodCidrOverprovisionConfig
|
2759
|
+
# @private
|
2760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2761
|
+
property :disable, as: 'disable'
|
2762
|
+
end
|
2763
|
+
end
|
2764
|
+
|
1985
2765
|
class PrivateClusterConfig
|
1986
2766
|
# @private
|
1987
2767
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2004,6 +2784,15 @@ module Google
|
|
2004
2784
|
end
|
2005
2785
|
end
|
2006
2786
|
|
2787
|
+
class PrivateRegistryAccessConfig
|
2788
|
+
# @private
|
2789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2790
|
+
collection :certificate_authority_domain_config, as: 'certificateAuthorityDomainConfig', class: Google::Apis::ContainerV1::CertificateAuthorityDomainConfig, decorator: Google::Apis::ContainerV1::CertificateAuthorityDomainConfig::Representation
|
2791
|
+
|
2792
|
+
property :enabled, as: 'enabled'
|
2793
|
+
end
|
2794
|
+
end
|
2795
|
+
|
2007
2796
|
class PubSub
|
2008
2797
|
# @private
|
2009
2798
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2014,6 +2803,54 @@ module Google
|
|
2014
2803
|
end
|
2015
2804
|
end
|
2016
2805
|
|
2806
|
+
class QueuedProvisioning
|
2807
|
+
# @private
|
2808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2809
|
+
property :enabled, as: 'enabled'
|
2810
|
+
end
|
2811
|
+
end
|
2812
|
+
|
2813
|
+
class RbacBindingConfig
|
2814
|
+
# @private
|
2815
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2816
|
+
property :enable_insecure_binding_system_authenticated, as: 'enableInsecureBindingSystemAuthenticated'
|
2817
|
+
property :enable_insecure_binding_system_unauthenticated, as: 'enableInsecureBindingSystemUnauthenticated'
|
2818
|
+
end
|
2819
|
+
end
|
2820
|
+
|
2821
|
+
class RangeInfo
|
2822
|
+
# @private
|
2823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2824
|
+
property :range_name, as: 'rangeName'
|
2825
|
+
property :utilization, as: 'utilization'
|
2826
|
+
end
|
2827
|
+
end
|
2828
|
+
|
2829
|
+
class RayClusterLoggingConfig
|
2830
|
+
# @private
|
2831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2832
|
+
property :enabled, as: 'enabled'
|
2833
|
+
end
|
2834
|
+
end
|
2835
|
+
|
2836
|
+
class RayClusterMonitoringConfig
|
2837
|
+
# @private
|
2838
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2839
|
+
property :enabled, as: 'enabled'
|
2840
|
+
end
|
2841
|
+
end
|
2842
|
+
|
2843
|
+
class RayOperatorConfig
|
2844
|
+
# @private
|
2845
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2846
|
+
property :enabled, as: 'enabled'
|
2847
|
+
property :ray_cluster_logging_config, as: 'rayClusterLoggingConfig', class: Google::Apis::ContainerV1::RayClusterLoggingConfig, decorator: Google::Apis::ContainerV1::RayClusterLoggingConfig::Representation
|
2848
|
+
|
2849
|
+
property :ray_cluster_monitoring_config, as: 'rayClusterMonitoringConfig', class: Google::Apis::ContainerV1::RayClusterMonitoringConfig, decorator: Google::Apis::ContainerV1::RayClusterMonitoringConfig::Representation
|
2850
|
+
|
2851
|
+
end
|
2852
|
+
end
|
2853
|
+
|
2017
2854
|
class RecurringTimeWindow
|
2018
2855
|
# @private
|
2019
2856
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2035,6 +2872,7 @@ module Google
|
|
2035
2872
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2036
2873
|
property :channel, as: 'channel'
|
2037
2874
|
property :default_version, as: 'defaultVersion'
|
2875
|
+
property :upgrade_target_version, as: 'upgradeTargetVersion'
|
2038
2876
|
collection :valid_versions, as: 'validVersions'
|
2039
2877
|
end
|
2040
2878
|
end
|
@@ -2064,6 +2902,13 @@ module Google
|
|
2064
2902
|
end
|
2065
2903
|
end
|
2066
2904
|
|
2905
|
+
class ResourceManagerTags
|
2906
|
+
# @private
|
2907
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2908
|
+
hash :tags, as: 'tags'
|
2909
|
+
end
|
2910
|
+
end
|
2911
|
+
|
2067
2912
|
class ResourceUsageExportConfig
|
2068
2913
|
# @private
|
2069
2914
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2094,6 +2939,27 @@ module Google
|
|
2094
2939
|
end
|
2095
2940
|
end
|
2096
2941
|
|
2942
|
+
class SecondaryBootDisk
|
2943
|
+
# @private
|
2944
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2945
|
+
property :disk_image, as: 'diskImage'
|
2946
|
+
property :mode, as: 'mode'
|
2947
|
+
end
|
2948
|
+
end
|
2949
|
+
|
2950
|
+
class SecondaryBootDiskUpdateStrategy
|
2951
|
+
# @private
|
2952
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2953
|
+
end
|
2954
|
+
end
|
2955
|
+
|
2956
|
+
class SecretManagerConfig
|
2957
|
+
# @private
|
2958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2959
|
+
property :enabled, as: 'enabled'
|
2960
|
+
end
|
2961
|
+
end
|
2962
|
+
|
2097
2963
|
class SecurityBulletinEvent
|
2098
2964
|
# @private
|
2099
2965
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2103,6 +2969,7 @@ module Google
|
|
2103
2969
|
property :bulletin_uri, as: 'bulletinUri'
|
2104
2970
|
collection :cve_ids, as: 'cveIds'
|
2105
2971
|
property :manual_steps_required, as: 'manualStepsRequired'
|
2972
|
+
collection :mitigated_versions, as: 'mitigatedVersions'
|
2106
2973
|
collection :patched_versions, as: 'patchedVersions'
|
2107
2974
|
property :resource_type_affected, as: 'resourceTypeAffected'
|
2108
2975
|
property :severity, as: 'severity'
|
@@ -2110,6 +2977,14 @@ module Google
|
|
2110
2977
|
end
|
2111
2978
|
end
|
2112
2979
|
|
2980
|
+
class SecurityPostureConfig
|
2981
|
+
# @private
|
2982
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2983
|
+
property :mode, as: 'mode'
|
2984
|
+
property :vulnerability_mode, as: 'vulnerabilityMode'
|
2985
|
+
end
|
2986
|
+
end
|
2987
|
+
|
2113
2988
|
class ServerConfig
|
2114
2989
|
# @private
|
2115
2990
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2288,6 +3163,14 @@ module Google
|
|
2288
3163
|
end
|
2289
3164
|
end
|
2290
3165
|
|
3166
|
+
class SoleTenantConfig
|
3167
|
+
# @private
|
3168
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3169
|
+
collection :node_affinities, as: 'nodeAffinities', class: Google::Apis::ContainerV1::NodeAffinity, decorator: Google::Apis::ContainerV1::NodeAffinity::Representation
|
3170
|
+
|
3171
|
+
end
|
3172
|
+
end
|
3173
|
+
|
2291
3174
|
class StandardRolloutPolicy
|
2292
3175
|
# @private
|
2293
3176
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2308,6 +3191,13 @@ module Google
|
|
2308
3191
|
end
|
2309
3192
|
end
|
2310
3193
|
|
3194
|
+
class StatefulHaConfig
|
3195
|
+
# @private
|
3196
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3197
|
+
property :enabled, as: 'enabled'
|
3198
|
+
end
|
3199
|
+
end
|
3200
|
+
|
2311
3201
|
class Status
|
2312
3202
|
# @private
|
2313
3203
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2336,6 +3226,14 @@ module Google
|
|
2336
3226
|
end
|
2337
3227
|
end
|
2338
3228
|
|
3229
|
+
class TopologyManager
|
3230
|
+
# @private
|
3231
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3232
|
+
property :policy, as: 'policy'
|
3233
|
+
property :scope, as: 'scope'
|
3234
|
+
end
|
3235
|
+
end
|
3236
|
+
|
2339
3237
|
class UpdateClusterRequest
|
2340
3238
|
# @private
|
2341
3239
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2370,12 +3268,19 @@ module Google
|
|
2370
3268
|
class UpdateNodePoolRequest
|
2371
3269
|
# @private
|
2372
3270
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3271
|
+
collection :accelerators, as: 'accelerators', class: Google::Apis::ContainerV1::AcceleratorConfig, decorator: Google::Apis::ContainerV1::AcceleratorConfig::Representation
|
3272
|
+
|
2373
3273
|
property :cluster_id, as: 'clusterId'
|
2374
3274
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
|
2375
3275
|
|
3276
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1::ContainerdConfig, decorator: Google::Apis::ContainerV1::ContainerdConfig::Representation
|
3277
|
+
|
3278
|
+
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
3279
|
+
property :disk_type, as: 'diskType'
|
2376
3280
|
property :etag, as: 'etag'
|
2377
3281
|
property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1::FastSocket, decorator: Google::Apis::ContainerV1::FastSocket::Representation
|
2378
3282
|
|
3283
|
+
property :flex_start, as: 'flexStart'
|
2379
3284
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
|
2380
3285
|
|
2381
3286
|
property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1::VirtualNic, decorator: Google::Apis::ContainerV1::VirtualNic::Representation
|
@@ -2390,14 +3295,21 @@ module Google
|
|
2390
3295
|
collection :locations, as: 'locations'
|
2391
3296
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1::NodePoolLoggingConfig::Representation
|
2392
3297
|
|
3298
|
+
property :machine_type, as: 'machineType'
|
3299
|
+
property :max_run_duration, as: 'maxRunDuration'
|
2393
3300
|
property :name, as: 'name'
|
2394
3301
|
property :node_network_config, as: 'nodeNetworkConfig', class: Google::Apis::ContainerV1::NodeNetworkConfig, decorator: Google::Apis::ContainerV1::NodeNetworkConfig::Representation
|
2395
3302
|
|
2396
3303
|
property :node_pool_id, as: 'nodePoolId'
|
2397
3304
|
property :node_version, as: 'nodeVersion'
|
2398
3305
|
property :project_id, as: 'projectId'
|
3306
|
+
property :queued_provisioning, as: 'queuedProvisioning', class: Google::Apis::ContainerV1::QueuedProvisioning, decorator: Google::Apis::ContainerV1::QueuedProvisioning::Representation
|
3307
|
+
|
2399
3308
|
property :resource_labels, as: 'resourceLabels', class: Google::Apis::ContainerV1::ResourceLabels, decorator: Google::Apis::ContainerV1::ResourceLabels::Representation
|
2400
3309
|
|
3310
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
3311
|
+
|
3312
|
+
collection :storage_pools, as: 'storagePools'
|
2401
3313
|
property :tags, as: 'tags', class: Google::Apis::ContainerV1::NetworkTags, decorator: Google::Apis::ContainerV1::NetworkTags::Representation
|
2402
3314
|
|
2403
3315
|
property :taints, as: 'taints', class: Google::Apis::ContainerV1::NodeTaints, decorator: Google::Apis::ContainerV1::NodeTaints::Representation
|
@@ -2423,6 +3335,18 @@ module Google
|
|
2423
3335
|
end
|
2424
3336
|
end
|
2425
3337
|
|
3338
|
+
class UpgradeDetails
|
3339
|
+
# @private
|
3340
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3341
|
+
property :end_time, as: 'endTime'
|
3342
|
+
property :initial_version, as: 'initialVersion'
|
3343
|
+
property :start_time, as: 'startTime'
|
3344
|
+
property :start_type, as: 'startType'
|
3345
|
+
property :state, as: 'state'
|
3346
|
+
property :target_version, as: 'targetVersion'
|
3347
|
+
end
|
3348
|
+
end
|
3349
|
+
|
2426
3350
|
class UpgradeEvent
|
2427
3351
|
# @private
|
2428
3352
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2435,6 +3359,24 @@ module Google
|
|
2435
3359
|
end
|
2436
3360
|
end
|
2437
3361
|
|
3362
|
+
class UpgradeInfoEvent
|
3363
|
+
# @private
|
3364
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3365
|
+
property :current_version, as: 'currentVersion'
|
3366
|
+
property :description, as: 'description'
|
3367
|
+
property :end_time, as: 'endTime'
|
3368
|
+
property :event_type, as: 'eventType'
|
3369
|
+
property :extended_support_end_time, as: 'extendedSupportEndTime'
|
3370
|
+
property :operation, as: 'operation'
|
3371
|
+
property :resource, as: 'resource'
|
3372
|
+
property :resource_type, as: 'resourceType'
|
3373
|
+
property :standard_support_end_time, as: 'standardSupportEndTime'
|
3374
|
+
property :start_time, as: 'startTime'
|
3375
|
+
property :state, as: 'state'
|
3376
|
+
property :target_version, as: 'targetVersion'
|
3377
|
+
end
|
3378
|
+
end
|
3379
|
+
|
2438
3380
|
class UpgradeSettings
|
2439
3381
|
# @private
|
2440
3382
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2467,6 +3409,20 @@ module Google
|
|
2467
3409
|
end
|
2468
3410
|
end
|
2469
3411
|
|
3412
|
+
class UserManagedKeysConfig
|
3413
|
+
# @private
|
3414
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3415
|
+
property :aggregation_ca, as: 'aggregationCa'
|
3416
|
+
property :cluster_ca, as: 'clusterCa'
|
3417
|
+
property :control_plane_disk_encryption_key, as: 'controlPlaneDiskEncryptionKey'
|
3418
|
+
property :etcd_api_ca, as: 'etcdApiCa'
|
3419
|
+
property :etcd_peer_ca, as: 'etcdPeerCa'
|
3420
|
+
property :gkeops_etcd_backup_encryption_key, as: 'gkeopsEtcdBackupEncryptionKey'
|
3421
|
+
collection :service_account_signing_keys, as: 'serviceAccountSigningKeys'
|
3422
|
+
collection :service_account_verification_keys, as: 'serviceAccountVerificationKeys'
|
3423
|
+
end
|
3424
|
+
end
|
3425
|
+
|
2470
3426
|
class VerticalPodAutoscaling
|
2471
3427
|
# @private
|
2472
3428
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2501,6 +3457,14 @@ module Google
|
|
2501
3457
|
property :mode, as: 'mode'
|
2502
3458
|
end
|
2503
3459
|
end
|
3460
|
+
|
3461
|
+
class WorkloadPolicyConfig
|
3462
|
+
# @private
|
3463
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3464
|
+
property :allow_net_admin, as: 'allowNetAdmin'
|
3465
|
+
property :autopilot_compatibility_auditing_enabled, as: 'autopilotCompatibilityAuditingEnabled'
|
3466
|
+
end
|
3467
|
+
end
|
2504
3468
|
end
|
2505
3469
|
end
|
2506
3470
|
end
|