Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NSInfo ¶
type NSInfo struct { Code int `json:"code"` Message string `json:"message"` CodeDesc string `json:"codedesc"` Data NSInfo_data `json:"data"` }
http://json.golang.chinazt.cc/ 自动生成, 使用前请校验
type NSInfo_data ¶
type NSInfo_data struct { TotalCount int `json:"totalcount"` Namespaces []NSInfo_data_namespaces `json:"namespaces"` }
http://json.golang.chinazt.cc/ 自动生成, 使用前请校验
type NSInfo_data_namespaces ¶
type NSInfo_data_namespaces struct { Name string `json:"name"` Description string `json:"description"` Status string `json:"status"` CreatedAt string `json:"createdat"` ClusterID string `json:"clusterid"` }
http://json.golang.chinazt.cc/ 自动生成, 使用前请校验
Click to show internal directories.
Click to hide internal directories.