mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-15 05:37:21 +00:00
13 lines
312 B
YAML
13 lines
312 B
YAML
successMessage: Priority class has been set
|
|
failureMessage: Priority class should be set
|
|
category: Reliability
|
|
target: PodSpec
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
type: object
|
|
required:
|
|
- priorityClassName
|
|
mutations:
|
|
- op: add
|
|
path: /priorityClassName
|
|
value: high-priority |