google-apis-container_v1beta1 0.43.0 → 0.80.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 +153 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/container_v1beta1/classes.rb +2702 -156
- data/lib/google/apis/container_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/container_v1beta1/representations.rb +1011 -2
- data/lib/google/apis/container_v1beta1/service.rb +177 -6
- data/lib/google/apis/container_v1beta1.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,18 +88,48 @@ 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
|
+
|
103
|
+
class AutopilotConversionStatus
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
61
109
|
class AutoprovisioningNodePoolDefaults
|
62
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
111
|
|
64
112
|
include Google::Apis::Core::JsonObjectSupport
|
65
113
|
end
|
66
114
|
|
115
|
+
class AutoscaledRolloutPolicy
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
67
121
|
class AvailableVersion
|
68
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
123
|
|
70
124
|
include Google::Apis::Core::JsonObjectSupport
|
71
125
|
end
|
72
126
|
|
127
|
+
class BestEffortProvisioning
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
73
133
|
class BigQueryDestination
|
74
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
135
|
|
@@ -100,6 +160,18 @@ module Google
|
|
100
160
|
include Google::Apis::Core::JsonObjectSupport
|
101
161
|
end
|
102
162
|
|
163
|
+
class CertificateAuthorityDomainConfig
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class CheckAutopilotCompatibilityResponse
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
103
175
|
class CidrBlock
|
104
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
177
|
|
@@ -130,6 +202,12 @@ module Google
|
|
130
202
|
include Google::Apis::Core::JsonObjectSupport
|
131
203
|
end
|
132
204
|
|
205
|
+
class ClusterNetworkPerformanceConfig
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
133
211
|
class ClusterTelemetry
|
134
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
213
|
|
@@ -142,6 +220,12 @@ module Google
|
|
142
220
|
include Google::Apis::Core::JsonObjectSupport
|
143
221
|
end
|
144
222
|
|
223
|
+
class ClusterUpgradeInfo
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
145
229
|
class CompleteIpRotationRequest
|
146
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
231
|
|
@@ -154,6 +238,18 @@ module Google
|
|
154
238
|
include Google::Apis::Core::JsonObjectSupport
|
155
239
|
end
|
156
240
|
|
241
|
+
class CompliancePostureConfig
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class ComplianceStandard
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
157
253
|
class ConfidentialNodes
|
158
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
255
|
|
@@ -172,6 +268,18 @@ module Google
|
|
172
268
|
include Google::Apis::Core::JsonObjectSupport
|
173
269
|
end
|
174
270
|
|
271
|
+
class ContainerdConfig
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class ControlPlaneEndpointsConfig
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
175
283
|
class CostManagementConfig
|
176
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
285
|
|
@@ -196,6 +304,12 @@ module Google
|
|
196
304
|
include Google::Apis::Core::JsonObjectSupport
|
197
305
|
end
|
198
306
|
|
307
|
+
class DnsEndpointConfig
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
199
313
|
class DailyMaintenanceWindow
|
200
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
315
|
|
@@ -220,6 +334,12 @@ module Google
|
|
220
334
|
include Google::Apis::Core::JsonObjectSupport
|
221
335
|
end
|
222
336
|
|
337
|
+
class DesiredEnterpriseConfig
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
223
343
|
class DnsCacheConfig
|
224
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
345
|
|
@@ -232,6 +352,12 @@ module Google
|
|
232
352
|
include Google::Apis::Core::JsonObjectSupport
|
233
353
|
end
|
234
354
|
|
355
|
+
class EnterpriseConfig
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
235
361
|
class EphemeralStorageConfig
|
236
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
363
|
|
@@ -256,6 +382,24 @@ module Google
|
|
256
382
|
include Google::Apis::Core::JsonObjectSupport
|
257
383
|
end
|
258
384
|
|
385
|
+
class Fleet
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class GcpSecretManagerCertificateConfig
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class GpuDriverInstallationConfig
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
259
403
|
class GpuSharingConfig
|
260
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
405
|
|
@@ -286,6 +430,12 @@ module Google
|
|
286
430
|
include Google::Apis::Core::JsonObjectSupport
|
287
431
|
end
|
288
432
|
|
433
|
+
class GcsFuseCsiDriverConfig
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
289
439
|
class GetJsonWebKeysResponse
|
290
440
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
441
|
|
@@ -310,6 +460,12 @@ module Google
|
|
310
460
|
include Google::Apis::Core::JsonObjectSupport
|
311
461
|
end
|
312
462
|
|
463
|
+
class HostMaintenancePolicy
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
313
469
|
class HttpCacheControlResponseHeader
|
314
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
471
|
|
@@ -322,6 +478,12 @@ module Google
|
|
322
478
|
include Google::Apis::Core::JsonObjectSupport
|
323
479
|
end
|
324
480
|
|
481
|
+
class HugepagesConfig
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
325
487
|
class IlbSubsettingConfig
|
326
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
489
|
|
@@ -334,6 +496,12 @@ module Google
|
|
334
496
|
include Google::Apis::Core::JsonObjectSupport
|
335
497
|
end
|
336
498
|
|
499
|
+
class IpEndpointsConfig
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
337
505
|
class IdentityServiceConfig
|
338
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
507
|
|
@@ -358,6 +526,12 @@ module Google
|
|
358
526
|
include Google::Apis::Core::JsonObjectSupport
|
359
527
|
end
|
360
528
|
|
529
|
+
class K8sBetaApiConfig
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
361
535
|
class KalmConfig
|
362
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
537
|
|
@@ -544,6 +718,12 @@ module Google
|
|
544
718
|
include Google::Apis::Core::JsonObjectSupport
|
545
719
|
end
|
546
720
|
|
721
|
+
class NodeAffinity
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
547
727
|
class NodeConfig
|
548
728
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
729
|
|
@@ -610,6 +790,12 @@ module Google
|
|
610
790
|
include Google::Apis::Core::JsonObjectSupport
|
611
791
|
end
|
612
792
|
|
793
|
+
class NodePoolUpgradeInfo
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
613
799
|
class NodeTaint
|
614
800
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
801
|
|
@@ -634,24 +820,66 @@ module Google
|
|
634
820
|
include Google::Apis::Core::JsonObjectSupport
|
635
821
|
end
|
636
822
|
|
823
|
+
class OperationError
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
637
829
|
class OperationProgress
|
638
830
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
831
|
|
640
832
|
include Google::Apis::Core::JsonObjectSupport
|
641
833
|
end
|
642
834
|
|
835
|
+
class OpportunisticMaintenanceStrategy
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
841
|
+
class ParallelstoreCsiDriverConfig
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
+
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
845
|
+
end
|
846
|
+
|
847
|
+
class ParentProductConfig
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
|
+
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
851
|
+
end
|
852
|
+
|
643
853
|
class PlacementPolicy
|
644
854
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
855
|
|
646
856
|
include Google::Apis::Core::JsonObjectSupport
|
647
857
|
end
|
648
858
|
|
859
|
+
class PodAutoscaling
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
|
+
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
863
|
+
end
|
864
|
+
|
865
|
+
class PodCidrOverprovisionConfig
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
|
+
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
869
|
+
end
|
870
|
+
|
649
871
|
class PodSecurityPolicyConfig
|
650
872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
873
|
|
652
874
|
include Google::Apis::Core::JsonObjectSupport
|
653
875
|
end
|
654
876
|
|
877
|
+
class PolicyBinding
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
|
+
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
881
|
+
end
|
882
|
+
|
655
883
|
class PrivateClusterConfig
|
656
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
885
|
|
@@ -664,6 +892,12 @@ module Google
|
|
664
892
|
include Google::Apis::Core::JsonObjectSupport
|
665
893
|
end
|
666
894
|
|
895
|
+
class PrivateRegistryAccessConfig
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
|
+
|
898
|
+
include Google::Apis::Core::JsonObjectSupport
|
899
|
+
end
|
900
|
+
|
667
901
|
class ProtectConfig
|
668
902
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
903
|
|
@@ -676,6 +910,42 @@ module Google
|
|
676
910
|
include Google::Apis::Core::JsonObjectSupport
|
677
911
|
end
|
678
912
|
|
913
|
+
class QueuedProvisioning
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
|
+
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
917
|
+
end
|
918
|
+
|
919
|
+
class RbacBindingConfig
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
|
+
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
923
|
+
end
|
924
|
+
|
925
|
+
class RangeInfo
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
|
+
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
929
|
+
end
|
930
|
+
|
931
|
+
class RayClusterLoggingConfig
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
|
+
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
935
|
+
end
|
936
|
+
|
937
|
+
class RayClusterMonitoringConfig
|
938
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
939
|
+
|
940
|
+
include Google::Apis::Core::JsonObjectSupport
|
941
|
+
end
|
942
|
+
|
943
|
+
class RayOperatorConfig
|
944
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
945
|
+
|
946
|
+
include Google::Apis::Core::JsonObjectSupport
|
947
|
+
end
|
948
|
+
|
679
949
|
class RecurringTimeWindow
|
680
950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
951
|
|
@@ -712,6 +982,12 @@ module Google
|
|
712
982
|
include Google::Apis::Core::JsonObjectSupport
|
713
983
|
end
|
714
984
|
|
985
|
+
class ResourceManagerTags
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
|
+
|
988
|
+
include Google::Apis::Core::JsonObjectSupport
|
989
|
+
end
|
990
|
+
|
715
991
|
class ResourceUsageExportConfig
|
716
992
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
993
|
|
@@ -730,12 +1006,36 @@ module Google
|
|
730
1006
|
include Google::Apis::Core::JsonObjectSupport
|
731
1007
|
end
|
732
1008
|
|
1009
|
+
class SecondaryBootDisk
|
1010
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
|
+
|
1012
|
+
include Google::Apis::Core::JsonObjectSupport
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class SecondaryBootDiskUpdateStrategy
|
1016
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1017
|
+
|
1018
|
+
include Google::Apis::Core::JsonObjectSupport
|
1019
|
+
end
|
1020
|
+
|
1021
|
+
class SecretManagerConfig
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
|
+
|
1024
|
+
include Google::Apis::Core::JsonObjectSupport
|
1025
|
+
end
|
1026
|
+
|
733
1027
|
class SecurityBulletinEvent
|
734
1028
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
1029
|
|
736
1030
|
include Google::Apis::Core::JsonObjectSupport
|
737
1031
|
end
|
738
1032
|
|
1033
|
+
class SecurityPostureConfig
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
|
+
|
1036
|
+
include Google::Apis::Core::JsonObjectSupport
|
1037
|
+
end
|
1038
|
+
|
739
1039
|
class ServerConfig
|
740
1040
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
1041
|
|
@@ -832,6 +1132,12 @@ module Google
|
|
832
1132
|
include Google::Apis::Core::JsonObjectSupport
|
833
1133
|
end
|
834
1134
|
|
1135
|
+
class SoleTenantConfig
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
|
+
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
1139
|
+
end
|
1140
|
+
|
835
1141
|
class StandardRolloutPolicy
|
836
1142
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
1143
|
|
@@ -844,6 +1150,12 @@ module Google
|
|
844
1150
|
include Google::Apis::Core::JsonObjectSupport
|
845
1151
|
end
|
846
1152
|
|
1153
|
+
class StatefulHaConfig
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
847
1159
|
class Status
|
848
1160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
1161
|
|
@@ -898,12 +1210,24 @@ module Google
|
|
898
1210
|
include Google::Apis::Core::JsonObjectSupport
|
899
1211
|
end
|
900
1212
|
|
1213
|
+
class UpgradeDetails
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
|
+
|
1216
|
+
include Google::Apis::Core::JsonObjectSupport
|
1217
|
+
end
|
1218
|
+
|
901
1219
|
class UpgradeEvent
|
902
1220
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
1221
|
|
904
1222
|
include Google::Apis::Core::JsonObjectSupport
|
905
1223
|
end
|
906
1224
|
|
1225
|
+
class UpgradeInfoEvent
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
|
+
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
1229
|
+
end
|
1230
|
+
|
907
1231
|
class UpgradeSettings
|
908
1232
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
909
1233
|
|
@@ -922,6 +1246,12 @@ module Google
|
|
922
1246
|
include Google::Apis::Core::JsonObjectSupport
|
923
1247
|
end
|
924
1248
|
|
1249
|
+
class UserManagedKeysConfig
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
925
1255
|
class VerticalPodAutoscaling
|
926
1256
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
1257
|
|
@@ -982,11 +1312,19 @@ module Google
|
|
982
1312
|
include Google::Apis::Core::JsonObjectSupport
|
983
1313
|
end
|
984
1314
|
|
1315
|
+
class WorkloadPolicyConfig
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
|
+
|
1318
|
+
include Google::Apis::Core::JsonObjectSupport
|
1319
|
+
end
|
1320
|
+
|
985
1321
|
class AcceleratorConfig
|
986
1322
|
# @private
|
987
1323
|
class Representation < Google::Apis::Core::JsonRepresentation
|
988
1324
|
property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
|
989
1325
|
property :accelerator_type, as: 'acceleratorType'
|
1326
|
+
property :gpu_driver_installation_config, as: 'gpuDriverInstallationConfig', class: Google::Apis::ContainerV1beta1::GpuDriverInstallationConfig, decorator: Google::Apis::ContainerV1beta1::GpuDriverInstallationConfig::Representation
|
1327
|
+
|
990
1328
|
property :gpu_partition_size, as: 'gpuPartitionSize'
|
991
1329
|
property :gpu_sharing_config, as: 'gpuSharingConfig', class: Google::Apis::ContainerV1beta1::GpuSharingConfig, decorator: Google::Apis::ContainerV1beta1::GpuSharingConfig::Representation
|
992
1330
|
|
@@ -994,6 +1332,34 @@ module Google
|
|
994
1332
|
end
|
995
1333
|
end
|
996
1334
|
|
1335
|
+
class AdditionalNodeNetworkConfig
|
1336
|
+
# @private
|
1337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1338
|
+
property :network, as: 'network'
|
1339
|
+
property :subnetwork, as: 'subnetwork'
|
1340
|
+
end
|
1341
|
+
end
|
1342
|
+
|
1343
|
+
class AdditionalPodNetworkConfig
|
1344
|
+
# @private
|
1345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1346
|
+
property :max_pods_per_node, as: 'maxPodsPerNode', class: Google::Apis::ContainerV1beta1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1beta1::MaxPodsConstraint::Representation
|
1347
|
+
|
1348
|
+
property :network_attachment, as: 'networkAttachment'
|
1349
|
+
property :secondary_pod_range, as: 'secondaryPodRange'
|
1350
|
+
property :subnetwork, as: 'subnetwork'
|
1351
|
+
end
|
1352
|
+
end
|
1353
|
+
|
1354
|
+
class AdditionalPodRangesConfig
|
1355
|
+
# @private
|
1356
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1357
|
+
collection :pod_range_info, as: 'podRangeInfo', class: Google::Apis::ContainerV1beta1::RangeInfo, decorator: Google::Apis::ContainerV1beta1::RangeInfo::Representation
|
1358
|
+
|
1359
|
+
collection :pod_range_names, as: 'podRangeNames'
|
1360
|
+
end
|
1361
|
+
end
|
1362
|
+
|
997
1363
|
class AddonsConfig
|
998
1364
|
# @private
|
999
1365
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1007,6 +1373,8 @@ module Google
|
|
1007
1373
|
|
1008
1374
|
property :gcp_filestore_csi_driver_config, as: 'gcpFilestoreCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig::Representation
|
1009
1375
|
|
1376
|
+
property :gcs_fuse_csi_driver_config, as: 'gcsFuseCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcsFuseCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcsFuseCsiDriverConfig::Representation
|
1377
|
+
|
1010
1378
|
property :gke_backup_agent_config, as: 'gkeBackupAgentConfig', class: Google::Apis::ContainerV1beta1::GkeBackupAgentConfig, decorator: Google::Apis::ContainerV1beta1::GkeBackupAgentConfig::Representation
|
1011
1379
|
|
1012
1380
|
property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling::Representation
|
@@ -1021,12 +1389,28 @@ module Google
|
|
1021
1389
|
|
1022
1390
|
property :network_policy_config, as: 'networkPolicyConfig', class: Google::Apis::ContainerV1beta1::NetworkPolicyConfig, decorator: Google::Apis::ContainerV1beta1::NetworkPolicyConfig::Representation
|
1023
1391
|
|
1392
|
+
property :parallelstore_csi_driver_config, as: 'parallelstoreCsiDriverConfig', class: Google::Apis::ContainerV1beta1::ParallelstoreCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::ParallelstoreCsiDriverConfig::Representation
|
1393
|
+
|
1394
|
+
property :ray_operator_config, as: 'rayOperatorConfig', class: Google::Apis::ContainerV1beta1::RayOperatorConfig, decorator: Google::Apis::ContainerV1beta1::RayOperatorConfig::Representation
|
1395
|
+
|
1396
|
+
property :stateful_ha_config, as: 'statefulHaConfig', class: Google::Apis::ContainerV1beta1::StatefulHaConfig, decorator: Google::Apis::ContainerV1beta1::StatefulHaConfig::Representation
|
1397
|
+
|
1398
|
+
end
|
1399
|
+
end
|
1400
|
+
|
1401
|
+
class AdvancedDatapathObservabilityConfig
|
1402
|
+
# @private
|
1403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1404
|
+
property :enable_metrics, as: 'enableMetrics'
|
1405
|
+
property :enable_relay, as: 'enableRelay'
|
1406
|
+
property :relay_mode, as: 'relayMode'
|
1024
1407
|
end
|
1025
1408
|
end
|
1026
1409
|
|
1027
1410
|
class AdvancedMachineFeatures
|
1028
1411
|
# @private
|
1029
1412
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1413
|
+
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
1030
1414
|
property :threads_per_core, :numeric_string => true, as: 'threadsPerCore'
|
1031
1415
|
end
|
1032
1416
|
end
|
@@ -1039,6 +1423,13 @@ module Google
|
|
1039
1423
|
end
|
1040
1424
|
end
|
1041
1425
|
|
1426
|
+
class AutoMonitoringConfig
|
1427
|
+
# @private
|
1428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1429
|
+
property :scope, as: 'scope'
|
1430
|
+
end
|
1431
|
+
end
|
1432
|
+
|
1042
1433
|
class AutoUpgradeOptions
|
1043
1434
|
# @private
|
1044
1435
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1048,12 +1439,42 @@ module Google
|
|
1048
1439
|
end
|
1049
1440
|
|
1050
1441
|
class Autopilot
|
1442
|
+
# @private
|
1443
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1444
|
+
property :conversion_status, as: 'conversionStatus', class: Google::Apis::ContainerV1beta1::AutopilotConversionStatus, decorator: Google::Apis::ContainerV1beta1::AutopilotConversionStatus::Representation
|
1445
|
+
|
1446
|
+
property :enabled, as: 'enabled'
|
1447
|
+
property :workload_policy_config, as: 'workloadPolicyConfig', class: Google::Apis::ContainerV1beta1::WorkloadPolicyConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadPolicyConfig::Representation
|
1448
|
+
|
1449
|
+
end
|
1450
|
+
end
|
1451
|
+
|
1452
|
+
class AutopilotCompatibilityIssue
|
1453
|
+
# @private
|
1454
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1455
|
+
property :constraint_type, as: 'constraintType'
|
1456
|
+
property :description, as: 'description'
|
1457
|
+
property :documentation_url, as: 'documentationUrl'
|
1458
|
+
property :incompatibility_type, as: 'incompatibilityType'
|
1459
|
+
property :last_observation, as: 'lastObservation'
|
1460
|
+
collection :subjects, as: 'subjects'
|
1461
|
+
end
|
1462
|
+
end
|
1463
|
+
|
1464
|
+
class AutopilotConfig
|
1051
1465
|
# @private
|
1052
1466
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1053
1467
|
property :enabled, as: 'enabled'
|
1054
1468
|
end
|
1055
1469
|
end
|
1056
1470
|
|
1471
|
+
class AutopilotConversionStatus
|
1472
|
+
# @private
|
1473
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1474
|
+
property :state, as: 'state'
|
1475
|
+
end
|
1476
|
+
end
|
1477
|
+
|
1057
1478
|
class AutoprovisioningNodePoolDefaults
|
1058
1479
|
# @private
|
1059
1480
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1061,6 +1482,7 @@ module Google
|
|
1061
1482
|
property :disk_size_gb, as: 'diskSizeGb'
|
1062
1483
|
property :disk_type, as: 'diskType'
|
1063
1484
|
property :image_type, as: 'imageType'
|
1485
|
+
property :insecure_kubelet_readonly_port_enabled, as: 'insecureKubeletReadonlyPortEnabled'
|
1064
1486
|
property :management, as: 'management', class: Google::Apis::ContainerV1beta1::NodeManagement, decorator: Google::Apis::ContainerV1beta1::NodeManagement::Representation
|
1065
1487
|
|
1066
1488
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
@@ -1073,6 +1495,12 @@ module Google
|
|
1073
1495
|
end
|
1074
1496
|
end
|
1075
1497
|
|
1498
|
+
class AutoscaledRolloutPolicy
|
1499
|
+
# @private
|
1500
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1501
|
+
end
|
1502
|
+
end
|
1503
|
+
|
1076
1504
|
class AvailableVersion
|
1077
1505
|
# @private
|
1078
1506
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1081,6 +1509,14 @@ module Google
|
|
1081
1509
|
end
|
1082
1510
|
end
|
1083
1511
|
|
1512
|
+
class BestEffortProvisioning
|
1513
|
+
# @private
|
1514
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1515
|
+
property :enabled, as: 'enabled'
|
1516
|
+
property :min_provision_nodes, as: 'minProvisionNodes'
|
1517
|
+
end
|
1518
|
+
end
|
1519
|
+
|
1084
1520
|
class BigQueryDestination
|
1085
1521
|
# @private
|
1086
1522
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1093,6 +1529,8 @@ module Google
|
|
1093
1529
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1094
1530
|
property :enabled, as: 'enabled'
|
1095
1531
|
property :evaluation_mode, as: 'evaluationMode'
|
1532
|
+
collection :policy_bindings, as: 'policyBindings', class: Google::Apis::ContainerV1beta1::PolicyBinding, decorator: Google::Apis::ContainerV1beta1::PolicyBinding::Representation
|
1533
|
+
|
1096
1534
|
end
|
1097
1535
|
end
|
1098
1536
|
|
@@ -1110,6 +1548,8 @@ module Google
|
|
1110
1548
|
class BlueGreenSettings
|
1111
1549
|
# @private
|
1112
1550
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1551
|
+
property :autoscaled_rollout_policy, as: 'autoscaledRolloutPolicy', class: Google::Apis::ContainerV1beta1::AutoscaledRolloutPolicy, decorator: Google::Apis::ContainerV1beta1::AutoscaledRolloutPolicy::Representation
|
1552
|
+
|
1113
1553
|
property :node_pool_soak_duration, as: 'nodePoolSoakDuration'
|
1114
1554
|
property :standard_rollout_policy, as: 'standardRolloutPolicy', class: Google::Apis::ContainerV1beta1::StandardRolloutPolicy, decorator: Google::Apis::ContainerV1beta1::StandardRolloutPolicy::Representation
|
1115
1555
|
|
@@ -1126,6 +1566,24 @@ module Google
|
|
1126
1566
|
end
|
1127
1567
|
end
|
1128
1568
|
|
1569
|
+
class CertificateAuthorityDomainConfig
|
1570
|
+
# @private
|
1571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1572
|
+
collection :fqdns, as: 'fqdns'
|
1573
|
+
property :gcp_secret_manager_certificate_config, as: 'gcpSecretManagerCertificateConfig', class: Google::Apis::ContainerV1beta1::GcpSecretManagerCertificateConfig, decorator: Google::Apis::ContainerV1beta1::GcpSecretManagerCertificateConfig::Representation
|
1574
|
+
|
1575
|
+
end
|
1576
|
+
end
|
1577
|
+
|
1578
|
+
class CheckAutopilotCompatibilityResponse
|
1579
|
+
# @private
|
1580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1581
|
+
collection :issues, as: 'issues', class: Google::Apis::ContainerV1beta1::AutopilotCompatibilityIssue, decorator: Google::Apis::ContainerV1beta1::AutopilotCompatibilityIssue::Representation
|
1582
|
+
|
1583
|
+
property :summary, as: 'summary'
|
1584
|
+
end
|
1585
|
+
end
|
1586
|
+
|
1129
1587
|
class CidrBlock
|
1130
1588
|
# @private
|
1131
1589
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1165,10 +1623,14 @@ module Google
|
|
1165
1623
|
property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
|
1166
1624
|
property :cluster_telemetry, as: 'clusterTelemetry', class: Google::Apis::ContainerV1beta1::ClusterTelemetry, decorator: Google::Apis::ContainerV1beta1::ClusterTelemetry::Representation
|
1167
1625
|
|
1626
|
+
property :compliance_posture_config, as: 'compliancePostureConfig', class: Google::Apis::ContainerV1beta1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1beta1::CompliancePostureConfig::Representation
|
1627
|
+
|
1168
1628
|
collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1beta1::StatusCondition, decorator: Google::Apis::ContainerV1beta1::StatusCondition::Representation
|
1169
1629
|
|
1170
1630
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
|
1171
1631
|
|
1632
|
+
property :control_plane_endpoints_config, as: 'controlPlaneEndpointsConfig', class: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig, decorator: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig::Representation
|
1633
|
+
|
1172
1634
|
property :cost_management_config, as: 'costManagementConfig', class: Google::Apis::ContainerV1beta1::CostManagementConfig, decorator: Google::Apis::ContainerV1beta1::CostManagementConfig::Representation
|
1173
1635
|
|
1174
1636
|
property :create_time, as: 'createTime'
|
@@ -1180,11 +1642,17 @@ module Google
|
|
1180
1642
|
property :default_max_pods_constraint, as: 'defaultMaxPodsConstraint', class: Google::Apis::ContainerV1beta1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1beta1::MaxPodsConstraint::Representation
|
1181
1643
|
|
1182
1644
|
property :description, as: 'description'
|
1645
|
+
property :enable_k8s_beta_apis, as: 'enableK8sBetaApis', class: Google::Apis::ContainerV1beta1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1beta1::K8sBetaApiConfig::Representation
|
1646
|
+
|
1183
1647
|
property :enable_kubernetes_alpha, as: 'enableKubernetesAlpha'
|
1184
1648
|
property :enable_tpu, as: 'enableTpu'
|
1185
1649
|
property :endpoint, as: 'endpoint'
|
1650
|
+
property :enterprise_config, as: 'enterpriseConfig', class: Google::Apis::ContainerV1beta1::EnterpriseConfig, decorator: Google::Apis::ContainerV1beta1::EnterpriseConfig::Representation
|
1651
|
+
|
1186
1652
|
property :etag, as: 'etag'
|
1187
1653
|
property :expire_time, as: 'expireTime'
|
1654
|
+
property :fleet, as: 'fleet', class: Google::Apis::ContainerV1beta1::Fleet, decorator: Google::Apis::ContainerV1beta1::Fleet::Representation
|
1655
|
+
|
1188
1656
|
property :id, as: 'id'
|
1189
1657
|
property :identity_service_config, as: 'identityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
|
1190
1658
|
|
@@ -1232,6 +1700,10 @@ module Google
|
|
1232
1700
|
|
1233
1701
|
property :notification_config, as: 'notificationConfig', class: Google::Apis::ContainerV1beta1::NotificationConfig, decorator: Google::Apis::ContainerV1beta1::NotificationConfig::Representation
|
1234
1702
|
|
1703
|
+
property :parent_product_config, as: 'parentProductConfig', class: Google::Apis::ContainerV1beta1::ParentProductConfig, decorator: Google::Apis::ContainerV1beta1::ParentProductConfig::Representation
|
1704
|
+
|
1705
|
+
property :pod_autoscaling, as: 'podAutoscaling', class: Google::Apis::ContainerV1beta1::PodAutoscaling, decorator: Google::Apis::ContainerV1beta1::PodAutoscaling::Representation
|
1706
|
+
|
1235
1707
|
property :pod_security_policy_config, as: 'podSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
|
1236
1708
|
|
1237
1709
|
property :private_cluster, as: 'privateCluster'
|
@@ -1239,11 +1711,19 @@ module Google
|
|
1239
1711
|
|
1240
1712
|
property :protect_config, as: 'protectConfig', class: Google::Apis::ContainerV1beta1::ProtectConfig, decorator: Google::Apis::ContainerV1beta1::ProtectConfig::Representation
|
1241
1713
|
|
1714
|
+
property :rbac_binding_config, as: 'rbacBindingConfig', class: Google::Apis::ContainerV1beta1::RbacBindingConfig, decorator: Google::Apis::ContainerV1beta1::RbacBindingConfig::Representation
|
1715
|
+
|
1242
1716
|
property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
|
1243
1717
|
|
1244
1718
|
hash :resource_labels, as: 'resourceLabels'
|
1245
1719
|
property :resource_usage_export_config, as: 'resourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
|
1246
1720
|
|
1721
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
1722
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
1723
|
+
property :secret_manager_config, as: 'secretManagerConfig', class: Google::Apis::ContainerV1beta1::SecretManagerConfig, decorator: Google::Apis::ContainerV1beta1::SecretManagerConfig::Representation
|
1724
|
+
|
1725
|
+
property :security_posture_config, as: 'securityPostureConfig', class: Google::Apis::ContainerV1beta1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1beta1::SecurityPostureConfig::Representation
|
1726
|
+
|
1247
1727
|
property :self_link, as: 'selfLink'
|
1248
1728
|
property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
|
1249
1729
|
property :shielded_nodes, as: 'shieldedNodes', class: Google::Apis::ContainerV1beta1::ShieldedNodes, decorator: Google::Apis::ContainerV1beta1::ShieldedNodes::Representation
|
@@ -1254,6 +1734,8 @@ module Google
|
|
1254
1734
|
property :tpu_config, as: 'tpuConfig', class: Google::Apis::ContainerV1beta1::TpuConfig, decorator: Google::Apis::ContainerV1beta1::TpuConfig::Representation
|
1255
1735
|
|
1256
1736
|
property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
|
1737
|
+
property :user_managed_keys_config, as: 'userManagedKeysConfig', class: Google::Apis::ContainerV1beta1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1beta1::UserManagedKeysConfig::Representation
|
1738
|
+
|
1257
1739
|
property :vertical_pod_autoscaling, as: 'verticalPodAutoscaling', class: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling::Representation
|
1258
1740
|
|
1259
1741
|
property :workload_alts_config, as: 'workloadAltsConfig', class: Google::Apis::ContainerV1beta1::WorkloadAltsConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadAltsConfig::Representation
|
@@ -1279,6 +1761,13 @@ module Google
|
|
1279
1761
|
end
|
1280
1762
|
end
|
1281
1763
|
|
1764
|
+
class ClusterNetworkPerformanceConfig
|
1765
|
+
# @private
|
1766
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1767
|
+
property :total_egress_bandwidth_tier, as: 'totalEgressBandwidthTier'
|
1768
|
+
end
|
1769
|
+
end
|
1770
|
+
|
1282
1771
|
class ClusterTelemetry
|
1283
1772
|
# @private
|
1284
1773
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1289,35 +1778,59 @@ module Google
|
|
1289
1778
|
class ClusterUpdate
|
1290
1779
|
# @private
|
1291
1780
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1781
|
+
property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
|
1782
|
+
|
1292
1783
|
property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1beta1::AddonsConfig, decorator: Google::Apis::ContainerV1beta1::AddonsConfig::Representation
|
1293
1784
|
|
1294
1785
|
property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
|
1295
1786
|
|
1787
|
+
property :desired_autopilot_workload_policy_config, as: 'desiredAutopilotWorkloadPolicyConfig', class: Google::Apis::ContainerV1beta1::WorkloadPolicyConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadPolicyConfig::Representation
|
1788
|
+
|
1296
1789
|
property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1beta1::BinaryAuthorization, decorator: Google::Apis::ContainerV1beta1::BinaryAuthorization::Representation
|
1297
1790
|
|
1298
1791
|
property :desired_cluster_autoscaling, as: 'desiredClusterAutoscaling', class: Google::Apis::ContainerV1beta1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1beta1::ClusterAutoscaling::Representation
|
1299
1792
|
|
1300
1793
|
property :desired_cluster_telemetry, as: 'desiredClusterTelemetry', class: Google::Apis::ContainerV1beta1::ClusterTelemetry, decorator: Google::Apis::ContainerV1beta1::ClusterTelemetry::Representation
|
1301
1794
|
|
1795
|
+
property :desired_compliance_posture_config, as: 'desiredCompliancePostureConfig', class: Google::Apis::ContainerV1beta1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1beta1::CompliancePostureConfig::Representation
|
1796
|
+
|
1797
|
+
property :desired_containerd_config, as: 'desiredContainerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
|
1798
|
+
|
1799
|
+
property :desired_control_plane_endpoints_config, as: 'desiredControlPlaneEndpointsConfig', class: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig, decorator: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig::Representation
|
1800
|
+
|
1302
1801
|
property :desired_cost_management_config, as: 'desiredCostManagementConfig', class: Google::Apis::ContainerV1beta1::CostManagementConfig, decorator: Google::Apis::ContainerV1beta1::CostManagementConfig::Representation
|
1303
1802
|
|
1304
1803
|
property :desired_database_encryption, as: 'desiredDatabaseEncryption', class: Google::Apis::ContainerV1beta1::DatabaseEncryption, decorator: Google::Apis::ContainerV1beta1::DatabaseEncryption::Representation
|
1305
1804
|
|
1306
1805
|
property :desired_datapath_provider, as: 'desiredDatapathProvider'
|
1806
|
+
property :desired_default_enable_private_nodes, as: 'desiredDefaultEnablePrivateNodes'
|
1307
1807
|
property :desired_default_snat_status, as: 'desiredDefaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
|
1308
1808
|
|
1809
|
+
property :desired_disable_l4_lb_firewall_reconciliation, as: 'desiredDisableL4LbFirewallReconciliation'
|
1309
1810
|
property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
1310
1811
|
|
1812
|
+
property :desired_enable_cilium_clusterwide_network_policy, as: 'desiredEnableCiliumClusterwideNetworkPolicy'
|
1813
|
+
property :desired_enable_fqdn_network_policy, as: 'desiredEnableFqdnNetworkPolicy'
|
1814
|
+
property :desired_enable_multi_networking, as: 'desiredEnableMultiNetworking'
|
1311
1815
|
property :desired_enable_private_endpoint, as: 'desiredEnablePrivateEndpoint'
|
1816
|
+
property :desired_enterprise_config, as: 'desiredEnterpriseConfig', class: Google::Apis::ContainerV1beta1::DesiredEnterpriseConfig, decorator: Google::Apis::ContainerV1beta1::DesiredEnterpriseConfig::Representation
|
1817
|
+
|
1818
|
+
property :desired_fleet, as: 'desiredFleet', class: Google::Apis::ContainerV1beta1::Fleet, decorator: Google::Apis::ContainerV1beta1::Fleet::Representation
|
1819
|
+
|
1312
1820
|
property :desired_gateway_api_config, as: 'desiredGatewayApiConfig', class: Google::Apis::ContainerV1beta1::GatewayApiConfig, decorator: Google::Apis::ContainerV1beta1::GatewayApiConfig::Representation
|
1313
1821
|
|
1314
1822
|
property :desired_gcfs_config, as: 'desiredGcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
|
1315
1823
|
|
1824
|
+
property :desired_host_maintenance_policy, as: 'desiredHostMaintenancePolicy', class: Google::Apis::ContainerV1beta1::HostMaintenancePolicy, decorator: Google::Apis::ContainerV1beta1::HostMaintenancePolicy::Representation
|
1825
|
+
|
1316
1826
|
property :desired_identity_service_config, as: 'desiredIdentityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
|
1317
1827
|
|
1318
1828
|
property :desired_image_type, as: 'desiredImageType'
|
1829
|
+
property :desired_in_transit_encryption_config, as: 'desiredInTransitEncryptionConfig'
|
1319
1830
|
property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig::Representation
|
1320
1831
|
|
1832
|
+
property :desired_k8s_beta_apis, as: 'desiredK8sBetaApis', class: Google::Apis::ContainerV1beta1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1beta1::K8sBetaApiConfig::Representation
|
1833
|
+
|
1321
1834
|
property :desired_l4ilb_subsetting_config, as: 'desiredL4ilbSubsettingConfig', class: Google::Apis::ContainerV1beta1::IlbSubsettingConfig, decorator: Google::Apis::ContainerV1beta1::IlbSubsettingConfig::Representation
|
1322
1835
|
|
1323
1836
|
collection :desired_locations, as: 'desiredLocations'
|
@@ -1334,8 +1847,18 @@ module Google
|
|
1334
1847
|
property :desired_monitoring_config, as: 'desiredMonitoringConfig', class: Google::Apis::ContainerV1beta1::MonitoringConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringConfig::Representation
|
1335
1848
|
|
1336
1849
|
property :desired_monitoring_service, as: 'desiredMonitoringService'
|
1850
|
+
property :desired_network_performance_config, as: 'desiredNetworkPerformanceConfig', class: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig::Representation
|
1851
|
+
|
1852
|
+
property :desired_node_kubelet_config, as: 'desiredNodeKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
1853
|
+
|
1854
|
+
property :desired_node_pool_auto_config_kubelet_config, as: 'desiredNodePoolAutoConfigKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
1855
|
+
|
1856
|
+
property :desired_node_pool_auto_config_linux_node_config, as: 'desiredNodePoolAutoConfigLinuxNodeConfig', class: Google::Apis::ContainerV1beta1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1beta1::LinuxNodeConfig::Representation
|
1857
|
+
|
1337
1858
|
property :desired_node_pool_auto_config_network_tags, as: 'desiredNodePoolAutoConfigNetworkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
|
1338
1859
|
|
1860
|
+
property :desired_node_pool_auto_config_resource_manager_tags, as: 'desiredNodePoolAutoConfigResourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
|
1861
|
+
|
1339
1862
|
property :desired_node_pool_autoscaling, as: 'desiredNodePoolAutoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
|
1340
1863
|
|
1341
1864
|
property :desired_node_pool_id, as: 'desiredNodePoolId'
|
@@ -1344,6 +1867,10 @@ module Google
|
|
1344
1867
|
property :desired_node_version, as: 'desiredNodeVersion'
|
1345
1868
|
property :desired_notification_config, as: 'desiredNotificationConfig', class: Google::Apis::ContainerV1beta1::NotificationConfig, decorator: Google::Apis::ContainerV1beta1::NotificationConfig::Representation
|
1346
1869
|
|
1870
|
+
property :desired_parent_product_config, as: 'desiredParentProductConfig', class: Google::Apis::ContainerV1beta1::ParentProductConfig, decorator: Google::Apis::ContainerV1beta1::ParentProductConfig::Representation
|
1871
|
+
|
1872
|
+
property :desired_pod_autoscaling, as: 'desiredPodAutoscaling', class: Google::Apis::ContainerV1beta1::PodAutoscaling, decorator: Google::Apis::ContainerV1beta1::PodAutoscaling::Representation
|
1873
|
+
|
1347
1874
|
property :desired_pod_security_policy_config, as: 'desiredPodSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
|
1348
1875
|
|
1349
1876
|
property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
|
@@ -1351,10 +1878,16 @@ module Google
|
|
1351
1878
|
property :desired_private_ipv6_google_access, as: 'desiredPrivateIpv6GoogleAccess'
|
1352
1879
|
property :desired_protect_config, as: 'desiredProtectConfig', class: Google::Apis::ContainerV1beta1::ProtectConfig, decorator: Google::Apis::ContainerV1beta1::ProtectConfig::Representation
|
1353
1880
|
|
1881
|
+
property :desired_rbac_binding_config, as: 'desiredRbacBindingConfig', class: Google::Apis::ContainerV1beta1::RbacBindingConfig, decorator: Google::Apis::ContainerV1beta1::RbacBindingConfig::Representation
|
1882
|
+
|
1354
1883
|
property :desired_release_channel, as: 'desiredReleaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
|
1355
1884
|
|
1356
1885
|
property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
|
1357
1886
|
|
1887
|
+
property :desired_secret_manager_config, as: 'desiredSecretManagerConfig', class: Google::Apis::ContainerV1beta1::SecretManagerConfig, decorator: Google::Apis::ContainerV1beta1::SecretManagerConfig::Representation
|
1888
|
+
|
1889
|
+
property :desired_security_posture_config, as: 'desiredSecurityPostureConfig', class: Google::Apis::ContainerV1beta1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1beta1::SecurityPostureConfig::Representation
|
1890
|
+
|
1358
1891
|
property :desired_service_external_ips_config, as: 'desiredServiceExternalIpsConfig', class: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig::Representation
|
1359
1892
|
|
1360
1893
|
property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1beta1::ShieldedNodes, decorator: Google::Apis::ContainerV1beta1::ShieldedNodes::Representation
|
@@ -1370,7 +1903,29 @@ module Google
|
|
1370
1903
|
|
1371
1904
|
property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig::Representation
|
1372
1905
|
|
1906
|
+
property :enable_k8s_beta_apis, as: 'enableK8sBetaApis', class: Google::Apis::ContainerV1beta1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1beta1::K8sBetaApiConfig::Representation
|
1907
|
+
|
1373
1908
|
property :etag, as: 'etag'
|
1909
|
+
property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
|
1910
|
+
|
1911
|
+
property :removed_additional_pod_ranges_config, as: 'removedAdditionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
|
1912
|
+
|
1913
|
+
property :user_managed_keys_config, as: 'userManagedKeysConfig', class: Google::Apis::ContainerV1beta1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1beta1::UserManagedKeysConfig::Representation
|
1914
|
+
|
1915
|
+
end
|
1916
|
+
end
|
1917
|
+
|
1918
|
+
class ClusterUpgradeInfo
|
1919
|
+
# @private
|
1920
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1921
|
+
collection :auto_upgrade_status, as: 'autoUpgradeStatus'
|
1922
|
+
property :end_of_extended_support_timestamp, as: 'endOfExtendedSupportTimestamp'
|
1923
|
+
property :end_of_standard_support_timestamp, as: 'endOfStandardSupportTimestamp'
|
1924
|
+
property :minor_target_version, as: 'minorTargetVersion'
|
1925
|
+
property :patch_target_version, as: 'patchTargetVersion'
|
1926
|
+
collection :paused_reason, as: 'pausedReason'
|
1927
|
+
collection :upgrade_details, as: 'upgradeDetails', class: Google::Apis::ContainerV1beta1::UpgradeDetails, decorator: Google::Apis::ContainerV1beta1::UpgradeDetails::Representation
|
1928
|
+
|
1374
1929
|
end
|
1375
1930
|
end
|
1376
1931
|
|
@@ -1390,6 +1945,22 @@ module Google
|
|
1390
1945
|
end
|
1391
1946
|
end
|
1392
1947
|
|
1948
|
+
class CompliancePostureConfig
|
1949
|
+
# @private
|
1950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1951
|
+
collection :compliance_standards, as: 'complianceStandards', class: Google::Apis::ContainerV1beta1::ComplianceStandard, decorator: Google::Apis::ContainerV1beta1::ComplianceStandard::Representation
|
1952
|
+
|
1953
|
+
property :mode, as: 'mode'
|
1954
|
+
end
|
1955
|
+
end
|
1956
|
+
|
1957
|
+
class ComplianceStandard
|
1958
|
+
# @private
|
1959
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1960
|
+
property :standard, as: 'standard'
|
1961
|
+
end
|
1962
|
+
end
|
1963
|
+
|
1393
1964
|
class ConfidentialNodes
|
1394
1965
|
# @private
|
1395
1966
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1411,6 +1982,24 @@ module Google
|
|
1411
1982
|
end
|
1412
1983
|
end
|
1413
1984
|
|
1985
|
+
class ContainerdConfig
|
1986
|
+
# @private
|
1987
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1988
|
+
property :private_registry_access_config, as: 'privateRegistryAccessConfig', class: Google::Apis::ContainerV1beta1::PrivateRegistryAccessConfig, decorator: Google::Apis::ContainerV1beta1::PrivateRegistryAccessConfig::Representation
|
1989
|
+
|
1990
|
+
end
|
1991
|
+
end
|
1992
|
+
|
1993
|
+
class ControlPlaneEndpointsConfig
|
1994
|
+
# @private
|
1995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1996
|
+
property :dns_endpoint_config, as: 'dnsEndpointConfig', class: Google::Apis::ContainerV1beta1::DnsEndpointConfig, decorator: Google::Apis::ContainerV1beta1::DnsEndpointConfig::Representation
|
1997
|
+
|
1998
|
+
property :ip_endpoints_config, as: 'ipEndpointsConfig', class: Google::Apis::ContainerV1beta1::IpEndpointsConfig, decorator: Google::Apis::ContainerV1beta1::IpEndpointsConfig::Representation
|
1999
|
+
|
2000
|
+
end
|
2001
|
+
end
|
2002
|
+
|
1414
2003
|
class CostManagementConfig
|
1415
2004
|
# @private
|
1416
2005
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1444,12 +2033,21 @@ module Google
|
|
1444
2033
|
class DnsConfig
|
1445
2034
|
# @private
|
1446
2035
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2036
|
+
property :additive_vpc_scope_dns_domain, as: 'additiveVpcScopeDnsDomain'
|
1447
2037
|
property :cluster_dns, as: 'clusterDns'
|
1448
2038
|
property :cluster_dns_domain, as: 'clusterDnsDomain'
|
1449
2039
|
property :cluster_dns_scope, as: 'clusterDnsScope'
|
1450
2040
|
end
|
1451
2041
|
end
|
1452
2042
|
|
2043
|
+
class DnsEndpointConfig
|
2044
|
+
# @private
|
2045
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2046
|
+
property :allow_external_traffic, as: 'allowExternalTraffic'
|
2047
|
+
property :endpoint, as: 'endpoint'
|
2048
|
+
end
|
2049
|
+
end
|
2050
|
+
|
1453
2051
|
class DailyMaintenanceWindow
|
1454
2052
|
# @private
|
1455
2053
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1461,7 +2059,11 @@ module Google
|
|
1461
2059
|
class DatabaseEncryption
|
1462
2060
|
# @private
|
1463
2061
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2062
|
+
property :current_state, as: 'currentState'
|
2063
|
+
collection :decryption_keys, as: 'decryptionKeys'
|
1464
2064
|
property :key_name, as: 'keyName'
|
2065
|
+
collection :last_operation_errors, as: 'lastOperationErrors', class: Google::Apis::ContainerV1beta1::OperationError, decorator: Google::Apis::ContainerV1beta1::OperationError::Representation
|
2066
|
+
|
1465
2067
|
property :state, as: 'state'
|
1466
2068
|
end
|
1467
2069
|
end
|
@@ -1475,10 +2077,17 @@ module Google
|
|
1475
2077
|
end
|
1476
2078
|
end
|
1477
2079
|
|
1478
|
-
class DefaultSnatStatus
|
2080
|
+
class DefaultSnatStatus
|
2081
|
+
# @private
|
2082
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2083
|
+
property :disabled, as: 'disabled'
|
2084
|
+
end
|
2085
|
+
end
|
2086
|
+
|
2087
|
+
class DesiredEnterpriseConfig
|
1479
2088
|
# @private
|
1480
2089
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1481
|
-
property :
|
2090
|
+
property :desired_tier, as: 'desiredTier'
|
1482
2091
|
end
|
1483
2092
|
end
|
1484
2093
|
|
@@ -1495,6 +2104,14 @@ module Google
|
|
1495
2104
|
end
|
1496
2105
|
end
|
1497
2106
|
|
2107
|
+
class EnterpriseConfig
|
2108
|
+
# @private
|
2109
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2110
|
+
property :cluster_tier, as: 'clusterTier'
|
2111
|
+
property :desired_tier, as: 'desiredTier'
|
2112
|
+
end
|
2113
|
+
end
|
2114
|
+
|
1498
2115
|
class EphemeralStorageConfig
|
1499
2116
|
# @private
|
1500
2117
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1523,6 +2140,29 @@ module Google
|
|
1523
2140
|
end
|
1524
2141
|
end
|
1525
2142
|
|
2143
|
+
class Fleet
|
2144
|
+
# @private
|
2145
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2146
|
+
property :membership, as: 'membership'
|
2147
|
+
property :pre_registered, as: 'preRegistered'
|
2148
|
+
property :project, as: 'project'
|
2149
|
+
end
|
2150
|
+
end
|
2151
|
+
|
2152
|
+
class GcpSecretManagerCertificateConfig
|
2153
|
+
# @private
|
2154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2155
|
+
property :secret_uri, as: 'secretUri'
|
2156
|
+
end
|
2157
|
+
end
|
2158
|
+
|
2159
|
+
class GpuDriverInstallationConfig
|
2160
|
+
# @private
|
2161
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2162
|
+
property :gpu_driver_version, as: 'gpuDriverVersion'
|
2163
|
+
end
|
2164
|
+
end
|
2165
|
+
|
1526
2166
|
class GpuSharingConfig
|
1527
2167
|
# @private
|
1528
2168
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1559,6 +2199,13 @@ module Google
|
|
1559
2199
|
end
|
1560
2200
|
end
|
1561
2201
|
|
2202
|
+
class GcsFuseCsiDriverConfig
|
2203
|
+
# @private
|
2204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2205
|
+
property :enabled, as: 'enabled'
|
2206
|
+
end
|
2207
|
+
end
|
2208
|
+
|
1562
2209
|
class GetJsonWebKeysResponse
|
1563
2210
|
# @private
|
1564
2211
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1598,6 +2245,15 @@ module Google
|
|
1598
2245
|
end
|
1599
2246
|
end
|
1600
2247
|
|
2248
|
+
class HostMaintenancePolicy
|
2249
|
+
# @private
|
2250
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2251
|
+
property :maintenance_interval, as: 'maintenanceInterval'
|
2252
|
+
property :opportunistic_maintenance_strategy, as: 'opportunisticMaintenanceStrategy', class: Google::Apis::ContainerV1beta1::OpportunisticMaintenanceStrategy, decorator: Google::Apis::ContainerV1beta1::OpportunisticMaintenanceStrategy::Representation
|
2253
|
+
|
2254
|
+
end
|
2255
|
+
end
|
2256
|
+
|
1601
2257
|
class HttpCacheControlResponseHeader
|
1602
2258
|
# @private
|
1603
2259
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1614,6 +2270,14 @@ module Google
|
|
1614
2270
|
end
|
1615
2271
|
end
|
1616
2272
|
|
2273
|
+
class HugepagesConfig
|
2274
|
+
# @private
|
2275
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2276
|
+
property :hugepage_size1g, as: 'hugepageSize1g'
|
2277
|
+
property :hugepage_size2m, as: 'hugepageSize2m'
|
2278
|
+
end
|
2279
|
+
end
|
2280
|
+
|
1617
2281
|
class IlbSubsettingConfig
|
1618
2282
|
# @private
|
1619
2283
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1624,14 +2288,19 @@ module Google
|
|
1624
2288
|
class IpAllocationPolicy
|
1625
2289
|
# @private
|
1626
2290
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2291
|
+
property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
|
2292
|
+
|
1627
2293
|
property :allow_route_overlap, as: 'allowRouteOverlap'
|
1628
2294
|
property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
|
1629
2295
|
property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
|
1630
2296
|
property :cluster_secondary_range_name, as: 'clusterSecondaryRangeName'
|
1631
2297
|
property :create_subnetwork, as: 'createSubnetwork'
|
2298
|
+
property :default_pod_ipv4_range_utilization, as: 'defaultPodIpv4RangeUtilization'
|
1632
2299
|
property :ipv6_access_type, as: 'ipv6AccessType'
|
1633
2300
|
property :node_ipv4_cidr, as: 'nodeIpv4Cidr'
|
1634
2301
|
property :node_ipv4_cidr_block, as: 'nodeIpv4CidrBlock'
|
2302
|
+
property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig::Representation
|
2303
|
+
|
1635
2304
|
property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
|
1636
2305
|
property :services_ipv4_cidr_block, as: 'servicesIpv4CidrBlock'
|
1637
2306
|
property :services_ipv6_cidr_block, as: 'servicesIpv6CidrBlock'
|
@@ -1645,6 +2314,20 @@ module Google
|
|
1645
2314
|
end
|
1646
2315
|
end
|
1647
2316
|
|
2317
|
+
class IpEndpointsConfig
|
2318
|
+
# @private
|
2319
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2320
|
+
property :authorized_networks_config, as: 'authorizedNetworksConfig', class: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig::Representation
|
2321
|
+
|
2322
|
+
property :enable_public_endpoint, as: 'enablePublicEndpoint'
|
2323
|
+
property :enabled, as: 'enabled'
|
2324
|
+
property :global_access, as: 'globalAccess'
|
2325
|
+
property :private_endpoint, as: 'privateEndpoint'
|
2326
|
+
property :private_endpoint_subnetwork, as: 'privateEndpointSubnetwork'
|
2327
|
+
property :public_endpoint, as: 'publicEndpoint'
|
2328
|
+
end
|
2329
|
+
end
|
2330
|
+
|
1648
2331
|
class IdentityServiceConfig
|
1649
2332
|
# @private
|
1650
2333
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1682,6 +2365,13 @@ module Google
|
|
1682
2365
|
end
|
1683
2366
|
end
|
1684
2367
|
|
2368
|
+
class K8sBetaApiConfig
|
2369
|
+
# @private
|
2370
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2371
|
+
collection :enabled_apis, as: 'enabledApis'
|
2372
|
+
end
|
2373
|
+
end
|
2374
|
+
|
1685
2375
|
class KalmConfig
|
1686
2376
|
# @private
|
1687
2377
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1707,6 +2397,8 @@ module Google
|
|
1707
2397
|
# @private
|
1708
2398
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1709
2399
|
property :cgroup_mode, as: 'cgroupMode'
|
2400
|
+
property :hugepages, as: 'hugepages', class: Google::Apis::ContainerV1beta1::HugepagesConfig, decorator: Google::Apis::ContainerV1beta1::HugepagesConfig::Representation
|
2401
|
+
|
1710
2402
|
hash :sysctls, as: 'sysctls'
|
1711
2403
|
end
|
1712
2404
|
end
|
@@ -1824,6 +2516,8 @@ module Google
|
|
1824
2516
|
class ManagedPrometheusConfig
|
1825
2517
|
# @private
|
1826
2518
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2519
|
+
property :auto_monitoring_config, as: 'autoMonitoringConfig', class: Google::Apis::ContainerV1beta1::AutoMonitoringConfig, decorator: Google::Apis::ContainerV1beta1::AutoMonitoringConfig::Representation
|
2520
|
+
|
1827
2521
|
property :enabled, as: 'enabled'
|
1828
2522
|
end
|
1829
2523
|
end
|
@@ -1854,6 +2548,7 @@ module Google
|
|
1854
2548
|
|
1855
2549
|
property :enabled, as: 'enabled'
|
1856
2550
|
property :gcp_public_cidrs_access_enabled, as: 'gcpPublicCidrsAccessEnabled'
|
2551
|
+
property :private_endpoint_enforcement_enabled, as: 'privateEndpointEnforcementEnabled'
|
1857
2552
|
end
|
1858
2553
|
end
|
1859
2554
|
|
@@ -1891,6 +2586,8 @@ module Google
|
|
1891
2586
|
class MonitoringConfig
|
1892
2587
|
# @private
|
1893
2588
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2589
|
+
property :advanced_datapath_observability_config, as: 'advancedDatapathObservabilityConfig', class: Google::Apis::ContainerV1beta1::AdvancedDatapathObservabilityConfig, decorator: Google::Apis::ContainerV1beta1::AdvancedDatapathObservabilityConfig::Representation
|
2590
|
+
|
1894
2591
|
property :component_config, as: 'componentConfig', class: Google::Apis::ContainerV1beta1::MonitoringComponentConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringComponentConfig::Representation
|
1895
2592
|
|
1896
2593
|
property :managed_prometheus_config, as: 'managedPrometheusConfig', class: Google::Apis::ContainerV1beta1::ManagedPrometheusConfig, decorator: Google::Apis::ContainerV1beta1::ManagedPrometheusConfig::Representation
|
@@ -1902,15 +2599,23 @@ module Google
|
|
1902
2599
|
# @private
|
1903
2600
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1904
2601
|
property :datapath_provider, as: 'datapathProvider'
|
2602
|
+
property :default_enable_private_nodes, as: 'defaultEnablePrivateNodes'
|
1905
2603
|
property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
|
1906
2604
|
|
2605
|
+
property :disable_l4_lb_firewall_reconciliation, as: 'disableL4LbFirewallReconciliation'
|
1907
2606
|
property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
1908
2607
|
|
2608
|
+
property :enable_cilium_clusterwide_network_policy, as: 'enableCiliumClusterwideNetworkPolicy'
|
2609
|
+
property :enable_fqdn_network_policy, as: 'enableFqdnNetworkPolicy'
|
1909
2610
|
property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
|
1910
2611
|
property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
|
2612
|
+
property :enable_multi_networking, as: 'enableMultiNetworking'
|
1911
2613
|
property :gateway_api_config, as: 'gatewayApiConfig', class: Google::Apis::ContainerV1beta1::GatewayApiConfig, decorator: Google::Apis::ContainerV1beta1::GatewayApiConfig::Representation
|
1912
2614
|
|
2615
|
+
property :in_transit_encryption_config, as: 'inTransitEncryptionConfig'
|
1913
2616
|
property :network, as: 'network'
|
2617
|
+
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig::Representation
|
2618
|
+
|
1914
2619
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
1915
2620
|
property :service_external_ips_config, as: 'serviceExternalIpsConfig', class: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig::Representation
|
1916
2621
|
|
@@ -1948,6 +2653,15 @@ module Google
|
|
1948
2653
|
end
|
1949
2654
|
end
|
1950
2655
|
|
2656
|
+
class NodeAffinity
|
2657
|
+
# @private
|
2658
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2659
|
+
property :key, as: 'key'
|
2660
|
+
property :operator, as: 'operator'
|
2661
|
+
collection :values, as: 'values'
|
2662
|
+
end
|
2663
|
+
end
|
2664
|
+
|
1951
2665
|
class NodeConfig
|
1952
2666
|
# @private
|
1953
2667
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1958,8 +2672,12 @@ module Google
|
|
1958
2672
|
property :boot_disk_kms_key, as: 'bootDiskKmsKey'
|
1959
2673
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
|
1960
2674
|
|
2675
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
|
2676
|
+
|
1961
2677
|
property :disk_size_gb, as: 'diskSizeGb'
|
1962
2678
|
property :disk_type, as: 'diskType'
|
2679
|
+
property :effective_cgroup_mode, as: 'effectiveCgroupMode'
|
2680
|
+
property :enable_confidential_storage, as: 'enableConfidentialStorage'
|
1963
2681
|
property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
|
1964
2682
|
|
1965
2683
|
property :ephemeral_storage_local_ssd_config, as: 'ephemeralStorageLocalSsdConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageLocalSsdConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageLocalSsdConfig::Representation
|
@@ -1970,6 +2688,8 @@ module Google
|
|
1970
2688
|
|
1971
2689
|
property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
|
1972
2690
|
|
2691
|
+
property :host_maintenance_policy, as: 'hostMaintenancePolicy', class: Google::Apis::ContainerV1beta1::HostMaintenancePolicy, decorator: Google::Apis::ContainerV1beta1::HostMaintenancePolicy::Representation
|
2692
|
+
|
1973
2693
|
property :image_type, as: 'imageType'
|
1974
2694
|
property :kubelet_config, as: 'kubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
1975
2695
|
|
@@ -1979,9 +2699,11 @@ module Google
|
|
1979
2699
|
property :local_nvme_ssd_block_config, as: 'localNvmeSsdBlockConfig', class: Google::Apis::ContainerV1beta1::LocalNvmeSsdBlockConfig, decorator: Google::Apis::ContainerV1beta1::LocalNvmeSsdBlockConfig::Representation
|
1980
2700
|
|
1981
2701
|
property :local_ssd_count, as: 'localSsdCount'
|
2702
|
+
property :local_ssd_encryption_mode, as: 'localSsdEncryptionMode'
|
1982
2703
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
|
1983
2704
|
|
1984
2705
|
property :machine_type, as: 'machineType'
|
2706
|
+
property :max_run_duration, as: 'maxRunDuration'
|
1985
2707
|
hash :metadata, as: 'metadata'
|
1986
2708
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
1987
2709
|
property :node_group, as: 'nodeGroup'
|
@@ -1990,12 +2712,21 @@ module Google
|
|
1990
2712
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ContainerV1beta1::ReservationAffinity, decorator: Google::Apis::ContainerV1beta1::ReservationAffinity::Representation
|
1991
2713
|
|
1992
2714
|
hash :resource_labels, as: 'resourceLabels'
|
2715
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
|
2716
|
+
|
1993
2717
|
property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1beta1::SandboxConfig, decorator: Google::Apis::ContainerV1beta1::SandboxConfig::Representation
|
1994
2718
|
|
2719
|
+
property :secondary_boot_disk_update_strategy, as: 'secondaryBootDiskUpdateStrategy', class: Google::Apis::ContainerV1beta1::SecondaryBootDiskUpdateStrategy, decorator: Google::Apis::ContainerV1beta1::SecondaryBootDiskUpdateStrategy::Representation
|
2720
|
+
|
2721
|
+
collection :secondary_boot_disks, as: 'secondaryBootDisks', class: Google::Apis::ContainerV1beta1::SecondaryBootDisk, decorator: Google::Apis::ContainerV1beta1::SecondaryBootDisk::Representation
|
2722
|
+
|
1995
2723
|
property :service_account, as: 'serviceAccount'
|
1996
2724
|
property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::ContainerV1beta1::ShieldedInstanceConfig, decorator: Google::Apis::ContainerV1beta1::ShieldedInstanceConfig::Representation
|
1997
2725
|
|
2726
|
+
property :sole_tenant_config, as: 'soleTenantConfig', class: Google::Apis::ContainerV1beta1::SoleTenantConfig, decorator: Google::Apis::ContainerV1beta1::SoleTenantConfig::Representation
|
2727
|
+
|
1998
2728
|
property :spot, as: 'spot'
|
2729
|
+
collection :storage_pools, as: 'storagePools'
|
1999
2730
|
collection :tags, as: 'tags'
|
2000
2731
|
collection :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaint, decorator: Google::Apis::ContainerV1beta1::NodeTaint::Representation
|
2001
2732
|
|
@@ -2009,19 +2740,33 @@ module Google
|
|
2009
2740
|
class NodeConfigDefaults
|
2010
2741
|
# @private
|
2011
2742
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2743
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
|
2744
|
+
|
2012
2745
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
|
2013
2746
|
|
2747
|
+
property :host_maintenance_policy, as: 'hostMaintenancePolicy', class: Google::Apis::ContainerV1beta1::HostMaintenancePolicy, decorator: Google::Apis::ContainerV1beta1::HostMaintenancePolicy::Representation
|
2748
|
+
|
2014
2749
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
|
2015
2750
|
|
2751
|
+
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
2752
|
+
|
2016
2753
|
end
|
2017
2754
|
end
|
2018
2755
|
|
2019
2756
|
class NodeKubeletConfig
|
2020
2757
|
# @private
|
2021
2758
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2759
|
+
collection :allowed_unsafe_sysctls, as: 'allowedUnsafeSysctls'
|
2760
|
+
property :container_log_max_files, as: 'containerLogMaxFiles'
|
2761
|
+
property :container_log_max_size, as: 'containerLogMaxSize'
|
2022
2762
|
property :cpu_cfs_quota, as: 'cpuCfsQuota'
|
2023
2763
|
property :cpu_cfs_quota_period, as: 'cpuCfsQuotaPeriod'
|
2024
2764
|
property :cpu_manager_policy, as: 'cpuManagerPolicy'
|
2765
|
+
property :image_gc_high_threshold_percent, as: 'imageGcHighThresholdPercent'
|
2766
|
+
property :image_gc_low_threshold_percent, as: 'imageGcLowThresholdPercent'
|
2767
|
+
property :image_maximum_gc_age, as: 'imageMaximumGcAge'
|
2768
|
+
property :image_minimum_gc_age, as: 'imageMinimumGcAge'
|
2769
|
+
property :insecure_kubelet_readonly_port_enabled, as: 'insecureKubeletReadonlyPortEnabled'
|
2025
2770
|
property :pod_pids_limit, :numeric_string => true, as: 'podPidsLimit'
|
2026
2771
|
end
|
2027
2772
|
end
|
@@ -2046,11 +2791,18 @@ module Google
|
|
2046
2791
|
class NodeNetworkConfig
|
2047
2792
|
# @private
|
2048
2793
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2794
|
+
collection :additional_node_network_configs, as: 'additionalNodeNetworkConfigs', class: Google::Apis::ContainerV1beta1::AdditionalNodeNetworkConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalNodeNetworkConfig::Representation
|
2795
|
+
|
2796
|
+
collection :additional_pod_network_configs, as: 'additionalPodNetworkConfigs', class: Google::Apis::ContainerV1beta1::AdditionalPodNetworkConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodNetworkConfig::Representation
|
2797
|
+
|
2049
2798
|
property :create_pod_range, as: 'createPodRange'
|
2050
2799
|
property :enable_private_nodes, as: 'enablePrivateNodes'
|
2051
2800
|
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig::Representation
|
2052
2801
|
|
2802
|
+
property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig::Representation
|
2803
|
+
|
2053
2804
|
property :pod_ipv4_cidr_block, as: 'podIpv4CidrBlock'
|
2805
|
+
property :pod_ipv4_range_utilization, as: 'podIpv4RangeUtilization'
|
2054
2806
|
property :pod_range, as: 'podRange'
|
2055
2807
|
end
|
2056
2808
|
end
|
@@ -2058,8 +2810,12 @@ module Google
|
|
2058
2810
|
class NodePool
|
2059
2811
|
# @private
|
2060
2812
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2813
|
+
property :autopilot_config, as: 'autopilotConfig', class: Google::Apis::ContainerV1beta1::AutopilotConfig, decorator: Google::Apis::ContainerV1beta1::AutopilotConfig::Representation
|
2814
|
+
|
2061
2815
|
property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
|
2062
2816
|
|
2817
|
+
property :best_effort_provisioning, as: 'bestEffortProvisioning', class: Google::Apis::ContainerV1beta1::BestEffortProvisioning, decorator: Google::Apis::ContainerV1beta1::BestEffortProvisioning::Representation
|
2818
|
+
|
2063
2819
|
collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1beta1::StatusCondition, decorator: Google::Apis::ContainerV1beta1::StatusCondition::Representation
|
2064
2820
|
|
2065
2821
|
property :config, as: 'config', class: Google::Apis::ContainerV1beta1::NodeConfig, decorator: Google::Apis::ContainerV1beta1::NodeConfig::Representation
|
@@ -2078,6 +2834,8 @@ module Google
|
|
2078
2834
|
property :placement_policy, as: 'placementPolicy', class: Google::Apis::ContainerV1beta1::PlacementPolicy, decorator: Google::Apis::ContainerV1beta1::PlacementPolicy::Representation
|
2079
2835
|
|
2080
2836
|
property :pod_ipv4_cidr_size, as: 'podIpv4CidrSize'
|
2837
|
+
property :queued_provisioning, as: 'queuedProvisioning', class: Google::Apis::ContainerV1beta1::QueuedProvisioning, decorator: Google::Apis::ContainerV1beta1::QueuedProvisioning::Representation
|
2838
|
+
|
2081
2839
|
property :self_link, as: 'selfLink'
|
2082
2840
|
property :status, as: 'status'
|
2083
2841
|
property :status_message, as: 'statusMessage'
|
@@ -2092,8 +2850,14 @@ module Google
|
|
2092
2850
|
class NodePoolAutoConfig
|
2093
2851
|
# @private
|
2094
2852
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2853
|
+
property :linux_node_config, as: 'linuxNodeConfig', class: Google::Apis::ContainerV1beta1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1beta1::LinuxNodeConfig::Representation
|
2854
|
+
|
2095
2855
|
property :network_tags, as: 'networkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
|
2096
2856
|
|
2857
|
+
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
2858
|
+
|
2859
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
|
2860
|
+
|
2097
2861
|
end
|
2098
2862
|
end
|
2099
2863
|
|
@@ -2126,6 +2890,20 @@ module Google
|
|
2126
2890
|
end
|
2127
2891
|
end
|
2128
2892
|
|
2893
|
+
class NodePoolUpgradeInfo
|
2894
|
+
# @private
|
2895
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2896
|
+
collection :auto_upgrade_status, as: 'autoUpgradeStatus'
|
2897
|
+
property :end_of_extended_support_timestamp, as: 'endOfExtendedSupportTimestamp'
|
2898
|
+
property :end_of_standard_support_timestamp, as: 'endOfStandardSupportTimestamp'
|
2899
|
+
property :minor_target_version, as: 'minorTargetVersion'
|
2900
|
+
property :patch_target_version, as: 'patchTargetVersion'
|
2901
|
+
collection :paused_reason, as: 'pausedReason'
|
2902
|
+
collection :upgrade_details, as: 'upgradeDetails', class: Google::Apis::ContainerV1beta1::UpgradeDetails, decorator: Google::Apis::ContainerV1beta1::UpgradeDetails::Representation
|
2903
|
+
|
2904
|
+
end
|
2905
|
+
end
|
2906
|
+
|
2129
2907
|
class NodeTaint
|
2130
2908
|
# @private
|
2131
2909
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2176,6 +2954,15 @@ module Google
|
|
2176
2954
|
end
|
2177
2955
|
end
|
2178
2956
|
|
2957
|
+
class OperationError
|
2958
|
+
# @private
|
2959
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2960
|
+
property :error_message, as: 'errorMessage'
|
2961
|
+
property :key_name, as: 'keyName'
|
2962
|
+
property :timestamp, as: 'timestamp'
|
2963
|
+
end
|
2964
|
+
end
|
2965
|
+
|
2179
2966
|
class OperationProgress
|
2180
2967
|
# @private
|
2181
2968
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2188,13 +2975,53 @@ module Google
|
|
2188
2975
|
end
|
2189
2976
|
end
|
2190
2977
|
|
2978
|
+
class OpportunisticMaintenanceStrategy
|
2979
|
+
# @private
|
2980
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2981
|
+
property :maintenance_availability_window, as: 'maintenanceAvailabilityWindow'
|
2982
|
+
property :min_nodes_per_pool, :numeric_string => true, as: 'minNodesPerPool'
|
2983
|
+
property :node_idle_time_window, as: 'nodeIdleTimeWindow'
|
2984
|
+
end
|
2985
|
+
end
|
2986
|
+
|
2987
|
+
class ParallelstoreCsiDriverConfig
|
2988
|
+
# @private
|
2989
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2990
|
+
property :enabled, as: 'enabled'
|
2991
|
+
end
|
2992
|
+
end
|
2993
|
+
|
2994
|
+
class ParentProductConfig
|
2995
|
+
# @private
|
2996
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2997
|
+
hash :labels, as: 'labels'
|
2998
|
+
property :product_name, as: 'productName'
|
2999
|
+
end
|
3000
|
+
end
|
3001
|
+
|
2191
3002
|
class PlacementPolicy
|
2192
3003
|
# @private
|
2193
3004
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3005
|
+
property :policy_name, as: 'policyName'
|
3006
|
+
property :tpu_topology, as: 'tpuTopology'
|
2194
3007
|
property :type, as: 'type'
|
2195
3008
|
end
|
2196
3009
|
end
|
2197
3010
|
|
3011
|
+
class PodAutoscaling
|
3012
|
+
# @private
|
3013
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3014
|
+
property :hpa_profile, as: 'hpaProfile'
|
3015
|
+
end
|
3016
|
+
end
|
3017
|
+
|
3018
|
+
class PodCidrOverprovisionConfig
|
3019
|
+
# @private
|
3020
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3021
|
+
property :disable, as: 'disable'
|
3022
|
+
end
|
3023
|
+
end
|
3024
|
+
|
2198
3025
|
class PodSecurityPolicyConfig
|
2199
3026
|
# @private
|
2200
3027
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2202,6 +3029,13 @@ module Google
|
|
2202
3029
|
end
|
2203
3030
|
end
|
2204
3031
|
|
3032
|
+
class PolicyBinding
|
3033
|
+
# @private
|
3034
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3035
|
+
property :name, as: 'name'
|
3036
|
+
end
|
3037
|
+
end
|
3038
|
+
|
2205
3039
|
class PrivateClusterConfig
|
2206
3040
|
# @private
|
2207
3041
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2224,6 +3058,15 @@ module Google
|
|
2224
3058
|
end
|
2225
3059
|
end
|
2226
3060
|
|
3061
|
+
class PrivateRegistryAccessConfig
|
3062
|
+
# @private
|
3063
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3064
|
+
collection :certificate_authority_domain_config, as: 'certificateAuthorityDomainConfig', class: Google::Apis::ContainerV1beta1::CertificateAuthorityDomainConfig, decorator: Google::Apis::ContainerV1beta1::CertificateAuthorityDomainConfig::Representation
|
3065
|
+
|
3066
|
+
property :enabled, as: 'enabled'
|
3067
|
+
end
|
3068
|
+
end
|
3069
|
+
|
2227
3070
|
class ProtectConfig
|
2228
3071
|
# @private
|
2229
3072
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2243,6 +3086,54 @@ module Google
|
|
2243
3086
|
end
|
2244
3087
|
end
|
2245
3088
|
|
3089
|
+
class QueuedProvisioning
|
3090
|
+
# @private
|
3091
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3092
|
+
property :enabled, as: 'enabled'
|
3093
|
+
end
|
3094
|
+
end
|
3095
|
+
|
3096
|
+
class RbacBindingConfig
|
3097
|
+
# @private
|
3098
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3099
|
+
property :enable_insecure_binding_system_authenticated, as: 'enableInsecureBindingSystemAuthenticated'
|
3100
|
+
property :enable_insecure_binding_system_unauthenticated, as: 'enableInsecureBindingSystemUnauthenticated'
|
3101
|
+
end
|
3102
|
+
end
|
3103
|
+
|
3104
|
+
class RangeInfo
|
3105
|
+
# @private
|
3106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3107
|
+
property :range_name, as: 'rangeName'
|
3108
|
+
property :utilization, as: 'utilization'
|
3109
|
+
end
|
3110
|
+
end
|
3111
|
+
|
3112
|
+
class RayClusterLoggingConfig
|
3113
|
+
# @private
|
3114
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3115
|
+
property :enabled, as: 'enabled'
|
3116
|
+
end
|
3117
|
+
end
|
3118
|
+
|
3119
|
+
class RayClusterMonitoringConfig
|
3120
|
+
# @private
|
3121
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3122
|
+
property :enabled, as: 'enabled'
|
3123
|
+
end
|
3124
|
+
end
|
3125
|
+
|
3126
|
+
class RayOperatorConfig
|
3127
|
+
# @private
|
3128
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3129
|
+
property :enabled, as: 'enabled'
|
3130
|
+
property :ray_cluster_logging_config, as: 'rayClusterLoggingConfig', class: Google::Apis::ContainerV1beta1::RayClusterLoggingConfig, decorator: Google::Apis::ContainerV1beta1::RayClusterLoggingConfig::Representation
|
3131
|
+
|
3132
|
+
property :ray_cluster_monitoring_config, as: 'rayClusterMonitoringConfig', class: Google::Apis::ContainerV1beta1::RayClusterMonitoringConfig, decorator: Google::Apis::ContainerV1beta1::RayClusterMonitoringConfig::Representation
|
3133
|
+
|
3134
|
+
end
|
3135
|
+
end
|
3136
|
+
|
2246
3137
|
class RecurringTimeWindow
|
2247
3138
|
# @private
|
2248
3139
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2266,6 +3157,7 @@ module Google
|
|
2266
3157
|
|
2267
3158
|
property :channel, as: 'channel'
|
2268
3159
|
property :default_version, as: 'defaultVersion'
|
3160
|
+
property :upgrade_target_version, as: 'upgradeTargetVersion'
|
2269
3161
|
collection :valid_versions, as: 'validVersions'
|
2270
3162
|
end
|
2271
3163
|
end
|
@@ -2295,6 +3187,13 @@ module Google
|
|
2295
3187
|
end
|
2296
3188
|
end
|
2297
3189
|
|
3190
|
+
class ResourceManagerTags
|
3191
|
+
# @private
|
3192
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3193
|
+
hash :tags, as: 'tags'
|
3194
|
+
end
|
3195
|
+
end
|
3196
|
+
|
2298
3197
|
class ResourceUsageExportConfig
|
2299
3198
|
# @private
|
2300
3199
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2326,6 +3225,27 @@ module Google
|
|
2326
3225
|
end
|
2327
3226
|
end
|
2328
3227
|
|
3228
|
+
class SecondaryBootDisk
|
3229
|
+
# @private
|
3230
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3231
|
+
property :disk_image, as: 'diskImage'
|
3232
|
+
property :mode, as: 'mode'
|
3233
|
+
end
|
3234
|
+
end
|
3235
|
+
|
3236
|
+
class SecondaryBootDiskUpdateStrategy
|
3237
|
+
# @private
|
3238
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3239
|
+
end
|
3240
|
+
end
|
3241
|
+
|
3242
|
+
class SecretManagerConfig
|
3243
|
+
# @private
|
3244
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3245
|
+
property :enabled, as: 'enabled'
|
3246
|
+
end
|
3247
|
+
end
|
3248
|
+
|
2329
3249
|
class SecurityBulletinEvent
|
2330
3250
|
# @private
|
2331
3251
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2335,6 +3255,7 @@ module Google
|
|
2335
3255
|
property :bulletin_uri, as: 'bulletinUri'
|
2336
3256
|
collection :cve_ids, as: 'cveIds'
|
2337
3257
|
property :manual_steps_required, as: 'manualStepsRequired'
|
3258
|
+
collection :mitigated_versions, as: 'mitigatedVersions'
|
2338
3259
|
collection :patched_versions, as: 'patchedVersions'
|
2339
3260
|
property :resource_type_affected, as: 'resourceTypeAffected'
|
2340
3261
|
property :severity, as: 'severity'
|
@@ -2342,6 +3263,14 @@ module Google
|
|
2342
3263
|
end
|
2343
3264
|
end
|
2344
3265
|
|
3266
|
+
class SecurityPostureConfig
|
3267
|
+
# @private
|
3268
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3269
|
+
property :mode, as: 'mode'
|
3270
|
+
property :vulnerability_mode, as: 'vulnerabilityMode'
|
3271
|
+
end
|
3272
|
+
end
|
3273
|
+
|
2345
3274
|
class ServerConfig
|
2346
3275
|
# @private
|
2347
3276
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2522,6 +3451,14 @@ module Google
|
|
2522
3451
|
end
|
2523
3452
|
end
|
2524
3453
|
|
3454
|
+
class SoleTenantConfig
|
3455
|
+
# @private
|
3456
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3457
|
+
collection :node_affinities, as: 'nodeAffinities', class: Google::Apis::ContainerV1beta1::NodeAffinity, decorator: Google::Apis::ContainerV1beta1::NodeAffinity::Representation
|
3458
|
+
|
3459
|
+
end
|
3460
|
+
end
|
3461
|
+
|
2525
3462
|
class StandardRolloutPolicy
|
2526
3463
|
# @private
|
2527
3464
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2542,6 +3479,13 @@ module Google
|
|
2542
3479
|
end
|
2543
3480
|
end
|
2544
3481
|
|
3482
|
+
class StatefulHaConfig
|
3483
|
+
# @private
|
3484
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3485
|
+
property :enabled, as: 'enabled'
|
3486
|
+
end
|
3487
|
+
end
|
3488
|
+
|
2545
3489
|
class Status
|
2546
3490
|
# @private
|
2547
3491
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2613,9 +3557,15 @@ module Google
|
|
2613
3557
|
class UpdateNodePoolRequest
|
2614
3558
|
# @private
|
2615
3559
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3560
|
+
collection :accelerators, as: 'accelerators', class: Google::Apis::ContainerV1beta1::AcceleratorConfig, decorator: Google::Apis::ContainerV1beta1::AcceleratorConfig::Representation
|
3561
|
+
|
2616
3562
|
property :cluster_id, as: 'clusterId'
|
2617
3563
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
|
2618
3564
|
|
3565
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
|
3566
|
+
|
3567
|
+
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
3568
|
+
property :disk_type, as: 'diskType'
|
2619
3569
|
property :etag, as: 'etag'
|
2620
3570
|
property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1beta1::FastSocket, decorator: Google::Apis::ContainerV1beta1::FastSocket::Representation
|
2621
3571
|
|
@@ -2633,14 +3583,21 @@ module Google
|
|
2633
3583
|
collection :locations, as: 'locations'
|
2634
3584
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
|
2635
3585
|
|
3586
|
+
property :machine_type, as: 'machineType'
|
3587
|
+
property :max_run_duration, as: 'maxRunDuration'
|
2636
3588
|
property :name, as: 'name'
|
2637
3589
|
property :node_network_config, as: 'nodeNetworkConfig', class: Google::Apis::ContainerV1beta1::NodeNetworkConfig, decorator: Google::Apis::ContainerV1beta1::NodeNetworkConfig::Representation
|
2638
3590
|
|
2639
3591
|
property :node_pool_id, as: 'nodePoolId'
|
2640
3592
|
property :node_version, as: 'nodeVersion'
|
2641
3593
|
property :project_id, as: 'projectId'
|
3594
|
+
property :queued_provisioning, as: 'queuedProvisioning', class: Google::Apis::ContainerV1beta1::QueuedProvisioning, decorator: Google::Apis::ContainerV1beta1::QueuedProvisioning::Representation
|
3595
|
+
|
2642
3596
|
property :resource_labels, as: 'resourceLabels', class: Google::Apis::ContainerV1beta1::ResourceLabels, decorator: Google::Apis::ContainerV1beta1::ResourceLabels::Representation
|
2643
3597
|
|
3598
|
+
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
|
3599
|
+
|
3600
|
+
collection :storage_pools, as: 'storagePools'
|
2644
3601
|
property :tags, as: 'tags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
|
2645
3602
|
|
2646
3603
|
property :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaints, decorator: Google::Apis::ContainerV1beta1::NodeTaints::Representation
|
@@ -2668,6 +3625,18 @@ module Google
|
|
2668
3625
|
end
|
2669
3626
|
end
|
2670
3627
|
|
3628
|
+
class UpgradeDetails
|
3629
|
+
# @private
|
3630
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3631
|
+
property :end_time, as: 'endTime'
|
3632
|
+
property :initial_version, as: 'initialVersion'
|
3633
|
+
property :start_time, as: 'startTime'
|
3634
|
+
property :start_type, as: 'startType'
|
3635
|
+
property :state, as: 'state'
|
3636
|
+
property :target_version, as: 'targetVersion'
|
3637
|
+
end
|
3638
|
+
end
|
3639
|
+
|
2671
3640
|
class UpgradeEvent
|
2672
3641
|
# @private
|
2673
3642
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2680,6 +3649,24 @@ module Google
|
|
2680
3649
|
end
|
2681
3650
|
end
|
2682
3651
|
|
3652
|
+
class UpgradeInfoEvent
|
3653
|
+
# @private
|
3654
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3655
|
+
property :current_version, as: 'currentVersion'
|
3656
|
+
property :description, as: 'description'
|
3657
|
+
property :end_time, as: 'endTime'
|
3658
|
+
property :event_type, as: 'eventType'
|
3659
|
+
property :extended_support_end_time, as: 'extendedSupportEndTime'
|
3660
|
+
property :operation, as: 'operation'
|
3661
|
+
property :resource, as: 'resource'
|
3662
|
+
property :resource_type, as: 'resourceType'
|
3663
|
+
property :standard_support_end_time, as: 'standardSupportEndTime'
|
3664
|
+
property :start_time, as: 'startTime'
|
3665
|
+
property :state, as: 'state'
|
3666
|
+
property :target_version, as: 'targetVersion'
|
3667
|
+
end
|
3668
|
+
end
|
3669
|
+
|
2683
3670
|
class UpgradeSettings
|
2684
3671
|
# @private
|
2685
3672
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2712,6 +3699,20 @@ module Google
|
|
2712
3699
|
end
|
2713
3700
|
end
|
2714
3701
|
|
3702
|
+
class UserManagedKeysConfig
|
3703
|
+
# @private
|
3704
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3705
|
+
property :aggregation_ca, as: 'aggregationCa'
|
3706
|
+
property :cluster_ca, as: 'clusterCa'
|
3707
|
+
property :control_plane_disk_encryption_key, as: 'controlPlaneDiskEncryptionKey'
|
3708
|
+
property :etcd_api_ca, as: 'etcdApiCa'
|
3709
|
+
property :etcd_peer_ca, as: 'etcdPeerCa'
|
3710
|
+
property :gkeops_etcd_backup_encryption_key, as: 'gkeopsEtcdBackupEncryptionKey'
|
3711
|
+
collection :service_account_signing_keys, as: 'serviceAccountSigningKeys'
|
3712
|
+
collection :service_account_verification_keys, as: 'serviceAccountVerificationKeys'
|
3713
|
+
end
|
3714
|
+
end
|
3715
|
+
|
2715
3716
|
class VerticalPodAutoscaling
|
2716
3717
|
# @private
|
2717
3718
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2788,6 +3789,14 @@ module Google
|
|
2788
3789
|
property :node_metadata, as: 'nodeMetadata'
|
2789
3790
|
end
|
2790
3791
|
end
|
3792
|
+
|
3793
|
+
class WorkloadPolicyConfig
|
3794
|
+
# @private
|
3795
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3796
|
+
property :allow_net_admin, as: 'allowNetAdmin'
|
3797
|
+
property :autopilot_compatibility_auditing_enabled, as: 'autopilotCompatibilityAuditingEnabled'
|
3798
|
+
end
|
3799
|
+
end
|
2791
3800
|
end
|
2792
3801
|
end
|
2793
3802
|
end
|