Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonReason ¶
type CommonReason string
CommonReason is a reason for a condition.
const ( // ReconciliationError is the condition type for an error during reconciliation. ReconciliationError CommonReason = "ReconciliationError" // ReconciliationSuccess is the condition type for a successful reconciliation. ReconciliationSuccess CommonReason = "ReconciliationSuccess" )
Reasons that apply to all CRDs.
const ( // ChangeTransferPolicyNotReady is the condition type for a change transfer policy not being ready. ChangeTransferPolicyNotReady CommonReason = "ChangeTransferPolicyNotReady" // PreviousEnvironmentCommitStatusNotReady is the condition type for a previous environment commit status not being ready. PreviousEnvironmentCommitStatusNotReady CommonReason = "PreviousEnvironmentCommitStatusNotReady" )
Reasons that apply to PromotionStrategy.
const ( // CommitStatusesNotReady is the condition type for commit statuses not being ready. CommitStatusesNotReady CommonReason = "CommitStatusesNotReady" )
Reasons that apply to ArgoCDCommitStatus.
const ( // PullRequestNotReady is the condition type for a pull request not being ready. PullRequestNotReady CommonReason = "PullRequestNotReady" )
Reasons that apply to ChangeTransferPolicy.
type CommonType ¶
type CommonType string
CommonType is a type of condition.
const ( // Ready is the condition type for a resource that is ready. Ready CommonType = "Ready" )
PromotionStrategyConditionType values
Click to show internal directories.
Click to hide internal directories.