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.
2 parents 21526b4 + b3209cd commit b61bed3Copy full SHA for b61bed3
pkg/config/cmd/cmd.go
@@ -52,7 +52,7 @@ type Bulk struct {
52
IgnoreError IgnoreErrorFunc
53
}
54
55
-// Create attempts to create each item generically, gathering all errors in the
+// Run attempts to create each item generically, gathering all errors in the
56
// event a failure occurs. The contents of list will be updated to include the
57
// version from the server.
58
func (b *Bulk) Run(list *kapi.List, namespace string) []error {
0 commit comments