Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartsResult ¶
type ChartsResult struct {
Charts []SearchResult `json:"charts"`
}
ChartsResult Model
type DefaultRepoRequest ¶
type DefaultRepoRequest struct {
Reponame string `json:"reponame"`
}
DefaultRepoRequest struct
type Pod ¶
type Pod struct { Name string `json:"name"` Image string `json:"image"` Ready string `json:"ready"` Status string `json:"status"` Restarts int `json:"restarts"` Age string `json:"age"` }
Pod structure
type Repository ¶
type Repository struct { gorm.Model Name string `json:"name"` URL string `json:"url"` Username string `json:"username"` Password string `json:"password"` }
Repository struct
type RepositoryResult ¶
type RepositoryResult struct {
Repositories []Repository `json:"repositories"`
}
RepositoryResult struct
type SearchResult ¶
type SearchResult struct { Name string `json:"name"` ChartVersion string `json:"chartVersion"` AppVersion string `json:"appVersion"` Description string `json:"description"` }
SearchResult result
type Service ¶
type Service struct { Name string `json:"name"` Type string `json:"type"` ClusterIP string `json:"clusterIP"` ExternalIP string `json:"externalIP"` Ports string `json:"ports"` Age string `json:"age"` }
Service structure
type ServiceResult ¶
type ServiceResult struct {
Services []Service `json:"services"`
}
ServiceResult structure
Click to show internal directories.
Click to hide internal directories.