v1.6.0-zeta

This commit is contained in:
2023-09-25 19:11:33 +03:00
parent 3e55195831
commit 78a4152471
33 changed files with 1166 additions and 39 deletions

View File

@@ -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"`
}