mirror of
https://github.com/lingble/talos.git
synced 2025-11-26 19:04:57 +00:00
refactor: merge osd into machined
This merges `osd` API into `machined`. API was copied from `osd` into `machined`, and `osd` API was deprecated. For backwards compatibility, `machined` still implements `osd` API, so older Talos API clients can still talk to the node without changes. Docs were updated. No functional changes. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
This commit is contained in:
committed by
talos-bot
parent
19343e5f1a
commit
cbb7ca8390
@@ -72,6 +72,7 @@ func main() {
|
||||
// all existing streaming methods
|
||||
for _, methodName := range []string{
|
||||
"/machine.MachineService/Copy",
|
||||
"/machine.MachineService/Dmesg",
|
||||
"/machine.MachineService/Events",
|
||||
"/machine.MachineService/Kubeconfig",
|
||||
"/machine.MachineService/List",
|
||||
|
||||
Reference in New Issue
Block a user