Documentation
¶
Index ¶
- Constants
- Variables
- func CleanDecodedBase64(s []byte) []byte
- func CleanupSleep() []string
- func DecodeBase64Interface(i interface{}) string
- func EncodeBase64Interface(i interface{}) (string, error)
- func EncodedBase64String(data string) []byte
- func FCAdmissionReviewVersions() []string
- func GetKubernetesVersion() *version.Info
- func InitCleanupArgs() []string
- func InitContainerArgs() []string
- func MakeSensorEnvMap(falconSensor v1alpha1.FalconSensor) map[string]string
- func MapCopy(src map[string]string, dst map[string]string) map[string]string
Constants ¶
View Source
const ( FalconContainerInjection = "sensor.falcon-system.crowdstrike.com/injection" FalconContainerInjectorTLSName = "injector-tls" FalconHostInstallDir = "/opt" FalconDataDir = "/opt/CrowdStrike" FalconStoreFile = "/opt/CrowdStrike/falconstore" FalconContainerProbePath = "/live" FalconServiceHTTPSName = "https" FalconServiceHTTPSPort = 443 FalconInstanceNameKey = "crowdstrike.com/name" FalconInstanceKey = "crowdstrike.com/instance" FalconComponentKey = "crowdstrike.com/component" FalconManagedByKey = "crowdstrike.com/managed-by" FalconPartOfKey = "crowdstrike.com/part-of" FalconProviderKey = "crowdstrike.com/provider" FalconControllerKey = "crowdstrike.com/created-by" FalconKernelSensor = "kernel_sensor" FalconFinalizer = "falcon.crowdstrike.com/finalizer" FalconProviderValue = "crowdstrike" FalconPullSecretName = "crowdstrike-falcon-pull-secret" NodeServiceAccountName = "crowdstrike-falcon-node-sensor" NodeClusterRoleName = "crowdstrike-falcon-node-sensor" NodeClusterRoleBindingName = "crowdstrike-falcon-node-sensor" NodeSccName = "crowdstrike-falcon-node-sensor" )
Variables ¶
View Source
var ( NodeSelector = map[string]string{"kubernetes.io/os": "linux"} FalconShellCommand = []string{"/bin/bash"} OrigDSConfVersion = "0" FalconOperatorNamespace = "falcon-operator" FalconInjectorCommand = []string{"injector"} )
Functions ¶
func CleanDecodedBase64 ¶ added in v0.5.0
func CleanupSleep ¶ added in v0.5.4
func CleanupSleep() []string
func DecodeBase64Interface ¶ added in v0.7.0
func DecodeBase64Interface(i interface{}) string
func EncodeBase64Interface ¶ added in v0.7.0
func EncodedBase64String ¶ added in v0.4.1
func FCAdmissionReviewVersions ¶ added in v0.4.1
func FCAdmissionReviewVersions() []string
func GetKubernetesVersion ¶ added in v0.4.1
func InitCleanupArgs ¶ added in v0.5.4
func InitCleanupArgs() []string
func InitContainerArgs ¶
func InitContainerArgs() []string
func MakeSensorEnvMap ¶ added in v0.7.0
func MakeSensorEnvMap(falconSensor v1alpha1.FalconSensor) map[string]string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.