Merge pull request #13400 from wangjingcun/main

chore: fix some function names in comment
pull/13270/merge
George Jenkins 3 months ago committed by GitHub
commit 85499b2fdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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