mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-13 20:56:59 +00:00
* able to run multi-resource tests * start passing resource provider through * working end-to-end * better support for go templating * fix tests * delint * add test * add json annotations * remove panics * fix annotation * fix for groupkinds * add comment * add docs * change jsonSchema field to schemaString * rename check * add pdb to tests * add ingress to tests * update deps * fix up policy import * update go * fix check name * funk it up * better docs
19 lines
450 B
YAML
19 lines
450 B
YAML
successMessage: disruptionsAllowed is greater than zero
|
|
failureMessage: disruptionsAllowed is not greater than zero
|
|
category: Reliability
|
|
target: policy/PodDisruptionBudget
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
type: object
|
|
required:
|
|
- status
|
|
properties:
|
|
status:
|
|
type: object
|
|
required:
|
|
- disruptionsAllowed
|
|
properties:
|
|
disruptionsAllowed:
|
|
type: integer
|
|
minimum: 1
|