fixed a typo in Kustomize Feature List (#15246)

This commit is contained in:
Naoki Oketani 2019-07-04 17:06:14 +09:00 committed by Kubernetes Prow Robot
parent a649dd4e39
commit 4e9325e981
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ deployment.apps "dev-my-nginx" deleted
| namespace | string | add namespace to all resources |
| namePrefix | string | value of this field is prepended to the names of all resources |
| nameSuffix | string | value of this field is appended to the names of all resources |
| commonlabels | map[string]string | labels to add to all resources and selectors |
| commonLabels | map[string]string | labels to add to all resources and selectors |
| commonAnnotations | map[string]string | annotations to add to all resources |
| resources | []string | each entry in this list must resolve to an existing resource configuration file |
| configmapGenerator | [][ConfigMapArgs](https://github.com/kubernetes-sigs/kustomize/blob/master/pkg/types/kustomization.go#L195) | Each entry in this list generates a ConfigMap |