Documentation ¶
Index ¶
Constants ¶
View Source
const ( MaxKubernetesResourceNameLength = 63 AppCRDPath = "wego-system.yaml" RuntimePath = "gitops-runtime.yaml" SourcePath = "flux-source-resource.yaml" SystemKustResourcePath = "flux-system-kustomization-resource.yaml" UserKustResourcePath = "flux-user-kustomization-resource.yaml" SystemKustomizationPath = "kustomization.yaml" WegoAppPath = "wego-app.yaml" WegoConfigPath = "wego-config.yaml" WegoProfilesPath = "profiles.yaml" )
Variables ¶
This section is empty.
Functions ¶
func ApplicationNameTooLong ¶ added in v0.6.2
func CreateClusterSourceName ¶ added in v0.6.2
func CreateClusterSourceName(gitSourceURL gitproviders.RepoURL) string
Types ¶
type GeneratedSecretName ¶ added in v0.6.2
type GeneratedSecretName string
func CreateRepoSecretName ¶ added in v0.6.2
func CreateRepoSecretName(gitSourceURL gitproviders.RepoURL) GeneratedSecretName
func (GeneratedSecretName) String ¶ added in v0.6.2
func (s GeneratedSecretName) String() string
Click to show internal directories.
Click to hide internal directories.