Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler handles registration and execution of finalizers Note that it is not thread-safe.
func (*Handler) Handle ¶
Handle the configured finalizers for the given resource. The given objectMeta must be a sub-part of the given resource: updates for the resource will be issued against the apiserver based on objectMeta content if needed. If the resource is marked for deletion, finalizers will be executed then removed from the resource. Else, the function is making sure all finalizers are correctly registered for the resource.
Click to show internal directories.
Click to hide internal directories.