types

package
v0.0.0-...-ff9695f Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2024 License: MIT Imports: 2 Imported by: 0

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

type GitSecret struct {
	Username string
	Password string
}

func (GitSecret) GetAuthMethod

func (o GitSecret) GetAuthMethod() transport.AuthMethod

func (GitSecret) IsZero

func (o GitSecret) IsZero() bool

type ImageDefinition

type ImageDefinition struct {
	Name string
	Tag  string
}

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

type Release

type Release struct {
	ID string

	Name        string
	Cluster     string
	Environment string
	Image       ImageDefinition

	GitURL      string
	GitPath     string
	GitRevision string
}

Jump to

Keyboard shortcuts

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