mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 19:50:30 +00:00
Add priorityClassName to CRDs (#1513)
* Add pod priorityClassName to controller and crds * Add missing bits in bases directory * Regenerate crds
This commit is contained in:
@@ -3233,6 +3233,8 @@ spec:
|
||||
organization:
|
||||
pattern: ^[^/]+$
|
||||
type: string
|
||||
priorityClassName:
|
||||
type: string
|
||||
repository:
|
||||
pattern: ^[^/]+/[^/]+$
|
||||
type: string
|
||||
|
||||
@@ -3230,6 +3230,8 @@ spec:
|
||||
organization:
|
||||
pattern: ^[^/]+$
|
||||
type: string
|
||||
priorityClassName:
|
||||
type: string
|
||||
repository:
|
||||
pattern: ^[^/]+/[^/]+$
|
||||
type: string
|
||||
|
||||
@@ -3171,6 +3171,8 @@ spec:
|
||||
organization:
|
||||
pattern: ^[^/]+$
|
||||
type: string
|
||||
priorityClassName:
|
||||
type: string
|
||||
repository:
|
||||
pattern: ^[^/]+/[^/]+$
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user