helm_test

package
v1.3.590 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFakeHelmer added in v1.3.561

func NewFakeHelmer() helm.Helmer

NewFakeHelmer creates a new fake Helmer

Types

type FakeHelmer added in v1.3.561

type FakeHelmer struct {
}

FakeHelmer a fake Helmer

func (FakeHelmer) AddRepo added in v1.3.561

func (FakeHelmer) AddRepo(repo string, URL string) error

AddRepo add repo

func (FakeHelmer) BuildDependency added in v1.3.561

func (FakeHelmer) BuildDependency() error

BuildDependency build dependency

func (FakeHelmer) DecryptSecrets added in v1.3.561

func (FakeHelmer) DecryptSecrets(location string) error

DecryptSecrets decrypt secrets

func (FakeHelmer) DeleteRelease added in v1.3.561

func (FakeHelmer) DeleteRelease(ns string, releaseName string, purge bool) error

DeleteRelease delete release

func (FakeHelmer) Env added in v1.3.561

func (FakeHelmer) Env() map[string]string

Env return env

func (FakeHelmer) FetchChart added in v1.3.561

func (FakeHelmer) FetchChart(chart string, version *string, untar bool, untardir string, repo string) error

FetchChart fake

func (FakeHelmer) FindChart added in v1.3.561

func (FakeHelmer) FindChart() (string, error)

FindChart fake

func (FakeHelmer) HelmBinary added in v1.3.561

func (FakeHelmer) HelmBinary() string

HelmBinary fake

func (FakeHelmer) Init added in v1.3.561

func (FakeHelmer) Init(clientOnly bool, serviceAccount string, tillerNamespace string, upgrade bool) error

Init fake

func (FakeHelmer) InstallChart added in v1.3.561

func (FakeHelmer) InstallChart(chart string, releaseName string, ns string, version *string, timeout *int,
	values []string, valueFiles []string, repo string) error

InstallChart fake

func (FakeHelmer) IsRepoMissing added in v1.3.561

func (FakeHelmer) IsRepoMissing(URL string) (bool, error)

IsRepoMissing fake

func (FakeHelmer) Lint added in v1.3.561

func (FakeHelmer) Lint() (string, error)

Lint fake

func (FakeHelmer) ListCharts added in v1.3.561

func (FakeHelmer) ListCharts() (string, error)

ListCharts fake

func (FakeHelmer) ListRepos added in v1.3.561

func (FakeHelmer) ListRepos() (map[string]string, error)

ListRepos fake

func (FakeHelmer) PackageChart added in v1.3.561

func (FakeHelmer) PackageChart() error

PackageChart fake

func (FakeHelmer) RemoveRepo added in v1.3.561

func (FakeHelmer) RemoveRepo(repo string) error

RemoveRepo fake

func (FakeHelmer) RemoveRequirementsLock added in v1.3.561

func (FakeHelmer) RemoveRequirementsLock() error

RemoveRequirementsLock fake

func (FakeHelmer) SearchChartVersions added in v1.3.561

func (FakeHelmer) SearchChartVersions(chart string) ([]string, error)

SearchChartVersions fake

func (FakeHelmer) SearchCharts added in v1.3.561

func (FakeHelmer) SearchCharts(filter string) ([]helm.ChartSummary, error)

SearchCharts fake

func (FakeHelmer) SetCWD added in v1.3.561

func (FakeHelmer) SetCWD(dir string)

SetCWD fake

func (FakeHelmer) SetHelmBinary added in v1.3.561

func (FakeHelmer) SetHelmBinary(binary string)

SetHelmBinary fake

func (FakeHelmer) SetHost added in v1.3.561

func (FakeHelmer) SetHost(host string)

SetHost fake

func (FakeHelmer) StatusRelease added in v1.3.561

func (FakeHelmer) StatusRelease(ns string, releaseName string) error

StatusRelease fake

func (FakeHelmer) StatusReleases added in v1.3.561

func (FakeHelmer) StatusReleases(ns string) (map[string]string, error)

StatusReleases fake

func (FakeHelmer) UpdateRepo added in v1.3.561

func (FakeHelmer) UpdateRepo() error

UpdateRepo fake

func (FakeHelmer) UpgradeChart added in v1.3.561

func (FakeHelmer) UpgradeChart(chart string, releaseName string, ns string, version *string, install bool,
	timeout *int, force bool, wait bool, values []string, valueFiles []string, repo string) error

