Merge pull request #4051 from mnagy/add_todo_for_update_patching

Add TODO comment for kubectl update patching
This commit is contained in:
Clayton Coleman 2015-02-03 10:23:57 -05:00
commit e9bf484f17

View File

@ -85,6 +85,7 @@ Examples:
})
checkErr(err)
} else {
// TODO: Make patching work with -f, updating with patched JSON input files
name := updateWithPatch(cmd, args, f, patch)
fmt.Fprintf(out, "%s\n", name)
}