From d89ed9a23491a6b5d38770f659c93294d4ae94a5 Mon Sep 17 00:00:00 2001 From: meirlaker Date: Mon, 30 Jul 2018 17:58:40 -0400 Subject: [PATCH] Change "dotation" to "dot notation" in two places (#9678) --- .../custom-resources/custom-resource-definitions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions.md b/content/en/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions.md index f0c6b4c660..3292d07c0d 100644 --- a/content/en/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions.md +++ b/content/en/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions.md @@ -488,7 +488,7 @@ the `/scale` subresource will return an error on GET. - `StatusReplicasPath` defines the JSONPath inside of a custom resource that corresponds to `Scale.Status.Replicas`. - It is a required value. - - Only JSONPaths under `.status` and with the dotation are allowed. + - Only JSONPaths under `.status` and with the dot notation are allowed. - If there is no value under the `StatusReplicasPath` in the custom resource, the status replica value in the `/scale` subresource will default to 0. @@ -496,7 +496,7 @@ the status replica value in the `/scale` subresource will default to 0. - It is an optional value. - It must be set to work with HPA. - - Only JSONPaths under `.status` and with the dotation are allowed. + - Only JSONPaths under `.status` and with the dot notation are allowed. - If there is no value under the `LabelSelectorPath` in the custom resource, the status selector value in the `/scale` subresource will default to the empty string.