Documentation
¶
Index ¶
Constants ¶
View Source
const ( AutomationTypeHelm AutomationType = "helm" AutomationTypeKustomize AutomationType = "kustomize" SourceTypeGit SourceType = "git" SourceTypeHelm SourceType = "helm" )
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 SourceType ¶
type SourceType string
Click to show internal directories.
Click to hide internal directories.