mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 10:15:22 +00:00
docs: update comment to reflect usage of namespace
Update the comment for the namespace option to reflect its real usage for both secret and configmap.
This commit is contained in:
@@ -5,7 +5,7 @@ package types
|
||||
|
||||
// GeneratorArgs contains arguments common to ConfigMap and Secret generators.
|
||||
type GeneratorArgs struct {
|
||||
// Namespace for the configmap, optional
|
||||
// Namespace for the resource, optional
|
||||
Namespace string `json:"namespace,omitempty" yaml:"namespace,omitempty"`
|
||||
|
||||
// Name - actually the partial name - of the generated resource.
|
||||
|
||||
Reference in New Issue
Block a user