Merge pull request #129611 from carlory/cleanup-WatchBookmark

remove WatchBookmark feature-gate comment from types.go
This commit is contained in:
Kubernetes Prow Robot 2025-01-16 20:08:34 -08:00 committed by GitHub
commit 4aff9774bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,8 +41,6 @@ type ListOptions struct {
// assume bookmarks are returned at any specific interval, nor may they
// assume the server will send any BOOKMARK event during a session.
// If this is not a watch, this field is ignored.
// If the feature gate WatchBookmarks is not enabled in apiserver,
// this field is ignored.
AllowWatchBookmarks bool
// resourceVersion sets a constraint on what resource versions a request may be served from.
// See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for