UpgradeChart fake

func (FakeHelmer) Version added in v1.3.561

func (FakeHelmer) Version(tls bool) (string, error)

Version fake

type Helmer_AddRepo_OngoingVerification

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

func (*Helmer_AddRepo_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_AddRepo_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*Helmer_AddRepo_OngoingVerification) GetCapturedArguments

func (c *Helmer_AddRepo_OngoingVerification) GetCapturedArguments() (string, string)

type Helmer_BuildDependency_OngoingVerification

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

func (*Helmer_BuildDependency_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_BuildDependency_OngoingVerification) GetAllCapturedArguments()

func (*Helmer_BuildDependency_OngoingVerification) GetCapturedArguments

func (c *Helmer_BuildDependency_OngoingVerification) GetCapturedArguments()

type Helmer_DecryptSecrets_OngoingVerification

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

func (*Helmer_DecryptSecrets_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_DecryptSecrets_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*Helmer_DecryptSecrets_OngoingVerification) GetCapturedArguments

func (c *Helmer_DecryptSecrets_OngoingVerification) GetCapturedArguments() string

type Helmer_DeleteRelease_OngoingVerification

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

func (*Helmer_DeleteRelease_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_DeleteRelease_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []bool)

func (*Helmer_DeleteRelease_OngoingVerification) GetCapturedArguments

func (c *Helmer_DeleteRelease_OngoingVerification) GetCapturedArguments() (string, string, bool)

type Helmer_Env_OngoingVerification

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

func (*Helmer_Env_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_Env_OngoingVerification) GetAllCapturedArguments()

func (*Helmer_Env_OngoingVerification) GetCapturedArguments

func (c *Helmer_Env_OngoingVerification) GetCapturedArguments()

type Helmer_FetchChart_OngoingVerification

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

func (*Helmer_FetchChart_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_FetchChart_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []*string, _param2 []bool, _param3 []string, _param4 []string)

func (*Helmer_FetchChart_OngoingVerification) GetCapturedArguments

func (c *Helmer_FetchChart_OngoingVerification) GetCapturedArguments() (string, *string, bool, string, string)

type Helmer_FindChart_OngoingVerification

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

func (*Helmer_FindChart_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_FindChart_OngoingVerification) GetAllCapturedArguments()

func (*Helmer_FindChart_OngoingVerification) GetCapturedArguments

func (c *Helmer_FindChart_OngoingVerification) GetCapturedArguments()

type Helmer_HelmBinary_OngoingVerification

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

func (*Helmer_HelmBinary_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_HelmBinary_OngoingVerification) GetAllCapturedArguments()

func (*Helmer_HelmBinary_OngoingVerification) GetCapturedArguments

func (c *Helmer_HelmBinary_OngoingVerification) GetCapturedArguments()

type Helmer_Init_OngoingVerification

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

func (*Helmer_Init_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_Init_OngoingVerification) GetAllCapturedArguments() (_param0 []bool, _param1 []string, _param2 []string, _param3 []bool)

func (*Helmer_Init_OngoingVerification) GetCapturedArguments

func (c *Helmer_Init_OngoingVerification) GetCapturedArguments() (bool, string, string, bool)

type Helmer_InstallChart_OngoingVerification

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

func (*Helmer_InstallChart_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_InstallChart_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string, _param3 []*string, _param4 []*int, _param5 [][]string, _param6 [][]string, _param7 []string)

func (*Helmer_InstallChart_OngoingVerification) GetCapturedArguments

func (c *Helmer_InstallChart_OngoingVerification) GetCapturedArguments() (string, string, string, *string, *int, []string, []string, string)

type Helmer_IsRepoMissing_OngoingVerification

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

func (*Helmer_IsRepoMissing_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_IsRepoMissing_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*Helmer_IsRepoMissing_OngoingVerification) GetCapturedArguments

func (c *Helmer_IsRepoMissing_OngoingVerification) GetCapturedArguments() string

type Helmer_Lint_OngoingVerification

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

func (*Helmer_Lint_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_Lint_OngoingVerification) GetAllCapturedArguments()

func (*Helmer_Lint_OngoingVerification) GetCapturedArguments

func (c *Helmer_Lint_OngoingVerification) GetCapturedArguments()

type Helmer_ListCharts_OngoingVerification

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

func (*Helmer_ListCharts_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_ListCharts_OngoingVerification) GetAllCapturedArguments()

func (*Helmer_ListCharts_OngoingVerification) GetCapturedArguments

func (c *Helmer_ListCharts_OngoingVerification) GetCapturedArguments()

type Helmer_ListRepos_OngoingVerification

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

func (*Helmer_ListRepos_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_ListRepos_OngoingVerification) GetAllCapturedArguments()

func (*Helmer_ListRepos_OngoingVerification) GetCapturedArguments

func (c *Helmer_ListRepos_OngoingVerification) GetCapturedArguments()

type Helmer_PackageChart_OngoingVerification

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

func (*Helmer_PackageChart_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_PackageChart_OngoingVerification) GetAllCapturedArguments()

func (*Helmer_PackageChart_OngoingVerification) GetCapturedArguments

func (c *Helmer_PackageChart_OngoingVerification) GetCapturedArguments()

type Helmer_RemoveRepo_OngoingVerification

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

func (*Helmer_RemoveRepo_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_RemoveRepo_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*Helmer_RemoveRepo_OngoingVerification) GetCapturedArguments

func (c *Helmer_RemoveRepo_OngoingVerification) GetCapturedArguments() string

type Helmer_RemoveRequirementsLock_OngoingVerification

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

func (*Helmer_RemoveRequirementsLock_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_RemoveRequirementsLock_OngoingVerification) GetAllCapturedArguments()

func (*Helmer_RemoveRequirementsLock_OngoingVerification) GetCapturedArguments

func (c *Helmer_RemoveRequirementsLock_OngoingVerification) GetCapturedArguments()

type Helmer_SearchChartVersions_OngoingVerification

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

func (*Helmer_SearchChartVersions_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_SearchChartVersions_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*Helmer_SearchChartVersions_OngoingVerification) GetCapturedArguments

func (c *Helmer_SearchChartVersions_OngoingVerification) GetCapturedArguments() string

type Helmer_SearchCharts_OngoingVerification

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

func (*Helmer_SearchCharts_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_SearchCharts_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*Helmer_SearchCharts_OngoingVerification) GetCapturedArguments

func (c *Helmer_SearchCharts_OngoingVerification) GetCapturedArguments() string

type Helmer_SetCWD_OngoingVerification

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

func (*Helmer_SetCWD_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_SetCWD_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*Helmer_SetCWD_OngoingVerification) GetCapturedArguments

func (c *Helmer_SetCWD_OngoingVerification) GetCapturedArguments() string

type Helmer_SetHelmBinary_OngoingVerification

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

func (*Helmer_SetHelmBinary_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_SetHelmBinary_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*Helmer_SetHelmBinary_OngoingVerification) GetCapturedArguments

func (c *Helmer_SetHelmBinary_OngoingVerification) GetCapturedArguments() string

type Helmer_SetHost_OngoingVerification

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

func (*Helmer_SetHost_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_SetHost_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*Helmer_SetHost_OngoingVerification) GetCapturedArguments

func (c *Helmer_SetHost_OngoingVerification) GetCapturedArguments() string

type Helmer_StatusRelease_OngoingVerification

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

func (*Helmer_StatusRelease_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_StatusRelease_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*Helmer_StatusRelease_OngoingVerification) GetCapturedArguments

func (c *Helmer_StatusRelease_OngoingVerification) GetCapturedArguments() (string, string)

type Helmer_StatusReleases_OngoingVerification

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

func (*Helmer_StatusReleases_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_StatusReleases_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*Helmer_StatusReleases_OngoingVerification) GetCapturedArguments

func (c *Helmer_StatusReleases_OngoingVerification) GetCapturedArguments() string

type Helmer_UpdateRepo_OngoingVerification

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

func (*Helmer_UpdateRepo_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_UpdateRepo_OngoingVerification) GetAllCapturedArguments()

func (*Helmer_UpdateRepo_OngoingVerification) GetCapturedArguments

func (c *Helmer_UpdateRepo_OngoingVerification) GetCapturedArguments()

type Helmer_UpgradeChart_OngoingVerification

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

func (*Helmer_UpgradeChart_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_UpgradeChart_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string, _param3 []*string, _param4 []bool, _param5 []*int, _param6 []bool, _param7 []bool, _param8 [][]string, _param9 [][]string, _param10 []string)

func (*Helmer_UpgradeChart_OngoingVerification) GetCapturedArguments

func (c *Helmer_UpgradeChart_OngoingVerification) GetCapturedArguments() (string, string, string, *string, bool, *int, bool, bool, []string, []string, string)

