Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Version is set at build time via -ldflags.
Functions ¶
Types ¶
type CheckResult ¶
type CheckResult struct {
Release string `json:"release"`
Namespace string `json:"namespace"`
Chart string `json:"chart"`
Deployed string `json:"deployed"`
DeployedAppVersion string `json:"deployed_app_version"`
ImageTag string `json:"image_tag"`
Latest string `json:"latest"`
LatestAppVersion string `json:"latest_app_version"`
Behind int `json:"behind"`
Repo string `json:"repo"`
UpToDate bool `json:"up_to_date"`
PinChartVersion bool `json:"pin_chart_version,omitempty"`
PinAppVersion bool `json:"pin_app_version,omitempty"`
PinImageTag bool `json:"pin_image_tag,omitempty"`
}
CheckResult is one row of comparison output.
Click to show internal directories.
Click to hide internal directories.