image-automation-controller/api
Michael Bridgen 99a1e39675 Port to conditions helpers
This commit rewrites the controller code so it uses the conditions
helpers from fluxcd/pkg/runtime/conditions.

It needs the fluxcd/source-controller/api module from the
reconcilers-dev branch, otherwise they will disagree on the methods in
fluxcd/pkg/apis/meta. Hence, variations on

    go get github.com/fluxcd/source-controller{,api}@reconcilers-dev

until I got both ./go.mod and ./api/go.mod to use modules from the
branch.

Signed-off-by: Michael Bridgen <michael@weave.works>
2021-11-30 16:29:40 +05:30
..
v1alpha1 Port to conditions helpers 2021-11-30 16:29:40 +05:30
v1alpha2 Port to conditions helpers 2021-11-30 16:29:40 +05:30
v1beta1 Port to conditions helpers 2021-11-30 16:29:40 +05:30
go.mod Port to conditions helpers 2021-11-30 16:29:40 +05:30
go.sum Port to conditions helpers 2021-11-30 16:29:40 +05:30