type Helmer_Version_OngoingVerification

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

func (*Helmer_Version_OngoingVerification) GetAllCapturedArguments

func (c *Helmer_Version_OngoingVerification) GetAllCapturedArguments() (_param0 []bool)

func (*Helmer_Version_OngoingVerification) GetCapturedArguments

func (c *Helmer_Version_OngoingVerification) GetCapturedArguments() bool

type MockHelmer

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

func NewMockHelmer

func NewMockHelmer() *MockHelmer

func (*MockHelmer) AddRepo

func (mock *MockHelmer) AddRepo(_param0 string, _param1 string) error

func (*MockHelmer) BuildDependency

func (mock *MockHelmer) BuildDependency() error

func (*MockHelmer) DecryptSecrets

func (mock *MockHelmer) DecryptSecrets(_param0 string) error

func (*MockHelmer) DeleteRelease

func (mock *MockHelmer) DeleteRelease(_param0 string, _param1 string, _param2 bool) error

func (*MockHelmer) Env

func (mock *MockHelmer) Env() map[string]string

func (*MockHelmer) FetchChart

func (mock *MockHelmer) FetchChart(_param0 string, _param1 *string, _param2 bool, _param3 string, _param4 string) error

func (*MockHelmer) FindChart

func (mock *MockHelmer) FindChart() (string, error)

func (*MockHelmer) HelmBinary

func (mock *MockHelmer) HelmBinary() string

func (*MockHelmer) Init

func (mock *MockHelmer) Init(_param0 bool, _param1 string, _param2 string, _param3 bool) error

func (*MockHelmer) InstallChart

func (mock *MockHelmer) InstallChart(_param0 string, _param1 string, _param2 string, _param3 *string, _param4 *int, _param5 []string, _param6 []string, _param7 string) error

func (*MockHelmer) IsRepoMissing

func (mock *MockHelmer) IsRepoMissing(_param0 string) (bool, error)

func (*MockHelmer) Lint

func (mock *MockHelmer) Lint() (string, error)

func (*MockHelmer) ListCharts

func (mock *MockHelmer) ListCharts() (string, error)

func (*MockHelmer) ListRepos

func (mock *MockHelmer) ListRepos() (map[string]string, error)

func (*MockHelmer) PackageChart

func (mock *MockHelmer) PackageChart() error

func (*MockHelmer) RemoveRepo

func (mock *MockHelmer) RemoveRepo(_param0 string) error

func (*MockHelmer) RemoveRequirementsLock

func (mock *MockHelmer) RemoveRequirementsLock() error

func (*MockHelmer) SearchChartVersions

func (mock *MockHelmer) SearchChartVersions(_param0 string) ([]string, error)

func (*MockHelmer) SearchCharts

func (mock *MockHelmer) SearchCharts(_param0 string) ([]helm.ChartSummary, error)

func (*MockHelmer) SetCWD

func (mock *MockHelmer) SetCWD(_param0 string)

func (*MockHelmer) SetHelmBinary

func (mock *MockHelmer) SetHelmBinary(_param0 string)

func (*MockHelmer) SetHost

func (mock *MockHelmer) SetHost(_param0 string)

func (*MockHelmer) StatusRelease

func (mock *MockHelmer) StatusRelease(_param0 string, _param1 string) error

func (*MockHelmer) StatusReleases

func (mock *MockHelmer) StatusReleases(_param0 string) (map[string]string, error)

func (*MockHelmer) UpdateRepo

func (mock *MockHelmer) UpdateRepo() error

func (*MockHelmer) UpgradeChart

func (mock *MockHelmer) UpgradeChart(_param0 string, _param1 string, _param2 string, _param3 *string, _param4 bool, _param5 *int, _param6 bool, _param7 bool, _param8 []string, _param9 []string, _param10 string) error

func (*MockHelmer) VerifyWasCalled

func (mock *MockHelmer) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierHelmer

func (*MockHelmer) VerifyWasCalledInOrder

func (mock *MockHelmer) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierHelmer

func (*MockHelmer) VerifyWasCalledOnce

func (mock *MockHelmer) VerifyWasCalledOnce() *VerifierHelmer

func (*MockHelmer) Version

func (mock *MockHelmer) Version(_param0 bool) (string, error)

type VerifierHelmer

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

func (*VerifierHelmer) AddRepo

