anguslees / kubernetes-rs

Kubernetes API client library for Rust
Apache License 2.0
66 stars 4 forks source link

#19: Add the ContainersReady pod status #20

Closed rbtcollins closed 5 years ago

rbtcollins commented 5 years ago

This is really only part of the work needed.

Due to the 1.11 ReadinessGate feature ( https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-readiness-gate ) PodStatus is no longer strictly definable, as it can be of arbitrary length and contents.