File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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.
5358const (
5459 // URLInvalidReason signals that a given Source has an invalid URL.
5560 URLInvalidReason string = "URLInvalid"
You can’t perform that action at this time.
0 commit comments