Merge pull request #47854 from tengqm/fg-rsl

Update RemoveSelfLink feature gate for readability
pull/47873/head
Kubernetes Prow Robot 2024-09-09 09:28:28 +01:00 committed by GitHub
commit 56777ed2c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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