feat: server status protocol path implemented
This commit is contained in:
parent
b75eec70e0
commit
b14d3b599d
10 changed files with 544 additions and 79 deletions
|
|
@ -20,6 +20,7 @@ tokio-stream = { version = "0.1.9", features = ["net"] }
|
|||
# Error tracing?
|
||||
tracing = "0.1.36"
|
||||
tracing-subscriber = {version = "0.3.17", features = ["env-filter"]}
|
||||
tracing-error = "0.2.1"
|
||||
|
||||
# Needed to parse data to yaml in kubectl
|
||||
serde = "1.0.130"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue