Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultEnvPrefix = "VMCLARITY_KUBERNETES" DefaultNamespace = "default" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // KubeConfig defines a path to a kubeconfig file to use to connect to the Kubernetes API. KubeConfig string `mapstructure:"kubeconfig"` // ContainerRuntimeDiscoveryNamespace defines the namespace where container runtime discovery DaemonSet is deployed. ContainerRuntimeDiscoveryNamespace string `mapstructure:"container_runtime_discovery_namespace"` // ScannerNamespace defines the namespace where the scanners are deployed. ScannerNamespace string `mapstructure:"scanner_namespace"` }
Click to show internal directories.
Click to hide internal directories.