We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccd7b34 + bc48802 commit 4aff977Copy full SHA for 4aff977
staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/types.go
@@ -41,8 +41,6 @@ type ListOptions struct {
41
// assume bookmarks are returned at any specific interval, nor may they
42
// assume the server will send any BOOKMARK event during a session.
43
// 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.
46
AllowWatchBookmarks bool
47
// resourceVersion sets a constraint on what resource versions a request may be served from.
48
// See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for
0 commit comments