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 ReconcileDatadogAgent ¶
type ReconcileDatadogAgent struct {
// contains filtered or unexported fields
}
ReconcileDatadogAgent reconciles a DatadogAgent object
func (*ReconcileDatadogAgent) Reconcile ¶
Reconcile reads that state of the cluster for a DatadogAgent object and makes changes based on the state read and what is in the DatadogAgent.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
Reconcile wraps internalReconcile to send metrics based on reconcile errors
Source Files ¶
Click to show internal directories.
Click to hide internal directories.