Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactWrapper ¶
type ArtifactWrapper struct {
profilesv1.Artifact
NestedProfileSubDirectoryName string
PathToProfileClone string
ProfileName string
}
ArtifactWrapper contains an artifact and related information
type ArtifactWriter ¶
type ArtifactWriter interface {
Write(installation profilesv1.ProfileInstallation, artifacts []ArtifactWrapper) error
}
ArtifactWriter can build an artifacts from an installation and a profile artifact.
type Writer ¶
Writer will build helm chart resources.
func (*Writer) Write ¶
func (c *Writer) Write(installation profilesv1.ProfileInstallation, artifacts []ArtifactWrapper) error
Build a single artifact from a profile artifact and installation.
Click to show internal directories.
Click to hide internal directories.