Merge pull request #47260 from tengqm/fg-wfswrv

Add feature gate WatchFromStorageWithoutResourceVersion for v1.30
pull/47272/head
Kubernetes Prow Robot 2024-07-25 09:02:49 -07:00 committed by GitHub
commit 8fd9de4ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
---
title: WatchFromStorageWithoutResourceVersion
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: beta
defaultValue: false
fromVersion: "1.30"
---
Enables watches without `resourceVersion` to be served from storage.