mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-09 10:47:05 +00:00
12 lines
271 B
YAML
12 lines
271 B
YAML
successMessage: Host network is not configured
|
|
failureMessage: Host network should not be configured
|
|
category: Networking
|
|
target: Pod
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
type: object
|
|
properties:
|
|
hostNetwork:
|
|
not:
|
|
const: true
|