From 6128af907efd84594caa9e5cd4dcaee539306da5 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Mon, 9 Sep 2024 10:39:25 +0800 Subject: [PATCH] Update RemoveSelfLink feature gate for readability --- .../feature-gates/{remove-self-link.md => RemoveSelfLink.md} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename content/en/docs/reference/command-line-tools-reference/feature-gates/{remove-self-link.md => RemoveSelfLink.md} (99%) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/remove-self-link.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/RemoveSelfLink.md similarity index 99% rename from content/en/docs/reference/command-line-tools-reference/feature-gates/remove-self-link.md rename to content/en/docs/reference/command-line-tools-reference/feature-gates/RemoveSelfLink.md index 0e7a492be3..b9d37a26ec 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/remove-self-link.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/RemoveSelfLink.md @@ -1,5 +1,4 @@ --- -removed: true title: RemoveSelfLink content_type: feature_gate _build: @@ -19,6 +18,8 @@ stages: defaultValue: true fromVersion: "1.24" toVersion: "1.29" + +removed: true --- Sets the `.metadata.selfLink` field to blank (empty string) for all objects and collections. This field has been deprecated since the Kubernetes v1.16