10 lines
229 B
YAML
10 lines
229 B
YAML
|
successMessage: Priority class has been set
|
||
|
failureMessage: Priority class should be set
|
||
|
category: Security
|
||
|
target: Pod
|
||
|
schema:
|
||
|
'$schema': http://json-schema.org/draft-07/schema
|
||
|
type: object
|
||
|
required:
|
||
|
- priorityClassName
|