From 2730042da44e463c50f62c60e42f57e9258d5c5f Mon Sep 17 00:00:00 2001 From: Danil Grigorev Date: Tue, 10 Dec 2024 11:40:15 +0100 Subject: [PATCH] Fix spelling Co-authored-by: Christian Schlotter --- .../experimental-features/cluster-class/write-clusterclass.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/src/tasks/experimental-features/cluster-class/write-clusterclass.md b/docs/book/src/tasks/experimental-features/cluster-class/write-clusterclass.md index f9384befed58..990d638888b6 100644 --- a/docs/book/src/tasks/experimental-features/cluster-class/write-clusterclass.md +++ b/docs/book/src/tasks/experimental-features/cluster-class/write-clusterclass.md @@ -440,7 +440,7 @@ spec: ### Defining a custom namespace for ClusterClass object -As a user, I may need to create a `Cluster` from a `ClusterClass` object that exists only in a different namespace. To uniquely identify the `ClusterClass`, a `NamespaceName` ref is constructed from combination of: +As a user, I may need to create a `Cluster` from a `ClusterClass` object that exists only in a different namespace. To uniquely identify the `ClusterClass`, a `NamespacedName` ref is constructed from combination of: * `cluster.spec.topology.classNamespace` - namespace of the `ClusterClass` object. * `cluster.spec.topology.class` - name of the `ClusterClass` object. @@ -471,7 +471,7 @@ spec:

Cluster rebase across namespaces

-Changing `classNamespace` is not supported in rebase procedure, while chanding `class` reference to a different `ClusterClass` from the same namespace performs regular `Cluster` rebase procedure. +Changing `classNamespace` is not supported in rebase procedure, while changing `class` reference to a different `ClusterClass` from the same namespace performs regular `Cluster` rebase procedure.