From 6b90f13281475641117acd23343f7c9877eba9ca Mon Sep 17 00:00:00 2001 From: Prachi Pendse Date: Mon, 6 Jan 2020 13:05:24 +0530 Subject: [PATCH] Clarify docs messaging --- cmd/config/docs/api-conventions/config-fn.md | 2 +- cmd/config/internal/generateddocs/api/docs.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/config/docs/api-conventions/config-fn.md b/cmd/config/docs/api-conventions/config-fn.md index 8720812ab..6e4736330 100644 --- a/cmd/config/docs/api-conventions/config-fn.md +++ b/cmd/config/docs/api-conventions/config-fn.md @@ -229,7 +229,7 @@ Following is an example of running the `kustomize config run` using the precedin spec: replicas: 5 - - `annotations.[config.k8s.io/function]`: the image to use for this API + - `annotations.[config.k8s.io/function]`: the specification of how to run the function - `annotations.[config.kubernetes.io/local-config]`: mark this as not a Resource that should be applied diff --git a/cmd/config/internal/generateddocs/api/docs.go b/cmd/config/internal/generateddocs/api/docs.go index ea7892303..2823b3198 100644 --- a/cmd/config/internal/generateddocs/api/docs.go +++ b/cmd/config/internal/generateddocs/api/docs.go @@ -235,7 +235,7 @@ Following is an example of running the ` + "`" + `kustomize config run` + "`" + spec: replicas: 5 - - ` + "`" + `annotations.[config.k8s.io/function]` + "`" + `: the image to use for this API + - ` + "`" + `annotations.[config.k8s.io/function]` + "`" + `: the specification of how to run the function - ` + "`" + `annotations.[config.kubernetes.io/local-config]` + "`" + `: mark this as not a Resource that should be applied