helm

package
v0.0.0-...-ebfd914 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Collector

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

Collector is a struct implementing the DataCollector interface. It wraps a Helm SDK configuration object.

func DefaultConfiguration

func DefaultConfiguration(pf action.DebugLog) (c *Collector, err error)

DefaultConfiguration creates a Collector instance with default configuration to use Helm on a local Kubernetes cluster. A Printf-like function can be provided so the SDK uses an application-wide logger object. If nil, the `log.Printf` function from the standard library is used. The HELM_DRIVER environment variable is also taken into account, as described in the Helm docs: https://helm.sh/docs/topics/advanced/#storage-backends

func New

func New(sdkConfig *action.Configuration) *Collector

New creates a new instance of the Collector struct. A Helm SDK configuration object must be provided.

func (*Collector) Run

func (c *Collector) Run(ctx context.Context, _ *config.Config) (
	keyName string,
	data []interface{},
	err error,
)

Run executes the collector with the provided configuration object, and returns a list of collected Helm releases from the Kubernetes cluster.

func (*Collector) Source

func (c *Collector) Source() string

Source is required by the DataCollector interface to return a name for the collector's source, in this case the Helm SDK.

Jump to

Keyboard shortcuts

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