Documentation ¶
Index ¶
- func AddFinalizer(ctx context.Context, cl client.Client, obj client.Object, finalizer string) (ctrl.Result, error)
- func HasFinalizer(obj client.Object, finalizer string) bool
- func Key(name string, namespace ...string) client.ObjectKey
- func RemoveFinalizer(ctx context.Context, cl client.Client, obj client.Object, finalizer string) (ctrl.Result, error)
- type StatusPatch
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddFinalizer ¶
Types ¶
type StatusPatch ¶
type StatusPatch struct {
// contains filtered or unexported fields
}
func NewStatusPatch ¶
func NewStatusPatch(status interface{}) *StatusPatch
func (*StatusPatch) Type ¶
func (p *StatusPatch) Type() types.PatchType
Click to show internal directories.
Click to hide internal directories.