Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finalizer ¶
type Finalizer struct {
// contains filtered or unexported fields
}
func NewFinalizer ¶
type ResourceDeleteFunc ¶
ResourceDeleteFunc performs controller-specific cleanup when a resource is being deleted. If it returns an error, the finalizer is NOT removed — the object stays in a terminating state and the controller retries on the next reconcile. If it returns nil, the finalizer is removed and Kubernetes proceeds with deletion.
An empty datadogID signals "no remote resource to delete" for controllers that call the Datadog API.
Click to show internal directories.
Click to hide internal directories.