Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Scanner ¶
type Scanner interface { // ScanNamespace scans a given namespace ScanNamespace(namespace string) error // ScanAllNamespaces scan all namespaces ScanAllNamespaces() error // Scan only cluster wide resources ScanClusterWideResources() error }
A Scanner verifies that existing resources don't violate any of the policies
Click to show internal directories.
Click to hide internal directories.