We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b68393 commit de9e138Copy full SHA for de9e138
pkg/action/push.go
@@ -73,7 +73,7 @@ func WithPlainHTTP(plainHTTP bool) PushOpt {
73
}
74
75
76
-// WithOptWriter sets the registryOut field on the push configuration object.
+// WithPushOptWriter sets the registryOut field on the push configuration object.
77
func WithPushOptWriter(out io.Writer) PushOpt {
78
return func(p *Push) {
79
p.out = out
pkg/chartutil/validate_name_test.go
@@ -18,7 +18,7 @@ package chartutil
18
19
import "testing"
20
21
-// TestValidateName is a regression test for ValidateName
+// TestValidateReleaseName is a regression test for ValidateName
22
//
23
// Kubernetes has strict naming conventions for resource names. This test represents
24
// those conventions.
0 commit comments