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
Click to show internal directories.
Click to hide internal directories.