google-apis-container_v1 0.43.0 → 0.94.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 +208 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/container_v1/classes.rb +2506 -125
- data/lib/google/apis/container_v1/gem_version.rb +3 -3
- data/lib/google/apis/container_v1/representations.rb +938 -5
- 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
|
|
@@ -490,6 +646,12 @@ module Google
|
|
490
646
|
include Google::Apis::Core::JsonObjectSupport
|
491
647
|
end
|
492
648
|
|
649
|
+
class NodeAffinity
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
493
655
|
class NodeConfig
|
494
656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
657
|
|
@@ -556,6 +718,12 @@ module Google
|
|
556
718
|
include Google::Apis::Core::JsonObjectSupport
|
557
719
|
end
|
558
720
|
|
721
|
+
class NodePoolUpgradeInfo
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
559
727
|
class NodeTaint
|
560
728
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
729
|
|
@@ -580,18 +748,48 @@ module Google
|
|
580
748
|
include Google::Apis::Core::JsonObjectSupport
|
581
749
|
end
|
582
750
|
|
751
|
+
class OperationError
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
|
+
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
755
|
+
end
|
756
|
+
|
583
757
|
class OperationProgress
|
584
758
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
759
|
|
586
760
|
include Google::Apis::Core::JsonObjectSupport
|
587
761
|
end
|
588
762
|
|
763
|
+
class ParallelstoreCsiDriverConfig
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
769
|
+
class ParentProductConfig
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
+
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
773
|
+
end
|
774
|
+
|
589
775
|
class PlacementPolicy
|
590
776
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
777
|
|
592
778
|
include Google::Apis::Core::JsonObjectSupport
|
593
779
|
end
|
594
780
|
|
781
|
+
class PodAutoscaling
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
787
|
+
class PodCidrOverprovisionConfig
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
595
793
|
class PrivateClusterConfig
|
596
794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
795
|
|
@@ -604,12 +802,54 @@ module Google
|
|
604
802
|
include Google::Apis::Core::JsonObjectSupport
|
605
803
|
end
|
606
804
|
|
805
|
+
class PrivateRegistryAccessConfig
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
|
+
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
809
|
+
end
|
810
|
+
|
607
811
|
class PubSub
|
608
812
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
813
|
|
610
814
|
include Google::Apis::Core::JsonObjectSupport
|
611
815
|
end
|
612
816
|
|
817
|
+
class QueuedProvisioning
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
|
+
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
821
|
+
end
|
822
|
+
|
823
|
+
class RbacBindingConfig
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
829
|
+
class RangeInfo
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
835
|
+
class RayClusterLoggingConfig
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
841
|
+
class RayClusterMonitoringConfig
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
+
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
845
|
+
end
|
846
|
+
|
847
|
+
class RayOperatorConfig
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
|
+
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
851
|
+
end
|
852
|
+
|
613
853
|
class RecurringTimeWindow
|
614
854
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
855
|
|
@@ -646,6 +886,12 @@ module Google
|
|
646
886
|
include Google::Apis::Core::JsonObjectSupport
|
647
887
|
end
|
648
888
|
|
889
|
+
class ResourceManagerTags
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
|
+
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
893
|
+
end
|
894
|
+
|
649
895
|
class ResourceUsageExportConfig
|
650
896
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
897
|
|
@@ -664,12 +910,36 @@ module Google
|
|
664
910
|
include Google::Apis::Core::JsonObjectSupport
|
665
911
|
end
|
666
912
|
|
913
|
+
class SecondaryBootDisk
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
|
+
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
917
|
+
end
|
918
|
+
|
919
|
+
class SecondaryBootDiskUpdateStrategy
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
|
+
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
923
|
+
end
|
924
|
+
|
925
|
+
class SecretManagerConfig
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
|
+
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
929
|
+
end
|
930
|
+
|
667
931
|
class SecurityBulletinEvent
|
668
932
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
933
|
|
670
934
|
include Google::Apis::Core::JsonObjectSupport
|
671
935
|
end
|
672
936
|
|
937
|
+
class SecurityPostureConfig
|
938
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
939
|
+
|
940
|
+
include Google::Apis::Core::JsonObjectSupport
|
941
|
+
end
|
942
|
+
|
673
943
|
class ServerConfig
|
674
944
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
945
|
|
@@ -766,6 +1036,12 @@ module Google
|
|
766
1036
|
include Google::Apis::Core::JsonObjectSupport
|
767
1037
|
end
|
768
1038
|
|
1039
|
+
class SoleTenantConfig
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
|
+
|
1042
|
+
include Google::Apis::Core::JsonObjectSupport
|
1043
|
+
end
|
1044
|
+
|
769
1045
|
class StandardRolloutPolicy
|
770
1046
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
1047
|
|
@@ -778,6 +1054,12 @@ module Google
|
|
778
1054
|
include Google::Apis::Core::JsonObjectSupport
|
779
1055
|
end
|
780
1056
|
|
1057
|
+
class StatefulHaConfig
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
|
+
|
1060
|
+
include Google::Apis::Core::JsonObjectSupport
|
1061
|
+
end
|
1062
|
+
|
781
1063
|
class Status
|
782
1064
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
1065
|
|
@@ -826,12 +1108,24 @@ module Google
|
|
826
1108
|
include Google::Apis::Core::JsonObjectSupport
|
827
1109
|
end
|
828
1110
|
|
1111
|
+
class UpgradeDetails
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
|
+
|
1114
|
+
include Google::Apis::Core::JsonObjectSupport
|
1115
|
+
end
|
1116
|
+
|
829
1117
|
class UpgradeEvent
|
830
1118
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
1119
|
|
832
1120
|
include Google::Apis::Core::JsonObjectSupport
|
833
1121
|
end
|
834
1122
|
|
1123
|
+
class UpgradeInfoEvent
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
|
+
|
1126
|
+
include Google::Apis::Core::JsonObjectSupport
|
1127
|
+
end
|
1128
|
+
|
835
1129
|
class UpgradeSettings
|
836
1130
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
1131
|
|
@@ -850,6 +1144,12 @@ module Google
|
|
850
1144
|
include Google::Apis::Core::JsonObjectSupport
|
851
1145
|
end
|
852
1146
|
|
1147
|
+
class UserManagedKeysConfig
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
|
+
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
1151
|
+
end
|
1152
|
+
|
853
1153
|
class VerticalPodAutoscaling
|
854
1154
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
1155
|
|
@@ -880,17 +1180,53 @@ module Google
|
|
880
1180
|
include Google::Apis::Core::JsonObjectSupport
|
881
1181
|
end
|
882
1182
|
|
1183
|
+
class WorkloadPolicyConfig
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1185
|
+
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
1187
|
+
end
|
1188
|
+
|
883
1189
|
class AcceleratorConfig
|
884
1190
|
# @private
|
885
1191
|
class Representation < Google::Apis::Core::JsonRepresentation
|
886
1192
|
property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
|
887
1193
|
property :accelerator_type, as: 'acceleratorType'
|
1194
|
+
property :gpu_driver_installation_config, as: 'gpuDriverInstallationConfig', class: Google::Apis::ContainerV1::GpuDriverInstallationConfig, decorator: Google::Apis::ContainerV1::GpuDriverInstallationConfig::Representation
|
1195
|
+
|
888
1196
|
property :gpu_partition_size, as: 'gpuPartitionSize'
|
889
1197
|
property :gpu_sharing_config, as: 'gpuSharingConfig', class: Google::Apis::ContainerV1::GpuSharingConfig, decorator: Google::Apis::ContainerV1::GpuSharingConfig::Representation
|
890
1198
|
|
891
1199
|
end
|
892
1200
|
end
|
893
1201
|
|
1202
|
+
class AdditionalNodeNetworkConfig
|
1203
|
+
# @private
|
1204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1205
|
+
property :network, as: 'network'
|
1206
|
+
property :subnetwork, as: 'subnetwork'
|
1207
|
+
end
|
1208
|
+
end
|
1209
|
+
|
1210
|
+
class AdditionalPodNetworkConfig
|
1211
|
+
# @private
|
1212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1213
|
+
property :max_pods_per_node, as: 'maxPodsPerNode', class: Google::Apis::ContainerV1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1::MaxPodsConstraint::Representation
|
1214
|
+
|
1215
|
+
property :network_attachment, as: 'networkAttachment'
|
1216
|
+
property :secondary_pod_range, as: 'secondaryPodRange'
|
1217
|
+
property :subnetwork, as: 'subnetwork'
|
1218
|
+
end
|
1219
|
+
end
|
1220
|
+
|
1221
|
+
class AdditionalPodRangesConfig
|
1222
|
+
# @private
|
1223
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1224
|
+
collection :pod_range_info, as: 'podRangeInfo', class: Google::Apis::ContainerV1::RangeInfo, decorator: Google::Apis::ContainerV1::RangeInfo::Representation
|
1225
|
+
|
1226
|
+
collection :pod_range_names, as: 'podRangeNames'
|
1227
|
+
end
|
1228
|
+
end
|
1229
|
+
|
894
1230
|
class AddonsConfig
|
895
1231
|
# @private
|
896
1232
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -904,6 +1240,8 @@ module Google
|
|
904
1240
|
|
905
1241
|
property :gcp_filestore_csi_driver_config, as: 'gcpFilestoreCsiDriverConfig', class: Google::Apis::ContainerV1::GcpFilestoreCsiDriverConfig, decorator: Google::Apis::ContainerV1::GcpFilestoreCsiDriverConfig::Representation
|
906
1242
|
|
1243
|
+
property :gcs_fuse_csi_driver_config, as: 'gcsFuseCsiDriverConfig', class: Google::Apis::ContainerV1::GcsFuseCsiDriverConfig, decorator: Google::Apis::ContainerV1::GcsFuseCsiDriverConfig::Representation
|
1244
|
+
|
907
1245
|
property :gke_backup_agent_config, as: 'gkeBackupAgentConfig', class: Google::Apis::ContainerV1::GkeBackupAgentConfig, decorator: Google::Apis::ContainerV1::GkeBackupAgentConfig::Representation
|
908
1246
|
|
909
1247
|
property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1::HorizontalPodAutoscaling::Representation
|
@@ -914,12 +1252,28 @@ module Google
|
|
914
1252
|
|
915
1253
|
property :network_policy_config, as: 'networkPolicyConfig', class: Google::Apis::ContainerV1::NetworkPolicyConfig, decorator: Google::Apis::ContainerV1::NetworkPolicyConfig::Representation
|
916
1254
|
|
1255
|
+
property :parallelstore_csi_driver_config, as: 'parallelstoreCsiDriverConfig', class: Google::Apis::ContainerV1::ParallelstoreCsiDriverConfig, decorator: Google::Apis::ContainerV1::ParallelstoreCsiDriverConfig::Representation
|
1256
|
+
|
1257
|
+
property :ray_operator_config, as: 'rayOperatorConfig', class: Google::Apis::ContainerV1::RayOperatorConfig, decorator: Google::Apis::ContainerV1::RayOperatorConfig::Representation
|
1258
|
+
|
1259
|
+
property :stateful_ha_config, as: 'statefulHaConfig', class: Google::Apis::ContainerV1::StatefulHaConfig, decorator: Google::Apis::ContainerV1::StatefulHaConfig::Representation
|
1260
|
+
|
1261
|
+
end
|
1262
|
+
end
|
1263
|
+
|
1264
|
+
class AdvancedDatapathObservabilityConfig
|
1265
|
+
# @private
|
1266
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1267
|
+
property :enable_metrics, as: 'enableMetrics'
|
1268
|
+
property :enable_relay, as: 'enableRelay'
|
1269
|
+
property :relay_mode, as: 'relayMode'
|
917
1270
|
end
|
918
1271
|
end
|
919
1272
|
|
920
1273
|
class AdvancedMachineFeatures
|
921
1274
|
# @private
|
922
1275
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1276
|
+
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
923
1277
|
property :threads_per_core, :numeric_string => true, as: 'threadsPerCore'
|
924
1278
|
end
|
925
1279
|
end
|
@@ -932,6 +1286,13 @@ module Google
|
|
932
1286
|
end
|
933
1287
|
end
|
934
1288
|
|
1289
|
+
class AutoMonitoringConfig
|
1290
|
+
# @private
|
1291
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1292
|
+
property :scope, as: 'scope'
|
1293
|
+
end
|
1294
|
+
end
|
1295
|
+
|
935
1296
|
class AutoUpgradeOptions
|
936
1297
|
# @private
|
937
1298
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -941,6 +1302,27 @@ module Google
|
|
941
1302
|
end
|
942
1303
|
|
943
1304
|
class Autopilot
|
1305
|
+
# @private
|
1306
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1307
|
+
property :enabled, as: 'enabled'
|
1308
|
+
property :workload_policy_config, as: 'workloadPolicyConfig', class: Google::Apis::ContainerV1::WorkloadPolicyConfig, decorator: Google::Apis::ContainerV1::WorkloadPolicyConfig::Representation
|
1309
|
+
|
1310
|
+
end
|
1311
|
+
end
|
1312
|
+
|
1313
|
+
class AutopilotCompatibilityIssue
|
1314
|
+
# @private
|
1315
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1316
|
+
property :constraint_type, as: 'constraintType'
|
1317
|
+
property :description, as: 'description'
|
1318
|
+
property :documentation_url, as: 'documentationUrl'
|
1319
|
+
property :incompatibility_type, as: 'incompatibilityType'
|
1320
|
+
property :last_observation, as: 'lastObservation'
|
1321
|
+
collection :subjects, as: 'subjects'
|
1322
|
+
end
|
1323
|
+
end
|
1324
|
+
|
1325
|
+
class AutopilotConfig
|
944
1326
|
# @private
|
945
1327
|
class Representation < Google::Apis::Core::JsonRepresentation
|
946
1328
|
property :enabled, as: 'enabled'
|
@@ -954,6 +1336,7 @@ module Google
|
|
954
1336
|
property :disk_size_gb, as: 'diskSizeGb'
|
955
1337
|
property :disk_type, as: 'diskType'
|
956
1338
|
property :image_type, as: 'imageType'
|
1339
|
+
property :insecure_kubelet_readonly_port_enabled, as: 'insecureKubeletReadonlyPortEnabled'
|
957
1340
|
property :management, as: 'management', class: Google::Apis::ContainerV1::NodeManagement, decorator: Google::Apis::ContainerV1::NodeManagement::Representation
|
958
1341
|
|
959
1342
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
@@ -966,6 +1349,14 @@ module Google
|
|
966
1349
|
end
|
967
1350
|
end
|
968
1351
|
|
1352
|
+
class BestEffortProvisioning
|
1353
|
+
# @private
|
1354
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1355
|
+
property :enabled, as: 'enabled'
|
1356
|
+
property :min_provision_nodes, as: 'minProvisionNodes'
|
1357
|
+
end
|
1358
|
+
end
|
1359
|
+
|
969
1360
|
class BigQueryDestination
|
970
1361
|
# @private
|
971
1362
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1011,6 +1402,24 @@ module Google
|
|
1011
1402
|
end
|
1012
1403
|
end
|
1013
1404
|
|
1405
|
+
class CertificateAuthorityDomainConfig
|
1406
|
+
# @private
|
1407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1408
|
+
collection :fqdns, as: 'fqdns'
|
1409
|
+
property :gcp_secret_manager_certificate_config, as: 'gcpSecretManagerCertificateConfig', class: Google::Apis::ContainerV1::GcpSecretManagerCertificateConfig, decorator: Google::Apis::ContainerV1::GcpSecretManagerCertificateConfig::Representation
|
1410
|
+
|
1411
|
+
end
|
1412
|
+
end
|
1413
|
+
|
1414
|
+
class CheckAutopilotCompatibilityResponse
|
1415
|
+
# @private
|
1416
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1417
|
+
collection :issues, as: 'issues', class: Google::Apis::ContainerV1::AutopilotCompatibilityIssue, decorator: Google::Apis::ContainerV1::AutopilotCompatibilityIssue::Representation
|
1418
|
+
|
1419
|
+
property :summary, as: 'summary'
|
1420
|
+
end
|
1421
|
+
end
|
1422
|
+
|
1014
1423
|
class CidrBlock
|
1015
1424
|
# @private
|
1016
1425
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1048,10 +1457,14 @@ module Google
|
|
1048
1457
|
property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
|
1049
1458
|
|
1050
1459
|
property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
|
1460
|
+
property :compliance_posture_config, as: 'compliancePostureConfig', class: Google::Apis::ContainerV1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1::CompliancePostureConfig::Representation
|
1461
|
+
|
1051
1462
|
collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1::StatusCondition, decorator: Google::Apis::ContainerV1::StatusCondition::Representation
|
1052
1463
|
|
1053
1464
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
|
1054
1465
|
|
1466
|
+
property :control_plane_endpoints_config, as: 'controlPlaneEndpointsConfig', class: Google::Apis::ContainerV1::ControlPlaneEndpointsConfig, decorator: Google::Apis::ContainerV1::ControlPlaneEndpointsConfig::Representation
|
1467
|
+
|
1055
1468
|
property :cost_management_config, as: 'costManagementConfig', class: Google::Apis::ContainerV1::CostManagementConfig, decorator: Google::Apis::ContainerV1::CostManagementConfig::Representation
|
1056
1469
|
|
1057
1470
|
property :create_time, as: 'createTime'
|
@@ -1063,11 +1476,17 @@ module Google
|
|
1063
1476
|
property :default_max_pods_constraint, as: 'defaultMaxPodsConstraint', class: Google::Apis::ContainerV1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1::MaxPodsConstraint::Representation
|
1064
1477
|
|
1065
1478
|
property :description, as: 'description'
|
1479
|
+
property :enable_k8s_beta_apis, as: 'enableK8sBetaApis', class: Google::Apis::ContainerV1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1::K8sBetaApiConfig::Representation
|
1480
|
+
|
1066
1481
|
property :enable_kubernetes_alpha, as: 'enableKubernetesAlpha'
|
1067
1482
|
property :enable_tpu, as: 'enableTpu'
|
1068
1483
|
property :endpoint, as: 'endpoint'
|
1484
|
+
property :enterprise_config, as: 'enterpriseConfig', class: Google::Apis::ContainerV1::EnterpriseConfig, decorator: Google::Apis::ContainerV1::EnterpriseConfig::Representation
|
1485
|
+
|
1069
1486
|
property :etag, as: 'etag'
|
1070
1487
|
property :expire_time, as: 'expireTime'
|
1488
|
+
property :fleet, as: 'fleet', class: Google::Apis::ContainerV1::Fleet, decorator: Google::Apis::ContainerV1::Fleet::Representation
|
1489
|
+
|
1071
1490
|
property :id, as: 'id'
|
1072
1491
|
property :identity_service_config, as: 'identityServiceConfig', class: Google::Apis::ContainerV1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1::IdentityServiceConfig::Representation
|
1073
1492
|
|
@@ -1112,13 +1531,25 @@ module Google
|
|
1112
1531
|
|
1113
1532
|
property :notification_config, as: 'notificationConfig', class: Google::Apis::ContainerV1::NotificationConfig, decorator: Google::Apis::ContainerV1::NotificationConfig::Representation
|
1114
1533
|
|
1534
|
+
property :parent_product_config, as: 'parentProductConfig', class: Google::Apis::ContainerV1::ParentProductConfig, decorator: Google::Apis::ContainerV1::ParentProductConfig::Representation
|
1535
|
+
|
1536
|
+
property :pod_autoscaling, as: 'podAutoscaling', class: Google::Apis::ContainerV1::PodAutoscaling, decorator: Google::Apis::ContainerV1::PodAutoscaling::Representation
|
1537
|
+
|
1115
1538
|
property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::ContainerV1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1::PrivateClusterConfig::Representation
|
1116
1539
|
|
1540
|
+
property :rbac_binding_config, as: 'rbacBindingConfig', class: Google::Apis::ContainerV1::RbacBindingConfig, decorator: Google::Apis::ContainerV1::RbacBindingConfig::Representation
|
1541
|
+
|
1117
1542
|
property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1::ReleaseChannel, decorator: Google::Apis::ContainerV1::ReleaseChannel::Representation
|
1118
1543
|
|
1119
1544
|
hash :resource_labels, as: 'resourceLabels'
|
1120
1545
|
property :resource_usage_export_config, as: 'resourceUsageExportConfig', class: Google::Apis::ContainerV1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1::ResourceUsageExportConfig::Representation
|
1121
1546
|
|
1547
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
1548
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
1549
|
+
property :secret_manager_config, as: 'secretManagerConfig', class: Google::Apis::ContainerV1::SecretManagerConfig, decorator: Google::Apis::ContainerV1::SecretManagerConfig::Representation
|
1550
|
+
|
1551
|
+
property :security_posture_config, as: 'securityPostureConfig', class: Google::Apis::ContainerV1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1::SecurityPostureConfig::Representation
|
1552
|
+
|
1122
1553
|
property :self_link, as: 'selfLink'
|
1123
1554
|
property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
|
1124
1555
|
property :shielded_nodes, as: 'shieldedNodes', class: Google::Apis::ContainerV1::ShieldedNodes, decorator: Google::Apis::ContainerV1::ShieldedNodes::Representation
|
@@ -1127,6 +1558,8 @@ module Google
|
|
1127
1558
|
property :status_message, as: 'statusMessage'
|
1128
1559
|
property :subnetwork, as: 'subnetwork'
|
1129
1560
|
property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
|
1561
|
+
property :user_managed_keys_config, as: 'userManagedKeysConfig', class: Google::Apis::ContainerV1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1::UserManagedKeysConfig::Representation
|
1562
|
+
|
1130
1563
|
property :vertical_pod_autoscaling, as: 'verticalPodAutoscaling', class: Google::Apis::ContainerV1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1::VerticalPodAutoscaling::Representation
|
1131
1564
|
|
1132
1565
|
property :workload_identity_config, as: 'workloadIdentityConfig', class: Google::Apis::ContainerV1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1::WorkloadIdentityConfig::Representation
|
@@ -1148,27 +1581,53 @@ module Google
|
|
1148
1581
|
end
|
1149
1582
|
end
|
1150
1583
|
|
1584
|
+
class ClusterNetworkPerformanceConfig
|
1585
|
+
# @private
|
1586
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1587
|
+
property :total_egress_bandwidth_tier, as: 'totalEgressBandwidthTier'
|
1588
|
+
end
|
1589
|
+
end
|
1590
|
+
|
1151
1591
|
class ClusterUpdate
|
1152
1592
|
# @private
|
1153
1593
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1594
|
+
property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalPodRangesConfig::Representation
|
1595
|
+
|
1154
1596
|
property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
|
1155
1597
|
|
1156
1598
|
property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1::AuthenticatorGroupsConfig::Representation
|
1157
1599
|
|
1600
|
+
property :desired_autopilot_workload_policy_config, as: 'desiredAutopilotWorkloadPolicyConfig', class: Google::Apis::ContainerV1::WorkloadPolicyConfig, decorator: Google::Apis::ContainerV1::WorkloadPolicyConfig::Representation
|
1601
|
+
|
1158
1602
|
property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
|
1159
1603
|
|
1160
1604
|
property :desired_cluster_autoscaling, as: 'desiredClusterAutoscaling', class: Google::Apis::ContainerV1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1::ClusterAutoscaling::Representation
|
1161
1605
|
|
1606
|
+
property :desired_compliance_posture_config, as: 'desiredCompliancePostureConfig', class: Google::Apis::ContainerV1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1::CompliancePostureConfig::Representation
|
1607
|
+
|
1608
|
+
property :desired_containerd_config, as: 'desiredContainerdConfig', class: Google::Apis::ContainerV1::ContainerdConfig, decorator: Google::Apis::ContainerV1::ContainerdConfig::Representation
|
1609
|
+
|
1610
|
+
property :desired_control_plane_endpoints_config, as: 'desiredControlPlaneEndpointsConfig', class: Google::Apis::ContainerV1::ControlPlaneEndpointsConfig, decorator: Google::Apis::ContainerV1::ControlPlaneEndpointsConfig::Representation
|
1611
|
+
|
1162
1612
|
property :desired_cost_management_config, as: 'desiredCostManagementConfig', class: Google::Apis::ContainerV1::CostManagementConfig, decorator: Google::Apis::ContainerV1::CostManagementConfig::Representation
|
1163
1613
|
|
1164
1614
|
property :desired_database_encryption, as: 'desiredDatabaseEncryption', class: Google::Apis::ContainerV1::DatabaseEncryption, decorator: Google::Apis::ContainerV1::DatabaseEncryption::Representation
|
1165
1615
|
|
1166
1616
|
property :desired_datapath_provider, as: 'desiredDatapathProvider'
|
1617
|
+
property :desired_default_enable_private_nodes, as: 'desiredDefaultEnablePrivateNodes'
|
1167
1618
|
property :desired_default_snat_status, as: 'desiredDefaultSnatStatus', class: Google::Apis::ContainerV1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1::DefaultSnatStatus::Representation
|
1168
1619
|
|
1620
|
+
property :desired_disable_l4_lb_firewall_reconciliation, as: 'desiredDisableL4LbFirewallReconciliation'
|
1169
1621
|
property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
|
1170
1622
|
|
1623
|
+
property :desired_enable_cilium_clusterwide_network_policy, as: 'desiredEnableCiliumClusterwideNetworkPolicy'
|
1624
|
+
property :desired_enable_fqdn_network_policy, as: 'desiredEnableFqdnNetworkPolicy'
|
1625
|
+
property :desired_enable_multi_networking, as: 'desiredEnableMultiNetworking'
|
1171
1626
|
property :desired_enable_private_endpoint, as: 'desiredEnablePrivateEndpoint'
|
1627
|
+
property :desired_enterprise_config, as: 'desiredEnterpriseConfig', class: Google::Apis::ContainerV1::DesiredEnterpriseConfig, decorator: Google::Apis::ContainerV1::DesiredEnterpriseConfig::Representation
|
1628
|
+
|
1629
|
+
property :desired_fleet, as: 'desiredFleet', class: Google::Apis::ContainerV1::Fleet, decorator: Google::Apis::ContainerV1::Fleet::Representation
|
1630
|
+
|
1172
1631
|
property :desired_gateway_api_config, as: 'desiredGatewayApiConfig', class: Google::Apis::ContainerV1::GatewayApiConfig, decorator: Google::Apis::ContainerV1::GatewayApiConfig::Representation
|
1173
1632
|
|
1174
1633
|
property :desired_gcfs_config, as: 'desiredGcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
|
@@ -1176,8 +1635,11 @@ module Google
|
|
1176
1635
|
property :desired_identity_service_config, as: 'desiredIdentityServiceConfig', class: Google::Apis::ContainerV1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1::IdentityServiceConfig::Representation
|
1177
1636
|
|
1178
1637
|
property :desired_image_type, as: 'desiredImageType'
|
1638
|
+
property :desired_in_transit_encryption_config, as: 'desiredInTransitEncryptionConfig'
|
1179
1639
|
property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1::IntraNodeVisibilityConfig::Representation
|
1180
1640
|
|
1641
|
+
property :desired_k8s_beta_apis, as: 'desiredK8sBetaApis', class: Google::Apis::ContainerV1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1::K8sBetaApiConfig::Representation
|
1642
|
+
|
1181
1643
|
property :desired_l4ilb_subsetting_config, as: 'desiredL4ilbSubsettingConfig', class: Google::Apis::ContainerV1::IlbSubsettingConfig, decorator: Google::Apis::ContainerV1::IlbSubsettingConfig::Representation
|
1182
1644
|
|
1183
1645
|
collection :desired_locations, as: 'desiredLocations'
|
@@ -1192,8 +1654,18 @@ module Google
|
|
1192
1654
|
property :desired_monitoring_config, as: 'desiredMonitoringConfig', class: Google::Apis::ContainerV1::MonitoringConfig, decorator: Google::Apis::ContainerV1::MonitoringConfig::Representation
|
1193
1655
|
|
1194
1656
|
property :desired_monitoring_service, as: 'desiredMonitoringService'
|
1657
|
+
property :desired_network_performance_config, as: 'desiredNetworkPerformanceConfig', class: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig::Representation
|
1658
|
+
|
1659
|
+
property :desired_node_kubelet_config, as: 'desiredNodeKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
1660
|
+
|
1661
|
+
property :desired_node_pool_auto_config_kubelet_config, as: 'desiredNodePoolAutoConfigKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
1662
|
+
|
1663
|
+
property :desired_node_pool_auto_config_linux_node_config, as: 'desiredNodePoolAutoConfigLinuxNodeConfig', class: Google::Apis::ContainerV1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1::LinuxNodeConfig::Representation
|
1664
|
+
|
1195
1665
|
property :desired_node_pool_auto_config_network_tags, as: 'desiredNodePoolAutoConfigNetworkTags', class: Google::Apis::ContainerV1::NetworkTags, decorator: Google::Apis::ContainerV1::NetworkTags::Representation
|
1196
1666
|
|
1667
|
+
property :desired_node_pool_auto_config_resource_manager_tags, as: 'desiredNodePoolAutoConfigResourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
1668
|
+
|
1197
1669
|
property :desired_node_pool_autoscaling, as: 'desiredNodePoolAutoscaling', class: Google::Apis::ContainerV1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1::NodePoolAutoscaling::Representation
|
1198
1670
|
|
1199
1671
|
property :desired_node_pool_id, as: 'desiredNodePoolId'
|
@@ -1202,13 +1674,23 @@ module Google
|
|
1202
1674
|
property :desired_node_version, as: 'desiredNodeVersion'
|
1203
1675
|
property :desired_notification_config, as: 'desiredNotificationConfig', class: Google::Apis::ContainerV1::NotificationConfig, decorator: Google::Apis::ContainerV1::NotificationConfig::Representation
|
1204
1676
|
|
1677
|
+
property :desired_parent_product_config, as: 'desiredParentProductConfig', class: Google::Apis::ContainerV1::ParentProductConfig, decorator: Google::Apis::ContainerV1::ParentProductConfig::Representation
|
1678
|
+
|
1679
|
+
property :desired_pod_autoscaling, as: 'desiredPodAutoscaling', class: Google::Apis::ContainerV1::PodAutoscaling, decorator: Google::Apis::ContainerV1::PodAutoscaling::Representation
|
1680
|
+
|
1205
1681
|
property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1::PrivateClusterConfig::Representation
|
1206
1682
|
|
1207
1683
|
property :desired_private_ipv6_google_access, as: 'desiredPrivateIpv6GoogleAccess'
|
1684
|
+
property :desired_rbac_binding_config, as: 'desiredRbacBindingConfig', class: Google::Apis::ContainerV1::RbacBindingConfig, decorator: Google::Apis::ContainerV1::RbacBindingConfig::Representation
|
1685
|
+
|
1208
1686
|
property :desired_release_channel, as: 'desiredReleaseChannel', class: Google::Apis::ContainerV1::ReleaseChannel, decorator: Google::Apis::ContainerV1::ReleaseChannel::Representation
|
1209
1687
|
|
1210
1688
|
property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1::ResourceUsageExportConfig::Representation
|
1211
1689
|
|
1690
|
+
property :desired_secret_manager_config, as: 'desiredSecretManagerConfig', class: Google::Apis::ContainerV1::SecretManagerConfig, decorator: Google::Apis::ContainerV1::SecretManagerConfig::Representation
|
1691
|
+
|
1692
|
+
property :desired_security_posture_config, as: 'desiredSecurityPostureConfig', class: Google::Apis::ContainerV1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1::SecurityPostureConfig::Representation
|
1693
|
+
|
1212
1694
|
property :desired_service_external_ips_config, as: 'desiredServiceExternalIpsConfig', class: Google::Apis::ContainerV1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1::ServiceExternalIPsConfig::Representation
|
1213
1695
|
|
1214
1696
|
property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1::ShieldedNodes, decorator: Google::Apis::ContainerV1::ShieldedNodes::Representation
|
@@ -1218,7 +1700,27 @@ module Google
|
|
1218
1700
|
|
1219
1701
|
property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1::WorkloadIdentityConfig::Representation
|
1220
1702
|
|
1703
|
+
property :enable_k8s_beta_apis, as: 'enableK8sBetaApis', class: Google::Apis::ContainerV1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1::K8sBetaApiConfig::Representation
|
1704
|
+
|
1221
1705
|
property :etag, as: 'etag'
|
1706
|
+
property :removed_additional_pod_ranges_config, as: 'removedAdditionalPodRangesConfig', class: Google::Apis::ContainerV1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalPodRangesConfig::Representation
|
1707
|
+
|
1708
|
+
property :user_managed_keys_config, as: 'userManagedKeysConfig', class: Google::Apis::ContainerV1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1::UserManagedKeysConfig::Representation
|
1709
|
+
|
1710
|
+
end
|
1711
|
+
end
|
1712
|
+
|
1713
|
+
class ClusterUpgradeInfo
|
1714
|
+
# @private
|
1715
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1716
|
+
collection :auto_upgrade_status, as: 'autoUpgradeStatus'
|
1717
|
+
property :end_of_extended_support_timestamp, as: 'endOfExtendedSupportTimestamp'
|
1718
|
+
property :end_of_standard_support_timestamp, as: 'endOfStandardSupportTimestamp'
|
1719
|
+
property :minor_target_version, as: 'minorTargetVersion'
|
1720
|
+
property :patch_target_version, as: 'patchTargetVersion'
|
1721
|
+
collection :paused_reason, as: 'pausedReason'
|
1722
|
+
collection :upgrade_details, as: 'upgradeDetails', class: Google::Apis::ContainerV1::UpgradeDetails, decorator: Google::Apis::ContainerV1::UpgradeDetails::Representation
|
1723
|
+
|
1222
1724
|
end
|
1223
1725
|
end
|
1224
1726
|
|
@@ -1238,24 +1740,59 @@ module Google
|
|
1238
1740
|
end
|
1239
1741
|
end
|
1240
1742
|
|
1241
|
-
class
|
1743
|
+
class CompliancePostureConfig
|
1744
|
+
# @private
|
1745
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1746
|
+
collection :compliance_standards, as: 'complianceStandards', class: Google::Apis::ContainerV1::ComplianceStandard, decorator: Google::Apis::ContainerV1::ComplianceStandard::Representation
|
1747
|
+
|
1748
|
+
property :mode, as: 'mode'
|
1749
|
+
end
|
1750
|
+
end
|
1751
|
+
|
1752
|
+
class ComplianceStandard
|
1753
|
+
# @private
|
1754
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1755
|
+
property :standard, as: 'standard'
|
1756
|
+
end
|
1757
|
+
end
|
1758
|
+
|
1759
|
+
class ConfidentialNodes
|
1760
|
+
# @private
|
1761
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1762
|
+
property :confidential_instance_type, as: 'confidentialInstanceType'
|
1763
|
+
property :enabled, as: 'enabled'
|
1764
|
+
end
|
1765
|
+
end
|
1766
|
+
|
1767
|
+
class ConfigConnectorConfig
|
1768
|
+
# @private
|
1769
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1770
|
+
property :enabled, as: 'enabled'
|
1771
|
+
end
|
1772
|
+
end
|
1773
|
+
|
1774
|
+
class ConsumptionMeteringConfig
|
1242
1775
|
# @private
|
1243
1776
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1244
1777
|
property :enabled, as: 'enabled'
|
1245
1778
|
end
|
1246
1779
|
end
|
1247
1780
|
|
1248
|
-
class
|
1781
|
+
class ContainerdConfig
|
1249
1782
|
# @private
|
1250
1783
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1251
|
-
property :
|
1784
|
+
property :private_registry_access_config, as: 'privateRegistryAccessConfig', class: Google::Apis::ContainerV1::PrivateRegistryAccessConfig, decorator: Google::Apis::ContainerV1::PrivateRegistryAccessConfig::Representation
|
1785
|
+
|
1252
1786
|
end
|
1253
1787
|
end
|
1254
1788
|
|
1255
|
-
class
|
1789
|
+
class ControlPlaneEndpointsConfig
|
1256
1790
|
# @private
|
1257
1791
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1258
|
-
property :
|
1792
|
+
property :dns_endpoint_config, as: 'dnsEndpointConfig', class: Google::Apis::ContainerV1::DnsEndpointConfig, decorator: Google::Apis::ContainerV1::DnsEndpointConfig::Representation
|
1793
|
+
|
1794
|
+
property :ip_endpoints_config, as: 'ipEndpointsConfig', class: Google::Apis::ContainerV1::IpEndpointsConfig, decorator: Google::Apis::ContainerV1::IpEndpointsConfig::Representation
|
1795
|
+
|
1259
1796
|
end
|
1260
1797
|
end
|
1261
1798
|
|
@@ -1292,12 +1829,21 @@ module Google
|
|
1292
1829
|
class DnsConfig
|
1293
1830
|
# @private
|
1294
1831
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1832
|
+
property :additive_vpc_scope_dns_domain, as: 'additiveVpcScopeDnsDomain'
|
1295
1833
|
property :cluster_dns, as: 'clusterDns'
|
1296
1834
|
property :cluster_dns_domain, as: 'clusterDnsDomain'
|
1297
1835
|
property :cluster_dns_scope, as: 'clusterDnsScope'
|
1298
1836
|
end
|
1299
1837
|
end
|
1300
1838
|
|
1839
|
+
class DnsEndpointConfig
|
1840
|
+
# @private
|
1841
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1842
|
+
property :allow_external_traffic, as: 'allowExternalTraffic'
|
1843
|
+
property :endpoint, as: 'endpoint'
|
1844
|
+
end
|
1845
|
+
end
|
1846
|
+
|
1301
1847
|
class DailyMaintenanceWindow
|
1302
1848
|
# @private
|
1303
1849
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1309,7 +1855,11 @@ module Google
|
|
1309
1855
|
class DatabaseEncryption
|
1310
1856
|
# @private
|
1311
1857
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1858
|
+
property :current_state, as: 'currentState'
|
1859
|
+
collection :decryption_keys, as: 'decryptionKeys'
|
1312
1860
|
property :key_name, as: 'keyName'
|
1861
|
+
collection :last_operation_errors, as: 'lastOperationErrors', class: Google::Apis::ContainerV1::OperationError, decorator: Google::Apis::ContainerV1::OperationError::Representation
|
1862
|
+
|
1313
1863
|
property :state, as: 'state'
|
1314
1864
|
end
|
1315
1865
|
end
|
@@ -1321,6 +1871,13 @@ module Google
|
|
1321
1871
|
end
|
1322
1872
|
end
|
1323
1873
|
|
1874
|
+
class DesiredEnterpriseConfig
|
1875
|
+
# @private
|
1876
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1877
|
+
property :desired_tier, as: 'desiredTier'
|
1878
|
+
end
|
1879
|
+
end
|
1880
|
+
|
1324
1881
|
class DnsCacheConfig
|
1325
1882
|
# @private
|
1326
1883
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1334,9 +1891,18 @@ module Google
|
|
1334
1891
|
end
|
1335
1892
|
end
|
1336
1893
|
|
1894
|
+
class EnterpriseConfig
|
1895
|
+
# @private
|
1896
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1897
|
+
property :cluster_tier, as: 'clusterTier'
|
1898
|
+
property :desired_tier, as: 'desiredTier'
|
1899
|
+
end
|
1900
|
+
end
|
1901
|
+
|
1337
1902
|
class EphemeralStorageLocalSsdConfig
|
1338
1903
|
# @private
|
1339
1904
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1905
|
+
property :data_cache_count, as: 'dataCacheCount'
|
1340
1906
|
property :local_ssd_count, as: 'localSsdCount'
|
1341
1907
|
end
|
1342
1908
|
end
|
@@ -1355,6 +1921,29 @@ module Google
|
|
1355
1921
|
end
|
1356
1922
|
end
|
1357
1923
|
|
1924
|
+
class Fleet
|
1925
|
+
# @private
|
1926
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1927
|
+
property :membership, as: 'membership'
|
1928
|
+
property :pre_registered, as: 'preRegistered'
|
1929
|
+
property :project, as: 'project'
|
1930
|
+
end
|
1931
|
+
end
|
1932
|
+
|
1933
|
+
class GcpSecretManagerCertificateConfig
|
1934
|
+
# @private
|
1935
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1936
|
+
property :secret_uri, as: 'secretUri'
|
1937
|
+
end
|
1938
|
+
end
|
1939
|
+
|
1940
|
+
class GpuDriverInstallationConfig
|
1941
|
+
# @private
|
1942
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1943
|
+
property :gpu_driver_version, as: 'gpuDriverVersion'
|
1944
|
+
end
|
1945
|
+
end
|
1946
|
+
|
1358
1947
|
class GpuSharingConfig
|
1359
1948
|
# @private
|
1360
1949
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1391,6 +1980,13 @@ module Google
|
|
1391
1980
|
end
|
1392
1981
|
end
|
1393
1982
|
|
1983
|
+
class GcsFuseCsiDriverConfig
|
1984
|
+
# @private
|
1985
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1986
|
+
property :enabled, as: 'enabled'
|
1987
|
+
end
|
1988
|
+
end
|
1989
|
+
|
1394
1990
|
class GetJsonWebKeysResponse
|
1395
1991
|
# @private
|
1396
1992
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1446,6 +2042,14 @@ module Google
|
|
1446
2042
|
end
|
1447
2043
|
end
|
1448
2044
|
|
2045
|
+
class HugepagesConfig
|
2046
|
+
# @private
|
2047
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2048
|
+
property :hugepage_size1g, as: 'hugepageSize1g'
|
2049
|
+
property :hugepage_size2m, as: 'hugepageSize2m'
|
2050
|
+
end
|
2051
|
+
end
|
2052
|
+
|
1449
2053
|
class IlbSubsettingConfig
|
1450
2054
|
# @private
|
1451
2055
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1456,17 +2060,24 @@ module Google
|
|
1456
2060
|
class IpAllocationPolicy
|
1457
2061
|
# @private
|
1458
2062
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2063
|
+
property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalPodRangesConfig::Representation
|
2064
|
+
|
1459
2065
|
property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
|
1460
2066
|
property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
|
1461
2067
|
property :cluster_secondary_range_name, as: 'clusterSecondaryRangeName'
|
1462
2068
|
property :create_subnetwork, as: 'createSubnetwork'
|
2069
|
+
property :default_pod_ipv4_range_utilization, as: 'defaultPodIpv4RangeUtilization'
|
1463
2070
|
property :ipv6_access_type, as: 'ipv6AccessType'
|
1464
2071
|
property :node_ipv4_cidr, as: 'nodeIpv4Cidr'
|
1465
2072
|
property :node_ipv4_cidr_block, as: 'nodeIpv4CidrBlock'
|
2073
|
+
property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1::PodCidrOverprovisionConfig::Representation
|
2074
|
+
|
1466
2075
|
property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
|
1467
2076
|
property :services_ipv4_cidr_block, as: 'servicesIpv4CidrBlock'
|
2077
|
+
property :services_ipv6_cidr_block, as: 'servicesIpv6CidrBlock'
|
1468
2078
|
property :services_secondary_range_name, as: 'servicesSecondaryRangeName'
|
1469
2079
|
property :stack_type, as: 'stackType'
|
2080
|
+
property :subnet_ipv6_cidr_block, as: 'subnetIpv6CidrBlock'
|
1470
2081
|
property :subnetwork_name, as: 'subnetworkName'
|
1471
2082
|
property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
|
1472
2083
|
property :use_ip_aliases, as: 'useIpAliases'
|
@@ -1474,6 +2085,20 @@ module Google
|
|
1474
2085
|
end
|
1475
2086
|
end
|
1476
2087
|
|
2088
|
+
class IpEndpointsConfig
|
2089
|
+
# @private
|
2090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2091
|
+
property :authorized_networks_config, as: 'authorizedNetworksConfig', class: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig::Representation
|
2092
|
+
|
2093
|
+
property :enable_public_endpoint, as: 'enablePublicEndpoint'
|
2094
|
+
property :enabled, as: 'enabled'
|
2095
|
+
property :global_access, as: 'globalAccess'
|
2096
|
+
property :private_endpoint, as: 'privateEndpoint'
|
2097
|
+
property :private_endpoint_subnetwork, as: 'privateEndpointSubnetwork'
|
2098
|
+
property :public_endpoint, as: 'publicEndpoint'
|
2099
|
+
end
|
2100
|
+
end
|
2101
|
+
|
1477
2102
|
class IdentityServiceConfig
|
1478
2103
|
# @private
|
1479
2104
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1503,6 +2128,13 @@ module Google
|
|
1503
2128
|
end
|
1504
2129
|
end
|
1505
2130
|
|
2131
|
+
class K8sBetaApiConfig
|
2132
|
+
# @private
|
2133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2134
|
+
collection :enabled_apis, as: 'enabledApis'
|
2135
|
+
end
|
2136
|
+
end
|
2137
|
+
|
1506
2138
|
class KubernetesDashboard
|
1507
2139
|
# @private
|
1508
2140
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1521,6 +2153,8 @@ module Google
|
|
1521
2153
|
# @private
|
1522
2154
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1523
2155
|
property :cgroup_mode, as: 'cgroupMode'
|
2156
|
+
property :hugepages, as: 'hugepages', class: Google::Apis::ContainerV1::HugepagesConfig, decorator: Google::Apis::ContainerV1::HugepagesConfig::Representation
|
2157
|
+
|
1524
2158
|
hash :sysctls, as: 'sysctls'
|
1525
2159
|
end
|
1526
2160
|
end
|
@@ -1620,6 +2254,8 @@ module Google
|
|
1620
2254
|
class ManagedPrometheusConfig
|
1621
2255
|
# @private
|
1622
2256
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2257
|
+
property :auto_monitoring_config, as: 'autoMonitoringConfig', class: Google::Apis::ContainerV1::AutoMonitoringConfig, decorator: Google::Apis::ContainerV1::AutoMonitoringConfig::Representation
|
2258
|
+
|
1623
2259
|
property :enabled, as: 'enabled'
|
1624
2260
|
end
|
1625
2261
|
end
|
@@ -1644,6 +2280,7 @@ module Google
|
|
1644
2280
|
|
1645
2281
|
property :enabled, as: 'enabled'
|
1646
2282
|
property :gcp_public_cidrs_access_enabled, as: 'gcpPublicCidrsAccessEnabled'
|
2283
|
+
property :private_endpoint_enforcement_enabled, as: 'privateEndpointEnforcementEnabled'
|
1647
2284
|
end
|
1648
2285
|
end
|
1649
2286
|
|
@@ -1681,6 +2318,8 @@ module Google
|
|
1681
2318
|
class MonitoringConfig
|
1682
2319
|
# @private
|
1683
2320
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2321
|
+
property :advanced_datapath_observability_config, as: 'advancedDatapathObservabilityConfig', class: Google::Apis::ContainerV1::AdvancedDatapathObservabilityConfig, decorator: Google::Apis::ContainerV1::AdvancedDatapathObservabilityConfig::Representation
|
2322
|
+
|
1684
2323
|
property :component_config, as: 'componentConfig', class: Google::Apis::ContainerV1::MonitoringComponentConfig, decorator: Google::Apis::ContainerV1::MonitoringComponentConfig::Representation
|
1685
2324
|
|
1686
2325
|
property :managed_prometheus_config, as: 'managedPrometheusConfig', class: Google::Apis::ContainerV1::ManagedPrometheusConfig, decorator: Google::Apis::ContainerV1::ManagedPrometheusConfig::Representation
|
@@ -1692,15 +2331,23 @@ module Google
|
|
1692
2331
|
# @private
|
1693
2332
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1694
2333
|
property :datapath_provider, as: 'datapathProvider'
|
2334
|
+
property :default_enable_private_nodes, as: 'defaultEnablePrivateNodes'
|
1695
2335
|
property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1::DefaultSnatStatus::Representation
|
1696
2336
|
|
2337
|
+
property :disable_l4_lb_firewall_reconciliation, as: 'disableL4LbFirewallReconciliation'
|
1697
2338
|
property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1::DnsConfig, decorator: Google::Apis::ContainerV1::DnsConfig::Representation
|
1698
2339
|
|
2340
|
+
property :enable_cilium_clusterwide_network_policy, as: 'enableCiliumClusterwideNetworkPolicy'
|
2341
|
+
property :enable_fqdn_network_policy, as: 'enableFqdnNetworkPolicy'
|
1699
2342
|
property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
|
1700
2343
|
property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
|
2344
|
+
property :enable_multi_networking, as: 'enableMultiNetworking'
|
1701
2345
|
property :gateway_api_config, as: 'gatewayApiConfig', class: Google::Apis::ContainerV1::GatewayApiConfig, decorator: Google::Apis::ContainerV1::GatewayApiConfig::Representation
|
1702
2346
|
|
2347
|
+
property :in_transit_encryption_config, as: 'inTransitEncryptionConfig'
|
1703
2348
|
property :network, as: 'network'
|
2349
|
+
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig::Representation
|
2350
|
+
|
1704
2351
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
1705
2352
|
property :service_external_ips_config, as: 'serviceExternalIpsConfig', class: Google::Apis::ContainerV1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1::ServiceExternalIPsConfig::Representation
|
1706
2353
|
|
@@ -1737,6 +2384,15 @@ module Google
|
|
1737
2384
|
end
|
1738
2385
|
end
|
1739
2386
|
|
2387
|
+
class NodeAffinity
|
2388
|
+
# @private
|
2389
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2390
|
+
property :key, as: 'key'
|
2391
|
+
property :operator, as: 'operator'
|
2392
|
+
collection :values, as: 'values'
|
2393
|
+
end
|
2394
|
+
end
|
2395
|
+
|
1740
2396
|
class NodeConfig
|
1741
2397
|
# @private
|
1742
2398
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1747,12 +2403,17 @@ module Google
|
|
1747
2403
|
property :boot_disk_kms_key, as: 'bootDiskKmsKey'
|
1748
2404
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
|
1749
2405
|
|
2406
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1::ContainerdConfig, decorator: Google::Apis::ContainerV1::ContainerdConfig::Representation
|
2407
|
+
|
1750
2408
|
property :disk_size_gb, as: 'diskSizeGb'
|
1751
2409
|
property :disk_type, as: 'diskType'
|
2410
|
+
property :effective_cgroup_mode, as: 'effectiveCgroupMode'
|
2411
|
+
property :enable_confidential_storage, as: 'enableConfidentialStorage'
|
1752
2412
|
property :ephemeral_storage_local_ssd_config, as: 'ephemeralStorageLocalSsdConfig', class: Google::Apis::ContainerV1::EphemeralStorageLocalSsdConfig, decorator: Google::Apis::ContainerV1::EphemeralStorageLocalSsdConfig::Representation
|
1753
2413
|
|
1754
2414
|
property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1::FastSocket, decorator: Google::Apis::ContainerV1::FastSocket::Representation
|
1755
2415
|
|
2416
|
+
property :flex_start, as: 'flexStart'
|
1756
2417
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
|
1757
2418
|
|
1758
2419
|
property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1::VirtualNic, decorator: Google::Apis::ContainerV1::VirtualNic::Representation
|
@@ -1766,9 +2427,11 @@ module Google
|
|
1766
2427
|
property :local_nvme_ssd_block_config, as: 'localNvmeSsdBlockConfig', class: Google::Apis::ContainerV1::LocalNvmeSsdBlockConfig, decorator: Google::Apis::ContainerV1::LocalNvmeSsdBlockConfig::Representation
|
1767
2428
|
|
1768
2429
|
property :local_ssd_count, as: 'localSsdCount'
|
2430
|
+
property :local_ssd_encryption_mode, as: 'localSsdEncryptionMode'
|
1769
2431
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1::NodePoolLoggingConfig::Representation
|
1770
2432
|
|
1771
2433
|
property :machine_type, as: 'machineType'
|
2434
|
+
property :max_run_duration, as: 'maxRunDuration'
|
1772
2435
|
hash :metadata, as: 'metadata'
|
1773
2436
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
1774
2437
|
property :node_group, as: 'nodeGroup'
|
@@ -1777,12 +2440,21 @@ module Google
|
|
1777
2440
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ContainerV1::ReservationAffinity, decorator: Google::Apis::ContainerV1::ReservationAffinity::Representation
|
1778
2441
|
|
1779
2442
|
hash :resource_labels, as: 'resourceLabels'
|
2443
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
2444
|
+
|
1780
2445
|
property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1::SandboxConfig, decorator: Google::Apis::ContainerV1::SandboxConfig::Representation
|
1781
2446
|
|
2447
|
+
property :secondary_boot_disk_update_strategy, as: 'secondaryBootDiskUpdateStrategy', class: Google::Apis::ContainerV1::SecondaryBootDiskUpdateStrategy, decorator: Google::Apis::ContainerV1::SecondaryBootDiskUpdateStrategy::Representation
|
2448
|
+
|
2449
|
+
collection :secondary_boot_disks, as: 'secondaryBootDisks', class: Google::Apis::ContainerV1::SecondaryBootDisk, decorator: Google::Apis::ContainerV1::SecondaryBootDisk::Representation
|
2450
|
+
|
1782
2451
|
property :service_account, as: 'serviceAccount'
|
1783
2452
|
property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::ContainerV1::ShieldedInstanceConfig, decorator: Google::Apis::ContainerV1::ShieldedInstanceConfig::Representation
|
1784
2453
|
|
2454
|
+
property :sole_tenant_config, as: 'soleTenantConfig', class: Google::Apis::ContainerV1::SoleTenantConfig, decorator: Google::Apis::ContainerV1::SoleTenantConfig::Representation
|
2455
|
+
|
1785
2456
|
property :spot, as: 'spot'
|
2457
|
+
collection :storage_pools, as: 'storagePools'
|
1786
2458
|
collection :tags, as: 'tags'
|
1787
2459
|
collection :taints, as: 'taints', class: Google::Apis::ContainerV1::NodeTaint, decorator: Google::Apis::ContainerV1::NodeTaint::Representation
|
1788
2460
|
|
@@ -1796,19 +2468,31 @@ module Google
|
|
1796
2468
|
class NodeConfigDefaults
|
1797
2469
|
# @private
|
1798
2470
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2471
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1::ContainerdConfig, decorator: Google::Apis::ContainerV1::ContainerdConfig::Representation
|
2472
|
+
|
1799
2473
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
|
1800
2474
|
|
1801
2475
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1::NodePoolLoggingConfig::Representation
|
1802
2476
|
|
2477
|
+
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
2478
|
+
|
1803
2479
|
end
|
1804
2480
|
end
|
1805
2481
|
|
1806
2482
|
class NodeKubeletConfig
|
1807
2483
|
# @private
|
1808
2484
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2485
|
+
collection :allowed_unsafe_sysctls, as: 'allowedUnsafeSysctls'
|
2486
|
+
property :container_log_max_files, as: 'containerLogMaxFiles'
|
2487
|
+
property :container_log_max_size, as: 'containerLogMaxSize'
|
1809
2488
|
property :cpu_cfs_quota, as: 'cpuCfsQuota'
|
1810
2489
|
property :cpu_cfs_quota_period, as: 'cpuCfsQuotaPeriod'
|
1811
2490
|
property :cpu_manager_policy, as: 'cpuManagerPolicy'
|
2491
|
+
property :image_gc_high_threshold_percent, as: 'imageGcHighThresholdPercent'
|
2492
|
+
property :image_gc_low_threshold_percent, as: 'imageGcLowThresholdPercent'
|
2493
|
+
property :image_maximum_gc_age, as: 'imageMaximumGcAge'
|
2494
|
+
property :image_minimum_gc_age, as: 'imageMinimumGcAge'
|
2495
|
+
property :insecure_kubelet_readonly_port_enabled, as: 'insecureKubeletReadonlyPortEnabled'
|
1812
2496
|
property :pod_pids_limit, :numeric_string => true, as: 'podPidsLimit'
|
1813
2497
|
end
|
1814
2498
|
end
|
@@ -1833,11 +2517,18 @@ module Google
|
|
1833
2517
|
class NodeNetworkConfig
|
1834
2518
|
# @private
|
1835
2519
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2520
|
+
collection :additional_node_network_configs, as: 'additionalNodeNetworkConfigs', class: Google::Apis::ContainerV1::AdditionalNodeNetworkConfig, decorator: Google::Apis::ContainerV1::AdditionalNodeNetworkConfig::Representation
|
2521
|
+
|
2522
|
+
collection :additional_pod_network_configs, as: 'additionalPodNetworkConfigs', class: Google::Apis::ContainerV1::AdditionalPodNetworkConfig, decorator: Google::Apis::ContainerV1::AdditionalPodNetworkConfig::Representation
|
2523
|
+
|
1836
2524
|
property :create_pod_range, as: 'createPodRange'
|
1837
2525
|
property :enable_private_nodes, as: 'enablePrivateNodes'
|
1838
2526
|
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1::NetworkPerformanceConfig, decorator: Google::Apis::ContainerV1::NetworkPerformanceConfig::Representation
|
1839
2527
|
|
2528
|
+
property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1::PodCidrOverprovisionConfig::Representation
|
2529
|
+
|
1840
2530
|
property :pod_ipv4_cidr_block, as: 'podIpv4CidrBlock'
|
2531
|
+
property :pod_ipv4_range_utilization, as: 'podIpv4RangeUtilization'
|
1841
2532
|
property :pod_range, as: 'podRange'
|
1842
2533
|
end
|
1843
2534
|
end
|
@@ -1845,8 +2536,12 @@ module Google
|
|
1845
2536
|
class NodePool
|
1846
2537
|
# @private
|
1847
2538
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2539
|
+
property :autopilot_config, as: 'autopilotConfig', class: Google::Apis::ContainerV1::AutopilotConfig, decorator: Google::Apis::ContainerV1::AutopilotConfig::Representation
|
2540
|
+
|
1848
2541
|
property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1::NodePoolAutoscaling::Representation
|
1849
2542
|
|
2543
|
+
property :best_effort_provisioning, as: 'bestEffortProvisioning', class: Google::Apis::ContainerV1::BestEffortProvisioning, decorator: Google::Apis::ContainerV1::BestEffortProvisioning::Representation
|
2544
|
+
|
1850
2545
|
collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1::StatusCondition, decorator: Google::Apis::ContainerV1::StatusCondition::Representation
|
1851
2546
|
|
1852
2547
|
property :config, as: 'config', class: Google::Apis::ContainerV1::NodeConfig, decorator: Google::Apis::ContainerV1::NodeConfig::Representation
|
@@ -1865,6 +2560,8 @@ module Google
|
|
1865
2560
|
property :placement_policy, as: 'placementPolicy', class: Google::Apis::ContainerV1::PlacementPolicy, decorator: Google::Apis::ContainerV1::PlacementPolicy::Representation
|
1866
2561
|
|
1867
2562
|
property :pod_ipv4_cidr_size, as: 'podIpv4CidrSize'
|
2563
|
+
property :queued_provisioning, as: 'queuedProvisioning', class: Google::Apis::ContainerV1::QueuedProvisioning, decorator: Google::Apis::ContainerV1::QueuedProvisioning::Representation
|
2564
|
+
|
1868
2565
|
property :self_link, as: 'selfLink'
|
1869
2566
|
property :status, as: 'status'
|
1870
2567
|
property :status_message, as: 'statusMessage'
|
@@ -1879,8 +2576,14 @@ module Google
|
|
1879
2576
|
class NodePoolAutoConfig
|
1880
2577
|
# @private
|
1881
2578
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2579
|
+
property :linux_node_config, as: 'linuxNodeConfig', class: Google::Apis::ContainerV1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1::LinuxNodeConfig::Representation
|
2580
|
+
|
1882
2581
|
property :network_tags, as: 'networkTags', class: Google::Apis::ContainerV1::NetworkTags, decorator: Google::Apis::ContainerV1::NetworkTags::Representation
|
1883
2582
|
|
2583
|
+
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
2584
|
+
|
2585
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
2586
|
+
|
1884
2587
|
end
|
1885
2588
|
end
|
1886
2589
|
|
@@ -1913,6 +2616,20 @@ module Google
|
|
1913
2616
|
end
|
1914
2617
|
end
|
1915
2618
|
|
2619
|
+
class NodePoolUpgradeInfo
|
2620
|
+
# @private
|
2621
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2622
|
+
collection :auto_upgrade_status, as: 'autoUpgradeStatus'
|
2623
|
+
property :end_of_extended_support_timestamp, as: 'endOfExtendedSupportTimestamp'
|
2624
|
+
property :end_of_standard_support_timestamp, as: 'endOfStandardSupportTimestamp'
|
2625
|
+
property :minor_target_version, as: 'minorTargetVersion'
|
2626
|
+
property :patch_target_version, as: 'patchTargetVersion'
|
2627
|
+
collection :paused_reason, as: 'pausedReason'
|
2628
|
+
collection :upgrade_details, as: 'upgradeDetails', class: Google::Apis::ContainerV1::UpgradeDetails, decorator: Google::Apis::ContainerV1::UpgradeDetails::Representation
|
2629
|
+
|
2630
|
+
end
|
2631
|
+
end
|
2632
|
+
|
1916
2633
|
class NodeTaint
|
1917
2634
|
# @private
|
1918
2635
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1963,6 +2680,15 @@ module Google
|
|
1963
2680
|
end
|
1964
2681
|
end
|
1965
2682
|
|
2683
|
+
class OperationError
|
2684
|
+
# @private
|
2685
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2686
|
+
property :error_message, as: 'errorMessage'
|
2687
|
+
property :key_name, as: 'keyName'
|
2688
|
+
property :timestamp, as: 'timestamp'
|
2689
|
+
end
|
2690
|
+
end
|
2691
|
+
|
1966
2692
|
class OperationProgress
|
1967
2693
|
# @private
|
1968
2694
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1975,13 +2701,44 @@ module Google
|
|
1975
2701
|
end
|
1976
2702
|
end
|
1977
2703
|
|
2704
|
+
class ParallelstoreCsiDriverConfig
|
2705
|
+
# @private
|
2706
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2707
|
+
property :enabled, as: 'enabled'
|
2708
|
+
end
|
2709
|
+
end
|
2710
|
+
|
2711
|
+
class ParentProductConfig
|
2712
|
+
# @private
|
2713
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2714
|
+
hash :labels, as: 'labels'
|
2715
|
+
property :product_name, as: 'productName'
|
2716
|
+
end
|
2717
|
+
end
|
2718
|
+
|
1978
2719
|
class PlacementPolicy
|
1979
2720
|
# @private
|
1980
2721
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2722
|
+
property :policy_name, as: 'policyName'
|
2723
|
+
property :tpu_topology, as: 'tpuTopology'
|
1981
2724
|
property :type, as: 'type'
|
1982
2725
|
end
|
1983
2726
|
end
|
1984
2727
|
|
2728
|
+
class PodAutoscaling
|
2729
|
+
# @private
|
2730
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2731
|
+
property :hpa_profile, as: 'hpaProfile'
|
2732
|
+
end
|
2733
|
+
end
|
2734
|
+
|
2735
|
+
class PodCidrOverprovisionConfig
|
2736
|
+
# @private
|
2737
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2738
|
+
property :disable, as: 'disable'
|
2739
|
+
end
|
2740
|
+
end
|
2741
|
+
|
1985
2742
|
class PrivateClusterConfig
|
1986
2743
|
# @private
|
1987
2744
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2004,6 +2761,15 @@ module Google
|
|
2004
2761
|
end
|
2005
2762
|
end
|
2006
2763
|
|
2764
|
+
class PrivateRegistryAccessConfig
|
2765
|
+
# @private
|
2766
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2767
|
+
collection :certificate_authority_domain_config, as: 'certificateAuthorityDomainConfig', class: Google::Apis::ContainerV1::CertificateAuthorityDomainConfig, decorator: Google::Apis::ContainerV1::CertificateAuthorityDomainConfig::Representation
|
2768
|
+
|
2769
|
+
property :enabled, as: 'enabled'
|
2770
|
+
end
|
2771
|
+
end
|
2772
|
+
|
2007
2773
|
class PubSub
|
2008
2774
|
# @private
|
2009
2775
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2014,6 +2780,54 @@ module Google
|
|
2014
2780
|
end
|
2015
2781
|
end
|
2016
2782
|
|
2783
|
+
class QueuedProvisioning
|
2784
|
+
# @private
|
2785
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2786
|
+
property :enabled, as: 'enabled'
|
2787
|
+
end
|
2788
|
+
end
|
2789
|
+
|
2790
|
+
class RbacBindingConfig
|
2791
|
+
# @private
|
2792
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2793
|
+
property :enable_insecure_binding_system_authenticated, as: 'enableInsecureBindingSystemAuthenticated'
|
2794
|
+
property :enable_insecure_binding_system_unauthenticated, as: 'enableInsecureBindingSystemUnauthenticated'
|
2795
|
+
end
|
2796
|
+
end
|
2797
|
+
|
2798
|
+
class RangeInfo
|
2799
|
+
# @private
|
2800
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2801
|
+
property :range_name, as: 'rangeName'
|
2802
|
+
property :utilization, as: 'utilization'
|
2803
|
+
end
|
2804
|
+
end
|
2805
|
+
|
2806
|
+
class RayClusterLoggingConfig
|
2807
|
+
# @private
|
2808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2809
|
+
property :enabled, as: 'enabled'
|
2810
|
+
end
|
2811
|
+
end
|
2812
|
+
|
2813
|
+
class RayClusterMonitoringConfig
|
2814
|
+
# @private
|
2815
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2816
|
+
property :enabled, as: 'enabled'
|
2817
|
+
end
|
2818
|
+
end
|
2819
|
+
|
2820
|
+
class RayOperatorConfig
|
2821
|
+
# @private
|
2822
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2823
|
+
property :enabled, as: 'enabled'
|
2824
|
+
property :ray_cluster_logging_config, as: 'rayClusterLoggingConfig', class: Google::Apis::ContainerV1::RayClusterLoggingConfig, decorator: Google::Apis::ContainerV1::RayClusterLoggingConfig::Representation
|
2825
|
+
|
2826
|
+
property :ray_cluster_monitoring_config, as: 'rayClusterMonitoringConfig', class: Google::Apis::ContainerV1::RayClusterMonitoringConfig, decorator: Google::Apis::ContainerV1::RayClusterMonitoringConfig::Representation
|
2827
|
+
|
2828
|
+
end
|
2829
|
+
end
|
2830
|
+
|
2017
2831
|
class RecurringTimeWindow
|
2018
2832
|
# @private
|
2019
2833
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2035,6 +2849,7 @@ module Google
|
|
2035
2849
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2036
2850
|
property :channel, as: 'channel'
|
2037
2851
|
property :default_version, as: 'defaultVersion'
|
2852
|
+
property :upgrade_target_version, as: 'upgradeTargetVersion'
|
2038
2853
|
collection :valid_versions, as: 'validVersions'
|
2039
2854
|
end
|
2040
2855
|
end
|
@@ -2064,6 +2879,13 @@ module Google
|
|
2064
2879
|
end
|
2065
2880
|
end
|
2066
2881
|
|
2882
|
+
class ResourceManagerTags
|
2883
|
+
# @private
|
2884
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2885
|
+
hash :tags, as: 'tags'
|
2886
|
+
end
|
2887
|
+
end
|
2888
|
+
|
2067
2889
|
class ResourceUsageExportConfig
|
2068
2890
|
# @private
|
2069
2891
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2094,6 +2916,27 @@ module Google
|
|
2094
2916
|
end
|
2095
2917
|
end
|
2096
2918
|
|
2919
|
+
class SecondaryBootDisk
|
2920
|
+
# @private
|
2921
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2922
|
+
property :disk_image, as: 'diskImage'
|
2923
|
+
property :mode, as: 'mode'
|
2924
|
+
end
|
2925
|
+
end
|
2926
|
+
|
2927
|
+
class SecondaryBootDiskUpdateStrategy
|
2928
|
+
# @private
|
2929
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2930
|
+
end
|
2931
|
+
end
|
2932
|
+
|
2933
|
+
class SecretManagerConfig
|
2934
|
+
# @private
|
2935
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2936
|
+
property :enabled, as: 'enabled'
|
2937
|
+
end
|
2938
|
+
end
|
2939
|
+
|
2097
2940
|
class SecurityBulletinEvent
|
2098
2941
|
# @private
|
2099
2942
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2103,6 +2946,7 @@ module Google
|
|
2103
2946
|
property :bulletin_uri, as: 'bulletinUri'
|
2104
2947
|
collection :cve_ids, as: 'cveIds'
|
2105
2948
|
property :manual_steps_required, as: 'manualStepsRequired'
|
2949
|
+
collection :mitigated_versions, as: 'mitigatedVersions'
|
2106
2950
|
collection :patched_versions, as: 'patchedVersions'
|
2107
2951
|
property :resource_type_affected, as: 'resourceTypeAffected'
|
2108
2952
|
property :severity, as: 'severity'
|
@@ -2110,6 +2954,14 @@ module Google
|
|
2110
2954
|
end
|
2111
2955
|
end
|
2112
2956
|
|
2957
|
+
class SecurityPostureConfig
|
2958
|
+
# @private
|
2959
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2960
|
+
property :mode, as: 'mode'
|
2961
|
+
property :vulnerability_mode, as: 'vulnerabilityMode'
|
2962
|
+
end
|
2963
|
+
end
|
2964
|
+
|
2113
2965
|
class ServerConfig
|
2114
2966
|
# @private
|
2115
2967
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2288,6 +3140,14 @@ module Google
|
|
2288
3140
|
end
|
2289
3141
|
end
|
2290
3142
|
|
3143
|
+
class SoleTenantConfig
|
3144
|
+
# @private
|
3145
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3146
|
+
collection :node_affinities, as: 'nodeAffinities', class: Google::Apis::ContainerV1::NodeAffinity, decorator: Google::Apis::ContainerV1::NodeAffinity::Representation
|
3147
|
+
|
3148
|
+
end
|
3149
|
+
end
|
3150
|
+
|
2291
3151
|
class StandardRolloutPolicy
|
2292
3152
|
# @private
|
2293
3153
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2308,6 +3168,13 @@ module Google
|
|
2308
3168
|
end
|
2309
3169
|
end
|
2310
3170
|
|
3171
|
+
class StatefulHaConfig
|
3172
|
+
# @private
|
3173
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3174
|
+
property :enabled, as: 'enabled'
|
3175
|
+
end
|
3176
|
+
end
|
3177
|
+
|
2311
3178
|
class Status
|
2312
3179
|
# @private
|
2313
3180
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2370,12 +3237,19 @@ module Google
|
|
2370
3237
|
class UpdateNodePoolRequest
|
2371
3238
|
# @private
|
2372
3239
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3240
|
+
collection :accelerators, as: 'accelerators', class: Google::Apis::ContainerV1::AcceleratorConfig, decorator: Google::Apis::ContainerV1::AcceleratorConfig::Representation
|
3241
|
+
|
2373
3242
|
property :cluster_id, as: 'clusterId'
|
2374
3243
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
|
2375
3244
|
|
3245
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1::ContainerdConfig, decorator: Google::Apis::ContainerV1::ContainerdConfig::Representation
|
3246
|
+
|
3247
|
+
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
3248
|
+
property :disk_type, as: 'diskType'
|
2376
3249
|
property :etag, as: 'etag'
|
2377
3250
|
property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1::FastSocket, decorator: Google::Apis::ContainerV1::FastSocket::Representation
|
2378
3251
|
|
3252
|
+
property :flex_start, as: 'flexStart'
|
2379
3253
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
|
2380
3254
|
|
2381
3255
|
property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1::VirtualNic, decorator: Google::Apis::ContainerV1::VirtualNic::Representation
|
@@ -2390,14 +3264,21 @@ module Google
|
|
2390
3264
|
collection :locations, as: 'locations'
|
2391
3265
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1::NodePoolLoggingConfig::Representation
|
2392
3266
|
|
3267
|
+
property :machine_type, as: 'machineType'
|
3268
|
+
property :max_run_duration, as: 'maxRunDuration'
|
2393
3269
|
property :name, as: 'name'
|
2394
3270
|
property :node_network_config, as: 'nodeNetworkConfig', class: Google::Apis::ContainerV1::NodeNetworkConfig, decorator: Google::Apis::ContainerV1::NodeNetworkConfig::Representation
|
2395
3271
|
|
2396
3272
|
property :node_pool_id, as: 'nodePoolId'
|
2397
3273
|
property :node_version, as: 'nodeVersion'
|
2398
3274
|
property :project_id, as: 'projectId'
|
3275
|
+
property :queued_provisioning, as: 'queuedProvisioning', class: Google::Apis::ContainerV1::QueuedProvisioning, decorator: Google::Apis::ContainerV1::QueuedProvisioning::Representation
|
3276
|
+
|
2399
3277
|
property :resource_labels, as: 'resourceLabels', class: Google::Apis::ContainerV1::ResourceLabels, decorator: Google::Apis::ContainerV1::ResourceLabels::Representation
|
2400
3278
|
|
3279
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
|
3280
|
+
|
3281
|
+
collection :storage_pools, as: 'storagePools'
|
2401
3282
|
property :tags, as: 'tags', class: Google::Apis::ContainerV1::NetworkTags, decorator: Google::Apis::ContainerV1::NetworkTags::Representation
|
2402
3283
|
|
2403
3284
|
property :taints, as: 'taints', class: Google::Apis::ContainerV1::NodeTaints, decorator: Google::Apis::ContainerV1::NodeTaints::Representation
|
@@ -2423,6 +3304,18 @@ module Google
|
|
2423
3304
|
end
|
2424
3305
|
end
|
2425
3306
|
|
3307
|
+
class UpgradeDetails
|
3308
|
+
# @private
|
3309
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3310
|
+
property :end_time, as: 'endTime'
|
3311
|
+
property :initial_version, as: 'initialVersion'
|
3312
|
+
property :start_time, as: 'startTime'
|
3313
|
+
property :start_type, as: 'startType'
|
3314
|
+
property :state, as: 'state'
|
3315
|
+
property :target_version, as: 'targetVersion'
|
3316
|
+
end
|
3317
|
+
end
|
3318
|
+
|
2426
3319
|
class UpgradeEvent
|
2427
3320
|
# @private
|
2428
3321
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2435,6 +3328,24 @@ module Google
|
|
2435
3328
|
end
|
2436
3329
|
end
|
2437
3330
|
|
3331
|
+
class UpgradeInfoEvent
|
3332
|
+
# @private
|
3333
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3334
|
+
property :current_version, as: 'currentVersion'
|
3335
|
+
property :description, as: 'description'
|
3336
|
+
property :end_time, as: 'endTime'
|
3337
|
+
property :event_type, as: 'eventType'
|
3338
|
+
property :extended_support_end_time, as: 'extendedSupportEndTime'
|
3339
|
+
property :operation, as: 'operation'
|
3340
|
+
property :resource, as: 'resource'
|
3341
|
+
property :resource_type, as: 'resourceType'
|
3342
|
+
property :standard_support_end_time, as: 'standardSupportEndTime'
|
3343
|
+
property :start_time, as: 'startTime'
|
3344
|
+
property :state, as: 'state'
|
3345
|
+
property :target_version, as: 'targetVersion'
|
3346
|
+
end
|
3347
|
+
end
|
3348
|
+
|
2438
3349
|
class UpgradeSettings
|
2439
3350
|
# @private
|
2440
3351
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2467,6 +3378,20 @@ module Google
|
|
2467
3378
|
end
|
2468
3379
|
end
|
2469
3380
|
|
3381
|
+
class UserManagedKeysConfig
|
3382
|
+
# @private
|
3383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3384
|
+
property :aggregation_ca, as: 'aggregationCa'
|
3385
|
+
property :cluster_ca, as: 'clusterCa'
|
3386
|
+
property :control_plane_disk_encryption_key, as: 'controlPlaneDiskEncryptionKey'
|
3387
|
+
property :etcd_api_ca, as: 'etcdApiCa'
|
3388
|
+
property :etcd_peer_ca, as: 'etcdPeerCa'
|
3389
|
+
property :gkeops_etcd_backup_encryption_key, as: 'gkeopsEtcdBackupEncryptionKey'
|
3390
|
+
collection :service_account_signing_keys, as: 'serviceAccountSigningKeys'
|
3391
|
+
collection :service_account_verification_keys, as: 'serviceAccountVerificationKeys'
|
3392
|
+
end
|
3393
|
+
end
|
3394
|
+
|
2470
3395
|
class VerticalPodAutoscaling
|
2471
3396
|
# @private
|
2472
3397
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2501,6 +3426,14 @@ module Google
|
|
2501
3426
|
property :mode, as: 'mode'
|
2502
3427
|
end
|
2503
3428
|
end
|
3429
|
+
|
3430
|
+
class WorkloadPolicyConfig
|
3431
|
+
# @private
|
3432
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3433
|
+
property :allow_net_admin, as: 'allowNetAdmin'
|
3434
|
+
property :autopilot_compatibility_auditing_enabled, as: 'autopilotCompatibilityAuditingEnabled'
|
3435
|
+
end
|
3436
|
+
end
|
2504
3437
|
end
|
2505
3438
|
end
|
2506
3439
|
end
|