Commit 262ccbcc authored by Alex Dadgar's avatar Alex Dadgar
Browse files

rename api TotalShares -> CpuShares

parent 84c9bc95
Showing with 2 additions and 2 deletions
+2 -2
...@@ -471,7 +471,7 @@ type NodeResources struct { ...@@ -471,7 +471,7 @@ type NodeResources struct {
} }
type NodeCpuResources struct { type NodeCpuResources struct {
TotalShares int64 CpuShares int64
} }
type NodeMemoryResources struct { type NodeMemoryResources struct {
...@@ -490,7 +490,7 @@ type NodeReservedResources struct { ...@@ -490,7 +490,7 @@ type NodeReservedResources struct {
} }
type NodeReservedCpuResources struct { type NodeReservedCpuResources struct {
TotalShares uint64 CpuShares uint64
} }
type NodeReservedMemoryResources struct { type NodeReservedMemoryResources struct {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment