File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -459,11 +459,11 @@ func DeleteObjects(testConfig *TestConfig, kindAndNames []string) {
459459 }
460460}
461461
462- // applyYAMLFile reads a file containing YAML (possibly multiple docs)
462+ // ApplyYAMLFile reads a file containing YAML (possibly multiple docs)
463463// and applies each object to the cluster.
464- func ApplyYAMLFile (testConfig * TestConfig , filePath string ) {
464+ func ApplyYAMLFile (testConfig * TestConfig , filePath string ) [] string {
465465 // Create the resources from the manifest file
466- CreateObjsFromYaml (testConfig , ReadYaml (filePath ))
466+ return CreateObjsFromYaml (testConfig , ReadYaml (filePath ))
467467}
468468
469469// ReadYaml is a helper function to read in K8S YAML files and split by the --- separator
You can’t perform that action at this time.
0 commit comments