diff --git a/api/v1alpha1/runner_types.go b/api/v1alpha1/runner_types.go index 5ced5fcc..c6ecf2d8 100644 --- a/api/v1alpha1/runner_types.go +++ b/api/v1alpha1/runner_types.go @@ -145,7 +145,7 @@ type RunnerPodSpec struct { HostAliases []corev1.HostAlias `json:"hostAliases,omitempty"` // +optional - TopologySpreadConstraints []corev1.TopologySpreadConstraint `json:"topologySpreadConstraint,omitempty"` + TopologySpreadConstraints []corev1.TopologySpreadConstraint `json:"topologySpreadConstraints,omitempty"` // RuntimeClassName is the container runtime configuration that containers should run under. // More info: https://kubernetes.io/docs/concepts/containers/runtime-class diff --git a/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerdeployments.yaml b/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerdeployments.yaml index 9a693f9b..054c8844 100644 --- a/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerdeployments.yaml +++ b/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerdeployments.yaml @@ -4157,7 +4157,7 @@ spec: type: string type: object type: array - topologySpreadConstraint: + topologySpreadConstraints: items: description: TopologySpreadConstraint specifies how to spread matching pods among the given topology. properties: diff --git a/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerreplicasets.yaml b/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerreplicasets.yaml index 7527c088..a5c439c3 100644 --- a/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerreplicasets.yaml +++ b/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerreplicasets.yaml @@ -4154,7 +4154,7 @@ spec: type: string type: object type: array - topologySpreadConstraint: + topologySpreadConstraints: items: description: TopologySpreadConstraint specifies how to spread matching pods among the given topology. properties: diff --git a/charts/actions-runner-controller/crds/actions.summerwind.dev_runners.yaml b/charts/actions-runner-controller/crds/actions.summerwind.dev_runners.yaml index 01bf48e4..b882843f 100644 --- a/charts/actions-runner-controller/crds/actions.summerwind.dev_runners.yaml +++ b/charts/actions-runner-controller/crds/actions.summerwind.dev_runners.yaml @@ -4095,7 +4095,7 @@ spec: type: string type: object type: array - topologySpreadConstraint: + topologySpreadConstraints: items: description: TopologySpreadConstraint specifies how to spread matching pods among the given topology. properties: diff --git a/config/crd/bases/actions.summerwind.dev_runnerdeployments.yaml b/config/crd/bases/actions.summerwind.dev_runnerdeployments.yaml index 9a693f9b..054c8844 100644 --- a/config/crd/bases/actions.summerwind.dev_runnerdeployments.yaml +++ b/config/crd/bases/actions.summerwind.dev_runnerdeployments.yaml @@ -4157,7 +4157,7 @@ spec: type: string type: object type: array - topologySpreadConstraint: + topologySpreadConstraints: items: description: TopologySpreadConstraint specifies how to spread matching pods among the given topology. properties: diff --git a/config/crd/bases/actions.summerwind.dev_runnerreplicasets.yaml b/config/crd/bases/actions.summerwind.dev_runnerreplicasets.yaml index 7527c088..a5c439c3 100644 --- a/config/crd/bases/actions.summerwind.dev_runnerreplicasets.yaml +++ b/config/crd/bases/actions.summerwind.dev_runnerreplicasets.yaml @@ -4154,7 +4154,7 @@ spec: type: string type: object type: array - topologySpreadConstraint: + topologySpreadConstraints: items: description: TopologySpreadConstraint specifies how to spread matching pods among the given topology. properties: diff --git a/config/crd/bases/actions.summerwind.dev_runners.yaml b/config/crd/bases/actions.summerwind.dev_runners.yaml index 01bf48e4..b882843f 100644 --- a/config/crd/bases/actions.summerwind.dev_runners.yaml +++ b/config/crd/bases/actions.summerwind.dev_runners.yaml @@ -4095,7 +4095,7 @@ spec: type: string type: object type: array - topologySpreadConstraint: + topologySpreadConstraints: items: description: TopologySpreadConstraint specifies how to spread matching pods among the given topology. properties: