providers

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2022 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Logger logr.Logger
	Github *github.Config
}

func (*Config) Init

func (c *Config) Init(ctx context.Context, cache *cache.Cache) (*Provider, error)

type Provider

type Provider struct {
	Github *github.Provider
	Helm   *helm.Provider
	// contains filtered or unexported fields
}

func (*Provider) GetVersions

func (p *Provider) GetVersions(conf v1alpha1.RemoteVersion) ([]string, error)

type ProviderType

type ProviderType string
const (
	Github ProviderType = "github"
	Helm   ProviderType = "helm"
)

func (ProviderType) String

func (p ProviderType) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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