-
- Downloads
fix: wait for Source objects observed generation
This ensures the command will wait for the object to report a Ready
Condition with an ObservedGeneration matching the Generation of the
resource. Ensuring that when a "create" is actually a mutation, it waits
instead of prematurely assuming the Source to be Ready.
Signed-off-by:
Hidde Beydals <hello@hidde.co>
Showing
- cmd/flux/create_source_bucket.go 29 additions, 0 deletionscmd/flux/create_source_bucket.go
- cmd/flux/create_source_git.go 13 additions, 4 deletionscmd/flux/create_source_git.go
- cmd/flux/create_source_git_test.go 15 additions, 12 deletionscmd/flux/create_source_git_test.go
- cmd/flux/create_source_helm.go 8 additions, 6 deletionscmd/flux/create_source_helm.go
- cmd/flux/reconcile_source_bucket.go 0 additions, 32 deletionscmd/flux/reconcile_source_bucket.go
- go.mod 1 addition, 0 deletionsgo.mod
- go.sum 11 additions, 0 deletionsgo.sum
Loading
Please register or sign in to comment