Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FieldPathSpecNodeName used as FieldPath for seleting 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 ¶
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 ¶
type ReconcilerOptions struct {
SupportExtendedDaemonset bool
}
ReconcilerOptions provides options read from command line
Source Files ¶
Click to show internal directories.
Click to hide internal directories.