conditions

package
v0.18.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL