mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-16 22:26:49 +00:00
16 lines
338 B
YAML
16 lines
338 B
YAML
name: HostNetworkSet
|
|
id: hostNetworkSet
|
|
successMessage: Host network is not configured
|
|
failureMessage: Host network should not be configured
|
|
category: Networking
|
|
controllers:
|
|
exclude: []
|
|
target: Pod
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
type: object
|
|
properties:
|
|
hostNetwork:
|
|
not:
|
|
const: true
|