Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Functions ¶
Types ¶
type CreateApplicationOutput ¶ added in v1.34.0
type CreateApplicationOutput struct {
Application models.ApplicationRegistration `json:"application"`
DeployKey string `json:"deployKey"`
}
type GetApplicationResponse ¶ added in v1.35.0
type GetApplicationResponse struct {
Applications []string `json:"applications,omitempty"`
}
Source Files
¶
- create.go
- createApplication.go
- createApplyConfigPipelineJob.go
- createBuildDeployPipelineJob.go
- createBuildPipelineJob.go
- createDeployPipelineJob.go
- createEnvironment.go
- createPipelineJob.go
- createPromotePipelineJob.go
- delete.go
- deleteApplication.go
- deleteEnvironment.go
- get.go
- getApplication.go
- getBranchEnvironment.go
- getClusterConfig.go
- getConfig.go
- getContext.go
- getDeployment.go
- getScheduledJobs.go
- getVulnerability.go
- login.go
- logout.go
- logs.go
- logsEnvironment.go
- logsEnvironmentComponent.go
- logsPipelineJob.go
- restart.go
- restartApplication.go
- restartComponent.go
- restartEnvironment.go
- restartPipelineJob.go
- root.go
- scale.go
- scaleComponent.go
- set.go
- setBuildSecret.go
- setContext.go
- setEnvironmentSecret.go
- setEnvironmentVariable.go
- setExternalDnsTls.go
- setPrivateImageHubSecret.go
- start.go
- startApplication.go
- startComponent.go
- startEnvironment.go
- stop.go
- stopApplication.go
- stopComponent.go
- stopEnvironment.go
- stopScheduledJobs.go
- validate.go
- validateRadixConfig.go
- version.go
Click to show internal directories.
Click to hide internal directories.