add worker ndoes
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package models
|
||||
|
||||
import "go.mongodb.org/mongo-driver/bson/primitive"
|
||||
import (
|
||||
"go.mongodb.org/mongo-driver/bson/primitive"
|
||||
)
|
||||
|
||||
type User struct {
|
||||
ID string `json:"id,omitempty"`
|
||||
@@ -99,3 +101,10 @@ type StatefulSet struct {
|
||||
Ready string `json:Ready`
|
||||
Age string `json:age`
|
||||
}
|
||||
|
||||
type WorkerNodesPlans struct {
|
||||
Plan string `json:plan`
|
||||
Cpu string `json:cpu`
|
||||
Memory string `json:memory`
|
||||
Storage string `;sjon:storage`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user