release

package
v4.0.5 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2026 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var NewAccessor func(rel Releaser) (Accessor, error) = newDefaultAccessor //nolint:revive
View Source
var NewHookAccessor func(rel Hook) (HookAccessor, error) = newDefaultHookAccessor //nolint:revive

Functions

This section is empty.

Types

type Accessor

type Accessor interface {
	Name() string
	Namespace() string
	Version() int
	Hooks() []Hook
	Manifest() string
	Notes() string
	Labels() map[string]string
	Chart() chart.Charter
	Status() string
	ApplyMethod() string
	DeployedAt() time.Time
}

type Hook

type Hook interface{}

type HookAccessor

type HookAccessor interface {
	Path() string
	Manifest() string
}

type Releaser

type Releaser interface{}

type UninstallReleaseResponse

type UninstallReleaseResponse struct {
	// Release is the release that was marked deleted.
	Release Releaser `json:"release,omitempty"`
	// Info is an uninstall message
	Info string `json:"info,omitempty"`
}

UninstallReleaseResponse represents a successful response to an uninstall request.

Directories

Path Synopsis
v1

Jump to

Keyboard shortcuts

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