From bc488020870b748d39d24c125b103e8891f00a3c Mon Sep 17 00:00:00 2001 From: carlory Date: Tue, 14 Jan 2025 18:15:13 +0800 Subject: [PATCH] remove WatchBookmark feature-gate comment from types.go --- .../k8s.io/apimachinery/pkg/apis/meta/internalversion/types.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/types.go b/staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/types.go index 00d2b8c6891..8c60e7d2a81 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/types.go +++ b/staging/src/k8s.io/apimachinery/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