Documentation ¶
Index ¶
- Constants
- Variables
- func GetApplicationMetadata(upstream *url.URL) ([]byte, error)
- type App
- type FetchOptions
- type FindPrivateImagesOptions
- type PushUpstreamImageOptions
- type Release
- type ReplicatedUpstream
- type Upstream
- func (u *Upstream) FindPrivateImages(options FindPrivateImagesOptions) ([]kustomizeimage.Image, []*k8sdoc.Doc, error)
- func (u *Upstream) GetBaseDir(options WriteOptions) string
- func (u *Upstream) TagAndPushUpstreamImages(options PushUpstreamImageOptions) ([]kustomizeimage.Image, error)
- func (u *Upstream) WriteUpstream(options WriteOptions) error
- func (u *Upstream) WriteUpstreamImages(options WriteUpstreamImageOptions) error
- type UpstreamFile
- type WriteOptions
- type WriteUpstreamImageOptions
Constants ¶
View Source
const DefaultMetadata = `` /* 232-byte string literal not displayed */
Variables ¶
View Source
var KnownRepos = map[string]string{
"stable": "https://kubernetes-charts.storage.googleapis.com",
"local": "http://127.0.0.1:8879",
"elastic": "https://helm.elastic.co",
"gomods": "https://athens.blob.core.windows.net/charts",
"harbor": "https://helm.goharbor.io",
}
Functions ¶
Types ¶
type FetchOptions ¶ added in v0.9.0
type FindPrivateImagesOptions ¶ added in v0.9.10
type PushUpstreamImageOptions ¶ added in v0.9.5
type ReplicatedUpstream ¶
type Upstream ¶ added in v0.9.0
type Upstream struct { URI string Name string Type string Files []UpstreamFile UpdateCursor string VersionLabel string ReleaseNotes string EncryptionKey string }
func FetchUpstream ¶
func FetchUpstream(upstreamURI string, fetchOptions *FetchOptions) (*Upstream, error)
func (*Upstream) FindPrivateImages ¶ added in v0.9.10
func (u *Upstream) FindPrivateImages(options FindPrivateImagesOptions) ([]kustomizeimage.Image, []*k8sdoc.Doc, error)
func (*Upstream) GetBaseDir ¶ added in v0.9.0
func (u *Upstream) GetBaseDir(options WriteOptions) string
func (*Upstream) TagAndPushUpstreamImages ¶ added in v0.9.5
func (u *Upstream) TagAndPushUpstreamImages(options PushUpstreamImageOptions) ([]kustomizeimage.Image, error)
func (*Upstream) WriteUpstream ¶ added in v0.9.0
func (u *Upstream) WriteUpstream(options WriteOptions) error
func (*Upstream) WriteUpstreamImages ¶ added in v0.9.5
func (u *Upstream) WriteUpstreamImages(options WriteUpstreamImageOptions) error
type UpstreamFile ¶ added in v0.9.0
type WriteOptions ¶ added in v0.9.0
Click to show internal directories.
Click to hide internal directories.