Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Namespace ¶
type Namespace struct {
ID int `json:"id"`
CreatedAt int `json:"createdAt"`
UpdatedAt int `json:"updatedAt"`
AppName string `json:"appName"`
ClusterName string `json:"clusterName"`
NamespaceName string `json:"namespaceName"`
Format string `json:"format"`
Value string `json:"value"`
Released bool `json:"released"`
EditValue string `json:"editValue"`
Description string `json:"description"`
}
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) ClusterName ¶
Click to show internal directories.
Click to hide internal directories.