Skip to content

Commit

Permalink
Regenerate crds
Browse files Browse the repository at this point in the history
  • Loading branch information
samweston-tails committed Jun 13, 2022
1 parent e30711b commit dd4f504
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3233,6 +3233,8 @@ spec:
organization:
pattern: ^[^/]+$
type: string
priorityClassName:
type: string
repository:
pattern: ^[^/]+/[^/]+$
type: string
Expand Down Expand Up @@ -4155,9 +4157,6 @@ spec:
type: string
type: object
type: array
priorityClassName:
description: If specified, indicates the pod's priority. "system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.
type: string
topologySpreadConstraints:
items:
description: TopologySpreadConstraint specifies how to spread matching pods among the given topology.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3230,6 +3230,8 @@ spec:
organization:
pattern: ^[^/]+$
type: string
priorityClassName:
type: string
repository:
pattern: ^[^/]+/[^/]+$
type: string
Expand Down Expand Up @@ -4152,9 +4154,6 @@ spec:
type: string
type: object
type: array
priorityClassName:
description: If specified, indicates the pod's priority. "system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.
type: string
topologySpreadConstraints:
items:
description: TopologySpreadConstraint specifies how to spread matching pods among the given topology.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3171,6 +3171,8 @@ spec:
organization:
pattern: ^[^/]+$
type: string
priorityClassName:
type: string
repository:
pattern: ^[^/]+/[^/]+$
type: string
Expand Down Expand Up @@ -4093,9 +4095,6 @@ spec:
type: string
type: object
type: array
priorityClassName:
description: If specified, indicates the pod's priority. "system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.
type: string
topologySpreadConstraints:
items:
description: TopologySpreadConstraint specifies how to spread matching pods among the given topology.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3233,6 +3233,8 @@ spec:
organization:
pattern: ^[^/]+$
type: string
priorityClassName:
type: string
repository:
pattern: ^[^/]+/[^/]+$
type: string
Expand Down Expand Up @@ -4155,9 +4157,6 @@ spec:
type: string
type: object
type: array
priorityClassName:
description: If specified, indicates the pod's priority. "system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.
type: string
topologySpreadConstraints:
items:
description: TopologySpreadConstraint specifies how to spread matching pods among the given topology.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3230,6 +3230,8 @@ spec:
organization:
pattern: ^[^/]+$
type: string
priorityClassName:
type: string
repository:
pattern: ^[^/]+/[^/]+$
type: string
Expand Down Expand Up @@ -4152,9 +4154,6 @@ spec:
type: string
type: object
type: array
priorityClassName:
description: If specified, indicates the pod's priority. "system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.
type: string
topologySpreadConstraints:
items:
description: TopologySpreadConstraint specifies how to spread matching pods among the given topology.
Expand Down
5 changes: 2 additions & 3 deletions config/crd/bases/actions.summerwind.dev_runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3171,6 +3171,8 @@ spec:
organization:
pattern: ^[^/]+$
type: string
priorityClassName:
type: string
repository:
pattern: ^[^/]+/[^/]+$
type: string
Expand Down Expand Up @@ -4093,9 +4095,6 @@ spec:
type: string
type: object
type: array
priorityClassName:
description: If specified, indicates the pod's priority. "system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.
type: string
topologySpreadConstraints:
items:
description: TopologySpreadConstraint specifies how to spread matching pods among the given topology.
Expand Down

0 comments on commit dd4f504

Please sign in to comment.