chart

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChArrayResult

type ChArrayResult struct {
	Versions []Version `json:"versions"`
	Chart    ChDetail  `json:"chart"`
}

type ChDetail

type ChDetail struct {
	Metadata chart.Metadata         `json:"metadata"`
	Readme   string                 `json:"readme"`
	Values   map[string]interface{} `json:"values"`
}

type Repo

type Repo struct {
	Url      string `json:"url"`
	Name     string `json:"name"`
	UserName string `json:"userName"`
	Password string `json:"password"`
}

type RepoCreate

type RepoCreate struct {
	Url      string `json:"url"`
	Name     string `json:"name"`
	UserName string `json:"userName"`
	Password string `json:"password"`
}

type RepoUpdate

type RepoUpdate struct {
	Url      string `json:"url"`
	Name     string `json:"name"`
	UserName string `json:"userName"`
	Password string `json:"password"`
}

type UpdateResult

type UpdateResult struct {
	Repo     string          `json:"repo"`
	Versions []UpdateVersion `json:"versions"`
}

type UpdateVersion

type UpdateVersion struct {
	Version    string `json:"version"`
	AppVersion string `json:"appVersion"`
}

type Version

type Version struct {
	Version string    `json:"version"`
	Date    time.Time `json:"date"`
}

Jump to

Keyboard shortcuts

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