mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Merge pull request #4051 from mnagy/add_todo_for_update_patching
Add TODO comment for kubectl update patching
This commit is contained in:
commit
e9bf484f17
@ -85,6 +85,7 @@ Examples:
|
|||||||
})
|
})
|
||||||
checkErr(err)
|
checkErr(err)
|
||||||
} else {
|
} else {
|
||||||
|
// TODO: Make patching work with -f, updating with patched JSON input files
|
||||||
name := updateWithPatch(cmd, args, f, patch)
|
name := updateWithPatch(cmd, args, f, patch)
|
||||||
fmt.Fprintf(out, "%s\n", name)
|
fmt.Fprintf(out, "%s\n", name)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user