This repository was archived by the owner on Nov 29, 2023. It is now read-only.
File tree 9 files changed +388
-2
lines changed
samples/generated_samples
9 files changed +388
-2
lines changed Original file line number Diff line number Diff line change 76
76
GetOperationRequest ,
77
77
GetServerConfigRequest ,
78
78
GkeBackupAgentConfig ,
79
+ GPUDriverInstallationConfig ,
79
80
GPUSharingConfig ,
80
81
HorizontalPodAutoscaling ,
81
82
HttpLoadBalancing ,
145
146
RollbackNodePoolUpgradeRequest ,
146
147
SandboxConfig ,
147
148
SecurityBulletinEvent ,
149
+ SecurityPostureConfig ,
148
150
ServerConfig ,
149
151
ServiceExternalIPsConfig ,
150
152
SetAddonsConfigRequest ,
179
181
WindowsNodeConfig ,
180
182
WorkloadIdentityConfig ,
181
183
WorkloadMetadataConfig ,
184
+ WorkloadPolicyConfig ,
182
185
)
183
186
184
187
__all__ = (
234
237
"GetOperationRequest" ,
235
238
"GetServerConfigRequest" ,
236
239
"GkeBackupAgentConfig" ,
240
+ "GPUDriverInstallationConfig" ,
237
241
"GPUSharingConfig" ,
238
242
"HorizontalPodAutoscaling" ,
239
243
"HttpLoadBalancing" ,
300
304
"RollbackNodePoolUpgradeRequest" ,
301
305
"SandboxConfig" ,
302
306
"SecurityBulletinEvent" ,
307
+ "SecurityPostureConfig" ,
303
308
"ServerConfig" ,
304
309
"ServiceExternalIPsConfig" ,
305
310
"SetAddonsConfigRequest" ,
332
337
"WindowsNodeConfig" ,
333
338
"WorkloadIdentityConfig" ,
334
339
"WorkloadMetadataConfig" ,
340
+ "WorkloadPolicyConfig" ,
335
341
"DatapathProvider" ,
336
342
"IPv6AccessType" ,
337
343
"NodePoolUpdateStrategy" ,
Original file line number Diff line number Diff line change 71
71
GetOperationRequest ,
72
72
GetServerConfigRequest ,
73
73
GkeBackupAgentConfig ,
74
+ GPUDriverInstallationConfig ,
74
75
GPUSharingConfig ,
75
76
HorizontalPodAutoscaling ,
76
77
HttpLoadBalancing ,
140
141
RollbackNodePoolUpgradeRequest ,
141
142
SandboxConfig ,
142
143
SecurityBulletinEvent ,
144
+ SecurityPostureConfig ,
143
145
ServerConfig ,
144
146
ServiceExternalIPsConfig ,
145
147
SetAddonsConfigRequest ,
174
176
WindowsNodeConfig ,
175
177
WorkloadIdentityConfig ,
176
178
WorkloadMetadataConfig ,
179
+ WorkloadPolicyConfig ,
177
180
)
178
181
179
182
__all__ = (
217
220
"EphemeralStorageLocalSsdConfig" ,
218
221
"FastSocket" ,
219
222
"Fleet" ,
223
+ "GPUDriverInstallationConfig" ,
220
224
"GPUSharingConfig" ,
221
225
"GatewayAPIConfig" ,
222
226
"GcePersistentDiskCsiDriverConfig" ,
299
303
"RollbackNodePoolUpgradeRequest" ,
300
304
"SandboxConfig" ,
301
305
"SecurityBulletinEvent" ,
306
+ "SecurityPostureConfig" ,
302
307
"ServerConfig" ,
303
308
"ServiceExternalIPsConfig" ,
304
309
"SetAddonsConfigRequest" ,
333
338
"WindowsNodeConfig" ,
334
339
"WorkloadIdentityConfig" ,
335
340
"WorkloadMetadataConfig" ,
341
+ "WorkloadPolicyConfig" ,
336
342
)
Original file line number Diff line number Diff line change 65
65
GetOperationRequest ,
66
66
GetServerConfigRequest ,
67
67
GkeBackupAgentConfig ,
68
+ GPUDriverInstallationConfig ,
68
69
GPUSharingConfig ,
69
70
HorizontalPodAutoscaling ,
70
71
HttpLoadBalancing ,
134
135
RollbackNodePoolUpgradeRequest ,
135
136
SandboxConfig ,
136
137
SecurityBulletinEvent ,
138
+ SecurityPostureConfig ,
137
139
ServerConfig ,
138
140
ServiceExternalIPsConfig ,
139
141
SetAddonsConfigRequest ,
168
170
WindowsNodeConfig ,
169
171
WorkloadIdentityConfig ,
170
172
WorkloadMetadataConfig ,
173
+ WorkloadPolicyConfig ,
171
174
)
172
175
173
176
__all__ = (
221
224
"GetOperationRequest" ,
222
225
"GetServerConfigRequest" ,
223
226
"GkeBackupAgentConfig" ,
227
+ "GPUDriverInstallationConfig" ,
224
228
"GPUSharingConfig" ,
225
229
"HorizontalPodAutoscaling" ,
226
230
"HttpLoadBalancing" ,
287
291
"RollbackNodePoolUpgradeRequest" ,
288
292
"SandboxConfig" ,
289
293
"SecurityBulletinEvent" ,
294
+ "SecurityPostureConfig" ,
290
295
"ServerConfig" ,
291
296
"ServiceExternalIPsConfig" ,
292
297
"SetAddonsConfigRequest" ,
319
324
"WindowsNodeConfig" ,
320
325
"WorkloadIdentityConfig" ,
321
326
"WorkloadMetadataConfig" ,
327
+ "WorkloadPolicyConfig" ,
322
328
"DatapathProvider" ,
323
329
"IPv6AccessType" ,
324
330
"NodePoolUpdateStrategy" ,
You can’t perform that action at this time.
0 commit comments