fake

package
v1.11.3 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeProxy

type FakeProxy struct {
	Releases []release.Release
}

func (*FakeProxy) CreateRelease

func (f *FakeProxy) CreateRelease(name, namespace, values string, ch *chart.Chart) (*release.Release, error)

func (*FakeProxy) DeleteRelease

func (f *FakeProxy) DeleteRelease(name, namespace string, purge bool) error

func (*FakeProxy) GetRelease

func (f *FakeProxy) GetRelease(name, namespace string) (*release.Release, error)

func (*FakeProxy) GetReleaseStatus

func (f *FakeProxy) GetReleaseStatus(relName string) (release.Status_Code, error)

func (*FakeProxy) ListReleases

func (f *FakeProxy) ListReleases(namespace string, releaseListLimit int, status string) ([]proxy.AppOverview, error)

func (*FakeProxy) ResolveManifest

func (f *FakeProxy) ResolveManifest(namespace, values string, ch *chart.Chart) (string, error)

func (*FakeProxy) ResolveManifestFromRelease added in v1.5.0

func (f *FakeProxy) ResolveManifestFromRelease(releaseName string, revision int32) (string, error)

func (*FakeProxy) RollbackRelease added in v1.5.0

func (f *FakeProxy) RollbackRelease(name, namespace string, revision int32) (*release.Release, error)

func (*FakeProxy) TestRelease added in v1.8.0

func (f *FakeProxy) TestRelease(name, namespace string) (*proxy.TestStatus, error)

func (*FakeProxy) UpdateRelease

func (f *FakeProxy) UpdateRelease(name, namespace string, values string, ch *chart.Chart) (*release.Release, error)

Jump to

Keyboard shortcuts

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