Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddFinalizer ¶
func AddFinalizer(meta *metav1.ObjectMeta, finalizer string)
AddFinalizer add a finalizer in ObjectMeta.
func HasFinalizer ¶
func HasFinalizer(meta *metav1.ObjectMeta, finalizer string) bool
HasFinalizer returns true if ObjectMeta has the finalizer.
func RemoveFinalizer ¶
func RemoveFinalizer(meta *metav1.ObjectMeta, finalizer string)
RemoveFinalizer removes the finalizer from ObjectMeta.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.