Documentation
¶
Index ¶
- type Environment
- type Values
- func GetStore() *Values
- func SetAgent(Version string) *Values
- func SetArgo(token string, host string, username string, password string) *Values
- func SetArgoHost(host string) *Values
- func SetArgoToken(token string) *Values
- func SetCodefresh(host string, token string, integration string) *Values
- func SetEnvironments(environments []Environment) *Values
- func SetGit(Token string) *Values
- func SetGitContext(context codefresh.ContextPayload) *Values
- func SetHeartbeatError(error string) *Values
- func SetSyncOptions(syncMode string, applicationsToSync []string) *Values
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Values ¶
type Values struct {
Agent struct {
Version string
}
Git struct {
Token string
Integration string
Context codefresh.ContextPayload
}
Argo struct {
Username string
Password string
Token string
Host string
}
Codefresh struct {
Host string
Token string
Integration string
SyncMode string
ApplicationsForSync []string
}
Heartbeat struct {
Error string
}
Environments []Environment
}
func SetArgoHost ¶
func SetArgoToken ¶
func SetEnvironments ¶
func SetEnvironments(environments []Environment) *Values
func SetGitContext ¶
func SetGitContext(context codefresh.ContextPayload) *Values
func SetHeartbeatError ¶
func SetSyncOptions ¶
Click to show internal directories.
Click to hide internal directories.