Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for markAsDeleting (0.14 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    	}
    	return true, newFinalizers
    }
    
    // markAsDeleting sets the obj's DeletionGracePeriodSeconds to 0, and sets the
    // DeletionTimestamp to "now" if there is no existing deletionTimestamp or if the existing
    // deletionTimestamp is further in future. Finalizers are watching for such updates and will
    // finalize the object if their IDs are present in the object's Finalizers list.
    func markAsDeleting(obj runtime.Object, now time.Time) (err error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
Back to top