service

package
v0.0.0-...-7c671ba Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2022 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetService

type GetService struct {
	// contains filtered or unexported fields
}

GetService structure definition

func (*GetService) Get

func (g *GetService) Get() error

Get methods downloads the index file and the Helm charts to the working directory.

type GetServiceInterface

type GetServiceInterface interface {
	Get() error
}

GetServiceInterface defines a Get service

func NewGetService

func NewGetService(config repo.Entry, allVersions bool, verbose bool, ignoreErrors bool, logger *log.Logger, newRootURL string, chartName string, chartVersion string) GetServiceInterface

NewGetService return a new instance of GetService

type ImagesService

type ImagesService struct {
	// contains filtered or unexported fields
}

ImagesService structure definition

func (*ImagesService) Images

func (i *ImagesService) Images() error

Images extracts al the images in the Helm Charts downloaded by the get command

type ImagesServiceInterface

type ImagesServiceInterface interface {
	Images() error
}

ImagesServiceInterface defines a Get service

func NewImagesService

func NewImagesService(target string, verbose bool, ignoreErrors bool, formatter formatter.Formatter, logger *log.Logger) ImagesServiceInterface

NewImagesService return a new instance of ImagesService

Jump to

Keyboard shortcuts

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