anowell / kubeclient-rs

Kubernetes API client in Rust
MIT License
30 stars 12 forks source link

"Preferences" is optional and can be missing in some cases. #7

Closed ndenev closed 6 years ago

ndenev commented 6 years ago

In my environment this field is missing in some configs and this breaks kubeclient-rs. Wrapping the field in Option fixes it.

anowell commented 6 years ago

Thanks. Merged.