Documentation
¶
Index ¶
Constants ¶
View Source
const ( GitOpsCommitDefaultEmailId = "devtron-bot@devtron.ai" GitOpsCommitDefaultName = "devtron bot" )
View Source
const BITBUCKET_PROVIDER = "BITBUCKET_CLOUD"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitbucketProviderMetadata ¶
TODO: remove below object and its related methods to eliminate provider specific signature
type GitOpsConfigurationStatus ¶
type GitOpsConfigurationStatus struct { IsGitOpsConfigured bool IsArgoCdInstalled bool AllowCustomRepository bool Provider string }
func (*GitOpsConfigurationStatus) IsGitOpsConfiguredAndArgoCdInstalled ¶ added in v1.4.0
func (g *GitOpsConfigurationStatus) IsGitOpsConfiguredAndArgoCdInstalled() bool
Click to show internal directories.
Click to hide internal directories.