var uidSetKeyFunc …
type uidSet …
type uidTrackingExpectations …
func (u *uidTrackingExpectations) getSet(controllerKey string) *uidSet { … }
func (u *uidTrackingExpectations) getExpectedUIDs(controllerKey string) sets.Set[string] { … }
func (u *uidTrackingExpectations) expectFinalizersRemoved(logger klog.Logger, jobKey string, deletedKeys []string) error { … }
func (u *uidTrackingExpectations) finalizerRemovalObserved(logger klog.Logger, jobKey, deleteKey string) { … }
func (u *uidTrackingExpectations) deleteExpectations(logger klog.Logger, jobKey string) { … }
func newUIDTrackingExpectations() *uidTrackingExpectations { … }
func hasJobTrackingFinalizer(pod *v1.Pod) bool { … }
func recordFinishedPodWithTrackingFinalizer(oldPod, newPod *v1.Pod) { … }
func isFinishedPodWithTrackingFinalizer(pod *v1.Pod) bool { … }