debug

package
v0.0.0-...-6a1c4ee Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const EnvVarManifestDumper = "INSTALLER_EXPORT_MANIFEST"

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultManifestDumper

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

func (*DefaultManifestDumper) DumpHelmRelease

func (md *DefaultManifestDumper) DumpHelmRelease(rel *release.Release) error

func (*DefaultManifestDumper) DumpUnstructuredResource

func (md *DefaultManifestDumper) DumpUnstructuredResource(filename string, resource *unstructured.Unstructured) error

type ManifestDumper

type ManifestDumper interface {
	DumpHelmRelease(rel *release.Release) error
	DumpUnstructuredResource(component string, resource *unstructured.Unstructured) error
}

func NewManifestDumper

func NewManifestDumper() ManifestDumper

type NoopManifestDumper

type NoopManifestDumper struct {
}

func (*NoopManifestDumper) DumpHelmRelease

func (md *NoopManifestDumper) DumpHelmRelease(rel *release.Release) error

func (*NoopManifestDumper) DumpUnstructuredResource

func (md *NoopManifestDumper) DumpUnstructuredResource(component string, resource *unstructured.Unstructured) error

Jump to

Keyboard shortcuts

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