entity

package
v0.0.0-...-2798f75 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2023 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArgoOptions

type ArgoOptions struct {
	Host     string
	Username string
	Password string
	Token    string
	Update   bool
	FailFast bool
}

type InstallCmdOptions

type InstallCmdOptions struct {
	Kube Kube
	Argo ArgoOptions
	Env  struct {
		Name string
	}
	NewRelic struct {
		Key string
	}
	Codefresh struct {
		Host                   string
		Token                  string
		Integration            string
		Suffix                 string
		SyncMode               string
		ApplicationsForSync    string
		ApplicationsForSyncArr []string
		Provider               string
	}
	Git struct {
		Integration string
		Password    string
	}
	Host struct {
		HttpProxy  string
		HttpsProxy string
	}
	Agent struct {
		Version string
	}
}

type Kube

type Kube struct {
	ManifestPath string
	Namespace    string
	InCluster    bool
	Context      string
	NodeSelector string
	ConfigPath   string

	MasterUrl   string
	BearerToken string
	ClusterName string
}

Jump to

Keyboard shortcuts

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