You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -344,35 +344,45 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
344
344
},
345
345
},
346
346
},
347
+
// "topologySpreadConstraints": {
348
+
// Type: "array",
349
+
// Nullable: true,
350
+
// Items: &apiextv1.JSONSchemaPropsOrArray{
351
+
// Schema: &apiextv1.JSONSchemaProps{
352
+
// Type: "object",
353
+
// XPreserveUnknownFields: util.True(),
354
+
// VendorExtensible: spec.VendorExtensible{
355
+
// Extensions: spec.Extensions{
356
+
// "x-kubernetes-list-map-keys": []interface{}{
357
+
// "topologyKey",
358
+
// "whenUnsatisfiable",
359
+
// },
360
+
// },
361
+
// "x-kubernetes-list-type": "map",
362
+
// "x-kubernetes-patch-merge-key": "topologyKey",
363
+
// "x-kubernetes-patch-strategy": "merge",
364
+
// },
365
+
// },
366
+
// SchemaProps: spec.SchemaProps{
367
+
// Description: "TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed.",
Description: "TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed.",
0 commit comments