helm

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 18, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RepositoryPublicKey  = "repository.key"
	RepositoryPrivateKey = "private.key"
)
View Source
const Name = "helm"

Variables

This section is empty.

Functions

func NewClient

func NewClient(registry, repository string, opts ...hclient.Option) (packages.Client, error)

Types

type Package

type Package struct {
	*chart.Metadata `json:",inline"`
	PkgDigest       string `json:"digest"`
	PkgSize         int64  `json:"size"`
	FilePath        string `json:"filePath"`
	// contains filtered or unexported fields
}

func NewPackage

func NewPackage(r io.Reader) (*Package, error)

func (*Package) Arch

func (p *Package) Arch() string

func (*Package) Close

func (p *Package) Close() error

func (*Package) Digest

func (p *Package) Digest() digest.Digest

func (*Package) Name

func (p *Package) Name() string

func (*Package) Path

func (p *Package) Path() string

func (*Package) Read

func (p *Package) Read(b []byte) (n int, err error)

func (*Package) Size

func (p *Package) Size() int64

func (*Package) Version

func (p *Package) Version() string

type SetupArgs

type SetupArgs struct {
	User     string
	Password string
	Scheme   string
	Host     string
	Path     string
	Name     string
}

Jump to

Keyboard shortcuts

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