fetch

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2020 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Factory

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

func NewFactory

func NewFactory(coreClient kubernetes.Interface) Factory

func (Factory) NewGit

func (f Factory) NewGit(opts v1alpha1.AppFetchGit, nsName string) *Git

func (Factory) NewHTTP

func (f Factory) NewHTTP(opts v1alpha1.AppFetchHTTP, nsName string) *HTTP

func (Factory) NewHelmChart

func (f Factory) NewHelmChart(opts v1alpha1.AppFetchHelmChart, nsName string) *HelmChart

func (Factory) NewImage

func (f Factory) NewImage(opts v1alpha1.AppFetchImage, nsName string) *Image

func (Factory) NewInline

func (f Factory) NewInline(opts v1alpha1.AppFetchInline, nsName string) *Inline

type Git

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

func NewGit

func NewGit(opts v1alpha1.AppFetchGit, nsName string, coreClient kubernetes.Interface) *Git

func (*Git) Retrieve

func (t *Git) Retrieve(dstPath string) error

type HTTP

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

func NewHTTP

func NewHTTP(opts v1alpha1.AppFetchHTTP, nsName string, coreClient kubernetes.Interface) *HTTP

func (*HTTP) Retrieve

func (t *HTTP) Retrieve(dstPath string) error

type HelmChart

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

func NewHelmChart

func NewHelmChart(opts v1alpha1.AppFetchHelmChart, nsName string, coreClient kubernetes.Interface) *HelmChart

func (*HelmChart) Retrieve

func (t *HelmChart) Retrieve(dstPath string) error

type Image

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

func NewImage

func NewImage(opts v1alpha1.AppFetchImage, nsName string, coreClient kubernetes.Interface) *Image

func (*Image) Retrieve

func (t *Image) Retrieve(dstPath string) error

type Inline

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

func NewInline

func NewInline(opts v1alpha1.AppFetchInline, nsName string, coreClient kubernetes.Interface) *Inline

func (*Inline) Retrieve

func (t *Inline) Retrieve(dstPath string) error

Jump to

Keyboard shortcuts

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