func (verifier *VerifierHelmer) AddRepo(_param0 string, _param1 string) *Helmer_AddRepo_OngoingVerification

func (*VerifierHelmer) BuildDependency

func (verifier *VerifierHelmer) BuildDependency() *Helmer_BuildDependency_OngoingVerification

func (*VerifierHelmer) DecryptSecrets

func (verifier *VerifierHelmer) DecryptSecrets(_param0 string) *Helmer_DecryptSecrets_OngoingVerification

func (*VerifierHelmer) DeleteRelease

func (verifier *VerifierHelmer) DeleteRelease(_param0 string, _param1 string, _param2 bool) *Helmer_DeleteRelease_OngoingVerification

func (*VerifierHelmer) Env

func (*VerifierHelmer) FetchChart

func (verifier *VerifierHelmer) FetchChart(_param0 string, _param1 *string, _param2 bool, _param3 string, _param4 string) *Helmer_FetchChart_OngoingVerification

func (*VerifierHelmer) FindChart

func (*VerifierHelmer) HelmBinary

func (verifier *VerifierHelmer) HelmBinary() *Helmer_HelmBinary_OngoingVerification

func (*VerifierHelmer) Init

func (verifier *VerifierHelmer) Init(_param0 bool, _param1 string, _param2 string, _param3 bool) *Helmer_Init_OngoingVerification

func (*VerifierHelmer) InstallChart

func (verifier *VerifierHelmer) InstallChart(_param0 string, _param1 string, _param2 string, _param3 *string, _param4 *int, _param5 []string, _param6 []string, _param7 string) *Helmer_InstallChart_OngoingVerification

func (*VerifierHelmer) IsRepoMissing

func (verifier *VerifierHelmer) IsRepoMissing(_param0 string) *Helmer_IsRepoMissing_OngoingVerification

func (*VerifierHelmer) Lint

func (*VerifierHelmer) ListCharts

func (verifier *VerifierHelmer) ListCharts() *Helmer_ListCharts_OngoingVerification

func (*VerifierHelmer) ListRepos

func (*VerifierHelmer) PackageChart

func (verifier *VerifierHelmer) PackageChart() *Helmer_PackageChart_OngoingVerification

func (*VerifierHelmer) RemoveRepo

func (verifier *VerifierHelmer) RemoveRepo(_param0 string) *Helmer_RemoveRepo_OngoingVerification

func (*VerifierHelmer) RemoveRequirementsLock

func (verifier *VerifierHelmer) RemoveRequirementsLock() *Helmer_RemoveRequirementsLock_OngoingVerification

func (*VerifierHelmer) SearchChartVersions

func (verifier *VerifierHelmer) SearchChartVersions(_param0 string) *Helmer_SearchChartVersions_OngoingVerification

func (*VerifierHelmer) SearchCharts

func (verifier *VerifierHelmer) SearchCharts(_param0 string) *Helmer_SearchCharts_OngoingVerification

func (*VerifierHelmer) SetCWD

func (verifier *VerifierHelmer) SetCWD(_param0 string) *Helmer_SetCWD_OngoingVerification

func (*VerifierHelmer) SetHelmBinary

func (verifier *VerifierHelmer) SetHelmBinary(_param0 string) *Helmer_SetHelmBinary_OngoingVerification

func (*VerifierHelmer) SetHost

func (verifier *VerifierHelmer) SetHost(_param0 string) *Helmer_SetHost_OngoingVerification

func (*VerifierHelmer) StatusRelease

func (verifier *VerifierHelmer) StatusRelease(_param0 string, _param1 string) *Helmer_StatusRelease_OngoingVerification

func (*VerifierHelmer) StatusReleases

func (verifier *VerifierHelmer) StatusReleases(_param0 string) *Helmer_StatusReleases_OngoingVerification

func (*VerifierHelmer) UpdateRepo

func (verifier *VerifierHelmer) UpdateRepo() *Helmer_UpdateRepo_OngoingVerification

func (*VerifierHelmer) UpgradeChart

func (verifier *VerifierHelmer) UpgradeChart(_param0 string, _param1 string, _param2 string, _param3 *string, _param4 bool, _param5 *int, _param6 bool, _param7 bool, _param8 []string, _param9 []string, _param10 string) *Helmer_UpgradeChart_OngoingVerification

func (*VerifierHelmer) Version

func (verifier *VerifierHelmer) Version(_param0 bool) *Helmer_Version_OngoingVerification

Jump to

Keyboard shortcuts

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