From 78dd064d410cccf4617b69e21d35b1c00448eb99 Mon Sep 17 00:00:00 2001 From: Jakob Schrettenbrunner Date: Wed, 2 Mar 2022 13:13:07 +0100 Subject: [PATCH] fix file name of clusterclass proposal --- .../src/developer/architecture/controllers/cluster-topology.md | 2 +- .../experimental-features/cluster-class/change-clusterclass.md | 2 +- .../book/src/tasks/experimental-features/cluster-class/index.md | 2 +- ...gies.md => 20210526-cluster-class-and-managed-topologies.md} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename docs/proposals/{202105256-cluster-class-and-managed-topologies.md => 20210526-cluster-class-and-managed-topologies.md} (100%) diff --git a/docs/book/src/developer/architecture/controllers/cluster-topology.md b/docs/book/src/developer/architecture/controllers/cluster-topology.md index 6f9eb140411a..b1dd4bdfe698 100644 --- a/docs/book/src/developer/architecture/controllers/cluster-topology.md +++ b/docs/book/src/developer/architecture/controllers/cluster-topology.md @@ -16,4 +16,4 @@ The high level workflow of ClusterTopology reconciliation is shown below. ### Additional information -* See ClusterClass [proposal](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/202105256-cluster-class-and-managed-topologies.md#basic-behaviors) +* See ClusterClass [proposal](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20210526-cluster-class-and-managed-topologies.md#basic-behaviors) diff --git a/docs/book/src/tasks/experimental-features/cluster-class/change-clusterclass.md b/docs/book/src/tasks/experimental-features/cluster-class/change-clusterclass.md index ea1c7b534ffd..fb8eda732fe0 100644 --- a/docs/book/src/tasks/experimental-features/cluster-class/change-clusterclass.md +++ b/docs/book/src/tasks/experimental-features/cluster-class/change-clusterclass.md @@ -114,7 +114,7 @@ potentially dangerous changes on those objects. -For additional info see [compatibility rules](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/202105256-cluster-class-and-managed-topologies.md#clusterclass-compatibility) +For additional info see [compatibility rules](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20210526-cluster-class-and-managed-topologies.md#clusterclass-compatibility) defined in the ClusterClass proposal. ## Planning ClusterClass changes diff --git a/docs/book/src/tasks/experimental-features/cluster-class/index.md b/docs/book/src/tasks/experimental-features/cluster-class/index.md index 063b5d923179..60851406abd6 100644 --- a/docs/book/src/tasks/experimental-features/cluster-class/index.md +++ b/docs/book/src/tasks/experimental-features/cluster-class/index.md @@ -8,7 +8,7 @@ ClusterClass is a powerful abstraction implemented on top of existing interfaces **Variable name to enable/disable the feature gate**: `CLUSTER_TOPOLOGY` Additional documentation: -* Background information: [ClusterClass and Managed Topologies CAEP](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/202105256-cluster-class-and-managed-topologies.md) +* Background information: [ClusterClass and Managed Topologies CAEP](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20210526-cluster-class-and-managed-topologies.md) * For ClusterClass authors: * [Writing a ClusterClass](./write-clusterclass.md) * [Changing a ClusterClass](./change-clusterclass.md) diff --git a/docs/proposals/202105256-cluster-class-and-managed-topologies.md b/docs/proposals/20210526-cluster-class-and-managed-topologies.md similarity index 100% rename from docs/proposals/202105256-cluster-class-and-managed-topologies.md rename to docs/proposals/20210526-cluster-class-and-managed-topologies.md