You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add conditions::is_accepted for crds - closes#655
Signed-off-by: clux <[email protected]>
* rename to established based on new information + timout guard
Signed-off-by: clux <[email protected]>
* simplify a bit
Signed-off-by: clux <[email protected]>
* traitify condition
Signed-off-by: clux <[email protected]>
* docs for Condition fn trait
Signed-off-by: clux <[email protected]>
* add example for await_condition as well
Signed-off-by: clux <[email protected]>
* fix pedantic lints
Signed-off-by: clux <[email protected]>
See https://github.com/kube-rs/kube-rs/blob/master/examples/crd_apply.rs#L82-L109 for the logic that we used to copy pasted a few places (also in
crd_derive_schema.rs
).The old logic waiting for the
NamesAccepted
condition deserves a rewrite to usekube_runtime
's new await_condition.If it feels useful, a helper fn inside conditions would also be useful
The text was updated successfully, but these errors were encountered: