mirror of
https://github.com/helm/helm.git
synced 2026-08-09 01:21:20 +00:00
Merge pull request #13400 from wangjingcun/main
chore: fix some function names in comment
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user