Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FieldPathSpecNodeName used as FieldPath for selecting the NodeName FieldPathSpecNodeName = "spec.nodeName" // FieldPathStatusHostIP used as FieldPath to retrieve the host ip FieldPathStatusHostIP = "status.hostIP" // FieldPathStatusPodIP used as FieldPath to retrieve the pod ip FieldPathStatusPodIP = "status.podIP" )
View Source
const ( // SystemProbeConfigMapSuffixName SystemProbe Config configmap name SystemProbeConfigMapSuffixName = "system-probe-config" // SystemProbeAgentSecurityConfigMapSuffixName AgentSecurity configmap name SystemProbeAgentSecurityConfigMapSuffixName = "system-probe-seccomp" )
Variables ¶
This section is empty.
Functions ¶
func CheckOwnerReference ¶ added in v0.6.0
CheckOwnerReference return true if owner is the owner of the object
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler is the internal reconciler for Datadog Agent
func NewReconciler ¶
func NewReconciler(options ReconcilerOptions, client client.Client, versionInfo *version.Info, scheme *runtime.Scheme, log logr.Logger, recorder record.EventRecorder, metricForwarder datadog.MetricForwardersManager) (*Reconciler, error)
NewReconciler returns a reconciler for DatadogAgent
type ReconcilerOptions ¶
ReconcilerOptions provides options read from command line
Source Files ¶
- agent.go
- agent_rbac.go
- clusteragent.go
- clusteragent_metricsserver.go
- clusterchecksrunner.go
- clusterchecksrunner_rbac.go
- common_configmap.go
- common_networkpolicy.go
- common_rbac.go
- const.go
- controller.go
- event.go
- finalizer.go
- kubestatemetrics.go
- poddisruptionbudget.go
- secret.go
- secret_agent.go
- secret_clusteragent.go
- service.go
- systemprobe.go
- utils.go
- utils_kubelet.go
Click to show internal directories.
Click to hide internal directories.