We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11aa57e commit 6ef9773Copy full SHA for 6ef9773
api/types/generatorargs.go
@@ -5,7 +5,7 @@ package types
5
6
// GeneratorArgs contains arguments common to ConfigMap and Secret generators.
7
type GeneratorArgs struct {
8
- // Namespace for the configmap, optional
+ // Namespace for the resource, optional
9
Namespace string `json:"namespace,omitempty" yaml:"namespace,omitempty"`
10
11
// Name - actually the partial name - of the generated resource.
0 commit comments