add topolgy_spread_constraints

This commit is contained in:
bthominet
2022-01-11 11:28:11 +01:00
parent a2222a9176
commit 608478e249
6 changed files with 40 additions and 8 deletions

View File

@@ -134,6 +134,9 @@ spec:
node_selector:
description: nodeSelector for the pods
type: string
topology_spread_constraints:
description: topology rule(s) for the pods
type: string
service_labels:
description: Additional labels to apply to the service
type: string

View File

@@ -511,6 +511,11 @@
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- urn:alm:descriptor:com.tectonic.ui:hidden
- displayName: Topology Spread Constraints
path: topology_spread_constraints
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- urn:alm:descriptor:com.tectonic.ui:hidden
- displayName: Service Labels
path: service_labels
x-descriptors: