// SetListOptionsDefaults sets defaults on the provided ListOptions if applicable. // // TODO(#115478): once the watch-list fg is always on we register this function in the scheme (via AddTypeDefaultingFunc). // TODO(#115478): when the function is registered in the scheme remove all callers of this method. func SetListOptionsDefaults(obj *ListOptions, isWatchListFeatureEnabled bool) { … }