Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgoConfig ¶
type ArgoConfig struct { Host string Insecure bool PlainText bool GRPCWeb bool Secret ArgoSecret }
type ArgoSecret ¶
type ArgoSecret struct {
Token string
}
type GitSecret ¶
func (GitSecret) GetAuthMethod ¶
func (o GitSecret) GetAuthMethod() transport.AuthMethod
type ImageDefinition ¶
func (ImageDefinition) String ¶
func (i ImageDefinition) String() string
type ListReleases ¶
type ListReleases []*Release
func (ListReleases) GetGitRevision ¶
func (l ListReleases) GetGitRevision() string
func (ListReleases) GetGitURL ¶
func (l ListReleases) GetGitURL() string
Click to show internal directories.
Click to hide internal directories.