Merge pull request #47260 from tengqm/fg-wfswrv
Add feature gate WatchFromStorageWithoutResourceVersion for v1.30pull/47272/head
commit
8fd9de4ee4
|
@ -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.
|
Loading…
Reference in New Issue