Documentation ¶
Index ¶
Constants ¶
View Source
const ( LogLevelEnv = "LOG_LEVEL" LogMaxLengthEnv = "LOG_MAX_LENGTH" TaintUntrustedNodesEnv = "TAINT_UNTRUSTED_NODES" TaintRegisteredNodesEnv = "TAINT_REGISTERED_NODES" TaintRebootedNodesEnv = "TAINT_REBOOTED_NODES" TagPrefixEnv = "TAG_PREFIX" KubeconfEnv = "KUBECONF" )
Env param handles
View Source
const ( LogLevelDefault = "INFO" LogMaxLengthDefault = 1500 TagPrefixDefault = "isecl." TaintUntrustedNodesDefault = false TaintRegisteredNodesDefault = false TaintRebootedNodesDefault = false FilePerms = 0664 NodeRebooted = "Rebooted" NodeRegistered = "RegisteredNode" MasterNodeLabel = "node-role.kubernetes.io/master" )
Default values
View Source
const ( WgName = "iseclcontroller" MinThreadiness = 1 ErrExitCode = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.