Skip to content

Commit a9a2b3e

Browse files
authored
Merge pull request #622 from fluxcd/api-v1beta2-doc-polarity
2 parents e4d0b53 + 6bf8dc5 commit a9a2b3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/v1beta2/condition_types.go

+5
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,19 @@ const (
4242
// BuildFailedCondition indicates a transient or persistent build failure
4343
// of a Source's Artifact.
4444
// If True, the Source can be in an ArtifactOutdatedCondition.
45+
// This is a "negative polarity" or "abnormal-true" type, and is only
46+
// present on the resource if it is True.
4547
BuildFailedCondition string = "BuildFailed"
4648

4749
// StorageOperationFailedCondition indicates a transient or persistent
4850
// failure related to storage. If True, the reconciliation failed while
4951
// performing some filesystem operation.
52+
// This is a "negative polarity" or "abnormal-true" type, and is only
53+
// present on the resource if it is True.
5054
StorageOperationFailedCondition string = "StorageOperationFailed"
5155
)
5256

57+
// Reasons are provided as utility, and not part of the declarative API.
5358
const (
5459
// URLInvalidReason signals that a given Source has an invalid URL.
5560
URLInvalidReason string = "URLInvalid"

0 commit comments

Comments
 (0)