v1.6.0-zeta
This commit is contained in:
@@ -2,6 +2,9 @@ package k8s
|
||||
|
||||
// Deteiled information
|
||||
type ItemDetailedInfo struct {
|
||||
// External Ip
|
||||
ExternalIp string `json:"externalip"`
|
||||
|
||||
// ID
|
||||
ID uint64 `json:"id"`
|
||||
|
||||
@@ -11,7 +14,7 @@ type ItemDetailedInfo struct {
|
||||
// Status
|
||||
Status string `json:"status"`
|
||||
|
||||
// Status
|
||||
// Tech status
|
||||
TechStatus string `json:"techStatus"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user