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