kubernetes/vendor/google.golang.org/grpc/internal/grpcsync/oncefunc.go

// OnceFunc returns a function wrapping f which ensures f is only executed
// once even if the returned function is executed multiple times.
func OnceFunc(f func()) func() {}