Commit c6e8ce2
authored
import ACK runtime pkg/condition in sdk.go (#193)
Adds the `pkg/condition` package from ACK runtime into
`pkg/resource/{RESOURCE}/sdk.go` file. This makes the various common ACK
runtime condition functions like `SetSynced` available to hook code that
may be injected into sdk.go code paths.
Signed-off-by: Jay Pipes <jaypipes@gmail.com>
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.1 parent 427af3a commit c6e8ce2
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments