Open Issues Need Help
View All on GitHubRust Kubernetes client and controller runtime
Rust Kubernetes client and controller runtime
Rust Kubernetes client and controller runtime
Rust Kubernetes client and controller runtime
Rust Kubernetes client and controller runtime
Rust Kubernetes client and controller runtime
Rust Kubernetes client and controller runtime
Rust Kubernetes client and controller runtime
Rust Kubernetes client and controller runtime
Rust Kubernetes client and controller runtime
Rust Kubernetes client and controller runtime
Rust Kubernetes client and controller runtime
Rust Kubernetes client and controller runtime
Rust Kubernetes client and controller runtime
AI Summary: The `rustls-pemfile` crate is unmaintained and archived, with users encouraged to migrate to `rustls-pki-types` version 1.9.0 or newer for PEM parsing. Migration should be straightforward as `rustls-pemfile` already wraps the same underlying code, with the new API being the `PemObject` trait in `rustls-pki-types`.
Rust Kubernetes client and controller runtime
AI Summary: Implement support for the Kubernetes Pod's `resize` subresource in the kube-rs client library. This involves adding typed interfaces for the subresource, leveraging existing subresource handling mechanisms, and potentially using the `k8s_if_ge_1_33` macro for Kubernetes version compatibility. The implementation should be added to the `kube-client` and `kube-core` crates, and documented appropriately.
Rust Kubernetes client and controller runtime