Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AddFinalizer = controllerutil.AddFinalizer RemoveFinalizer = controllerutil.RemoveFinalizer ContainsFinalizer = func(obj metav1.Object, finalizer string) bool { for _, f := range obj.GetFinalizers() { if f == finalizer { return true } } return false } )
Functions ¶
func SupportsOwnerReference ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.