Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReleaseCmd ¶
func NewReleaseCmd(o *ReleaseOptions) *cobra.Command
Types ¶
type ArtifactWriter ¶
type ArtifactWriter struct {
// contains filtered or unexported fields
}
func NewArtifactWriter ¶
func NewArtifactWriter(pkg string, version string, packageTemplate *kcdatav1alpha1.Package, metadataTemplate *kcdatav1alpha1.PackageMetadata, artifactDir string, ui cmdcore.AuthoringUI) *ArtifactWriter
func (*ArtifactWriter) Write ¶
func (w *ArtifactWriter) Write(appSpec *kcv1alpha1.AppSpec, valuesSchema *kcdatav1alpha1.ValuesSchema) error
func (*ArtifactWriter) WriteRepoOutput ¶
func (w *ArtifactWriter) WriteRepoOutput(appSpec *kcv1alpha1.AppSpec, valuesSchema *kcdatav1alpha1.ValuesSchema, path string) error
type ReleaseOptions ¶
type ReleaseOptions struct {
// contains filtered or unexported fields
}
func NewReleaseOptions ¶
func NewReleaseOptions(ui ui.UI, depsFactory cmdcore.DepsFactory, logger logger.Logger) *ReleaseOptions
func (*ReleaseOptions) Run ¶
func (o *ReleaseOptions) Run() error
Click to show internal directories.
Click to hide internal directories.