Documentation
¶
Index ¶
Constants ¶
View Source
const ( AutomationTypeHelm AutomationType = "helm" AutomationTypeKustomize AutomationType = "kustomize" ConfigTypeUserRepo ConfigType = "" ConfigTypeNone ConfigType = "NONE" )
Variables ¶
This section is empty.
Functions ¶
func IsExternalConfigUrl ¶
Types ¶
type Application ¶
type Application struct {
Name string
Namespace string
HelmSourceURL string
GitSourceURL gitproviders.RepoURL
ConfigURL gitproviders.RepoURL
Branch string
Path string
AutomationType AutomationType
SourceType SourceType
HelmTargetNamespace string
}
type AutomationType ¶
type AutomationType string
type ConfigType ¶
type ConfigType string
type SourceType ¶
type SourceType string
const ( SourceTypeGit SourceType = "git" SourceTypeHelm SourceType = "helm" )
Click to show internal directories.
Click to hide internal directories.