Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterList ¶
type ClusterList []*ClusterView
swagger:ignore ClusterList is a list of cluster models for api
swagger:model views_cluster_list
type ClusterSpec ¶
type ClusterSpec struct {
Endpoint string `json:"endpoint"`
}
type ClusterView ¶
type ClusterView struct {
Meta views.Meta `json:"meta"`
Status views.ClusterStatus `json:"status"`
Spec ClusterSpec `json:"spec"`
}
type IView ¶
type IView interface {
Cluster() *ClusterView
}
Click to show internal directories.
Click to hide internal directories.