Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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
Click to show internal directories.
Click to hide internal directories.