Skip to content

Commit 4aff977

Browse files
authored
Merge pull request kubernetes#129611 from carlory/cleanup-WatchBookmark
remove WatchBookmark feature-gate comment from types.go
2 parents ccd7b34 + bc48802 commit 4aff977

File tree

1 file changed

+0
-2
lines changed
  • staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion

1 file changed

+0
-2
lines changed

staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/types.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ type ListOptions struct {
4141
// assume bookmarks are returned at any specific interval, nor may they
4242
// assume the server will send any BOOKMARK event during a session.
4343
// If this is not a watch, this field is ignored.
44-
// If the feature gate WatchBookmarks is not enabled in apiserver,
45-
// this field is ignored.
4644
AllowWatchBookmarks bool
4745
// resourceVersion sets a constraint on what resource versions a request may be served from.
4846
// See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for

0 commit comments

Comments
 (0)