Merge pull request #47854 from tengqm/fg-rsl
Update RemoveSelfLink feature gate for readabilitypull/47873/head
commit
56777ed2c4
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
removed: true
|
|
||||||
title: RemoveSelfLink
|
title: RemoveSelfLink
|
||||||
content_type: feature_gate
|
content_type: feature_gate
|
||||||
_build:
|
_build:
|
||||||
|
@ -19,6 +18,8 @@ stages:
|
||||||
defaultValue: true
|
defaultValue: true
|
||||||
fromVersion: "1.24"
|
fromVersion: "1.24"
|
||||||
toVersion: "1.29"
|
toVersion: "1.29"
|
||||||
|
|
||||||
|
removed: true
|
||||||
---
|
---
|
||||||
Sets the `.metadata.selfLink` field to blank (empty string) for all
|
Sets the `.metadata.selfLink` field to blank (empty string) for all
|
||||||
objects and collections. This field has been deprecated since the Kubernetes v1.16
|
objects and collections. This field has been deprecated since the Kubernetes v1.16
|
Loading…
Reference in New Issue