diff --git a/pkg/apis/meta/internalversion/types.go b/pkg/apis/meta/internalversion/types.go index 00d2b8c68..8c60e7d2a 100644 --- a/pkg/apis/meta/internalversion/types.go +++ b/pkg/apis/meta/internalversion/types.go @@ -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