-
- Downloads
Move `StatusChecker` to separate and generic pkg
This commit moves the `StatusChecker` to a separate package, while
making it more generic so that it is able to assess the status of any
given set of `object.ObjMetadata` identifiers.
Signed-off-by:
Hidde Beydals <hello@hidde.co>
Showing
- cmd/flux/bootstrap.go 12 additions, 6 deletionscmd/flux/bootstrap.go
- cmd/flux/check.go 12 additions, 6 deletionscmd/flux/check.go
- cmd/flux/install.go 12 additions, 4 deletionscmd/flux/install.go
- cmd/flux/status.go 1 addition, 102 deletionscmd/flux/status.go
- pkg/log/log.go 1 addition, 1 deletionpkg/log/log.go
- pkg/status/status.go 109 additions, 0 deletionspkg/status/status.go
Loading
Please register or sign in to comment