Add TODO comment for kubectl update patching

This commit is contained in:
Martin Nagy 2015-02-03 13:56:39 +01:00
parent 2ac6bbb7eb
commit e18fc8e840

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)
}