File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,19 @@ const (
42
42
// BuildFailedCondition indicates a transient or persistent build failure
43
43
// of a Source's Artifact.
44
44
// 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.
45
47
BuildFailedCondition string = "BuildFailed"
46
48
47
49
// StorageOperationFailedCondition indicates a transient or persistent
48
50
// failure related to storage. If True, the reconciliation failed while
49
51
// 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.
50
54
StorageOperationFailedCondition string = "StorageOperationFailed"
51
55
)
52
56
57
+ // Reasons are provided as utility, and not part of the declarative API.
53
58
const (
54
59
// URLInvalidReason signals that a given Source has an invalid URL.
55
60
URLInvalidReason string = "URLInvalid"
You can’t perform that action at this time.
0 commit comments