cmd

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version = "dev"

Version is set at build time via -ldflags.

Functions

func Execute

func Execute()

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL