Arnavion / k8s-openapi

Rust definitions of the resource types in the Kubernetes client API
Apache License 2.0
373 stars 42 forks source link

Add `latest` and `earliest` version features that track highest and lowest supported version #140

Closed Arnavion closed 1 year ago

Arnavion commented 1 year ago

A few repos like akri have the version feature frozen at a version that happened to be latest version at one time, but then became stale even as the k8s-openapi version was bumped. They may be better served by a latest version feature. And if adding a latest feature, might as well add an earliest feature too.

jesperpedersen commented 1 year ago

:+1: