helm

package
v0.0.0-...-9fd2cc4 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Chart      string `yaml:"chart" validate:"required"`
	Repository string `yaml:"repository" validate:"required,uri"`
	Constraint string `yaml:"constraint"`
}

Config contains configuration options

type Helm

type Helm struct {
	// contains filtered or unexported fields
}

Helm implements {probe} component checks the latest version of specified helm chart in helm repository

func New

func New(name string, rawCfg string) (Helm, error)

New creates component instance

func (Helm) Probe

func (r Helm) Probe(current *semver.Version) (*semver.Version, error)

Probe returns the latest version

Jump to

Keyboard shortcuts

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