helm

package
v0.9.0 Latest Latest
Warning

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

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

Documentation

Overview

Package helm provides helm v3 task support

Index

Constants

View Source
const TaskKindIndex = "index"
View Source
const TaskKindPackage = "package"
View Source
const ToolKind = "helm"

Variables

This section is empty.

Functions

This section is empty.

Types

type PackageSigningSpec

type PackageSigningSpec struct {
	Enabled          bool   `yaml:"enabled"`
	GPGKeyring       string `yaml:"gpg_keyring"`
	GPGKeyName       string `yaml:"gpg_key_name"`
	GPGKeyPassphrase string `yaml:"gpg_key_passphrase"`
}

type TaskIndex

type TaskIndex struct {
	rs.BaseField `yaml:"-"`

	TaskName string `yaml:"name"`

	tools.BaseTask `yaml:",inline"`

	RepoURL     string `yaml:"repo_url"`
	PackagesDir string `yaml:"packages_dir"`
	Merge       string `yaml:"merge"`
}

func (*TaskIndex) GetExecSpecs

func (*TaskIndex) Key added in v0.7.0

func (c *TaskIndex) Key() dukkha.TaskKey

func (*TaskIndex) Kind added in v0.7.0

func (c *TaskIndex) Kind() dukkha.TaskKind

func (*TaskIndex) Name added in v0.7.0

func (c *TaskIndex) Name() dukkha.TaskName

type TaskPackage

type TaskPackage struct {
	rs.BaseField `yaml:"-"`

	TaskName string `yaml:"name"`

	tools.BaseTask `yaml:",inline"`

	Chart       string `yaml:"chart"`
	PackagesDir string `yaml:"packages_dir"`

	Signing PackageSigningSpec `yaml:"signing"`
}

func (*TaskPackage) GetExecSpecs

func (*TaskPackage) Key added in v0.7.0

func (c *TaskPackage) Key() dukkha.TaskKey

func (*TaskPackage) Kind added in v0.7.0

func (c *TaskPackage) Kind() dukkha.TaskKind

func (*TaskPackage) Name added in v0.7.0

func (c *TaskPackage) Name() dukkha.TaskName

type Tool

type Tool struct {
	rs.BaseField `yaml:"-"`

	ToolName dukkha.ToolName `yaml:"name"`

	tools.BaseTool `yaml:",inline"`
}

func (*Tool) Init

func (t *Tool) Init(cacheFS *fshelper.OSFS) error

func (*Tool) Key added in v0.7.0

func (t *Tool) Key() dukkha.ToolKey

func (*Tool) Kind added in v0.7.0

func (t *Tool) Kind() dukkha.ToolKind

func (*Tool) Name added in v0.7.0

func (t *Tool) Name() dukkha.ToolName

Jump to

Keyboard shortcuts

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