chore: fix some function names in comment

Signed-off-by: wangjingcun <wangjingcun@aliyun.com>
pull/13400/head
wangjingcun 3 months ago
parent 0b68393d5e
commit de9e138ec1

@ -73,7 +73,7 @@ func WithPlainHTTP(plainHTTP bool) PushOpt {
}
}
// WithOptWriter sets the registryOut field on the push configuration object.
// WithPushOptWriter sets the registryOut field on the push configuration object.
func WithPushOptWriter(out io.Writer) PushOpt {
return func(p *Push) {
p.out = out

@ -18,7 +18,7 @@ package chartutil
import "testing"
// TestValidateName is a regression test for ValidateName
// TestValidateReleaseName is a regression test for ValidateName
//
// Kubernetes has strict naming conventions for resource names. This test represents
// those conventions.

Loading…
Cancel
Save