agent

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2023 License: BSD-3-Clause Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Agent

type Agent struct {
	APIURL       *url.URL
	Token        string
	ClusterID    string
	CloudType    string
	CloudRegion  string
	Distribution string
	Namespace    string
	ArgoCDImage  string
	RedisImage   string
	// contains filtered or unexported fields
}

Agent configures the cluster agent

func (*Agent) Run

func (a *Agent) Run(ctx context.Context) error

Run starts the cluster agent

type OpenshiftVersion added in v0.6.0

type OpenshiftVersion struct {
	Status OpenshiftVersionStatus
}

type OpenshiftVersionDesired added in v0.6.0

type OpenshiftVersionDesired struct {
	Version string
}

type OpenshiftVersionHistory added in v0.6.0

type OpenshiftVersionHistory struct {
	State          string
	Verified       bool
	Version        string
	CompletionTime time.Time
}

type OpenshiftVersionStatus added in v0.6.0

type OpenshiftVersionStatus struct {
	Desired OpenshiftVersionDesired
	History []OpenshiftVersionHistory
}

type SemanticVersion added in v0.6.0

type SemanticVersion struct {
	Major string
	Minor string
	Patch string
}

Jump to

Keyboard shortcuts

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