Documentation ¶
Index ¶
Constants ¶
View Source
const ( TetragonOpEnvPrefix = "TETRAGON_OPERATOR" // SkipCRDCreation specifies whether the CustomResourceDefinition will be // disabled for the operator SkipCRDCreation = "skip-crd-creation" // CMDRef is the path to cmdref output directory CMDRef = "cmdref" // KubeCfgPath is the path to a kubeconfig file KubeCfgPath = "kube-config" )
Variables ¶
View Source
var Config = &OperatorConfig{}
Config represents the operator configuration.
Functions ¶
This section is empty.
Types ¶
type OperatorConfig ¶
type OperatorConfig struct { // SkipCRDCreation disables creation of the CustomResourceDefinition // for the operator SkipCRDCreation bool // KubeCfgPath allows users to specify a kubeconfig file to be used by the operator KubeCfgPath string }
OperatorConfig is the configuration used by the operator.
Click to show internal directories.
Click to hide internal directories.