Merge pull request #5506 from cloud-native-team/master

fix some comments
This commit is contained in:
Kubernetes Prow Robot
2024-06-18 12:37:52 -07:00
committed by GitHub
10 changed files with 10 additions and 10 deletions

View File

@@ -457,7 +457,7 @@ func (kt *KustTarget) accumulateResources(
return ra, nil
}
// accumulateResources fills the given resourceAccumulator
// accumulateComponents fills the given resourceAccumulator
// with resources read from the given list of paths.
func (kt *KustTarget) accumulateComponents(
ra *accumulator.ResAccumulator, paths []string) (*accumulator.ResAccumulator, error) {