release

package
v3.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Components

type Components struct {
	SystemdExtensions []SystemdExtension `yaml:"systemd,omitempty" validate:"dive"`
	HelmCharts        []HelmChart        `yaml:"helm,omitempty" validate:"dive"`
	Kubernetes        *struct{}          `yaml:"kubernetes,omitempty"`
}

func (*Components) HelmValueFiles

func (c *Components) HelmValueFiles() map[string]string

type HelmChart

type HelmChart struct {
	Name        string            `yaml:"chart" validate:"required"`
	ValuesFile  string            `yaml:"valuesFile,omitempty"`
	Credentials *auth.Credentials `yaml:"credentials,omitempty"`
}

type Release

type Release struct {
	ManifestURI string     `yaml:"manifestURI" validate:"required"`
	Components  Components `yaml:"components,omitempty"`
}

type SystemdExtension

type SystemdExtension struct {
	Name string `yaml:"extension" validate:"required"`
}

Jump to

Keyboard shortcuts

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