Arnavion / k8s-openapi

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

Can't find `meta/v1/Duration` #141

Closed chubei closed 1 year ago

chubei commented 1 year ago

I can't find the Rust counterpart of this go type. Am I missing something obvious?

Arnavion commented 1 year ago

It doesn't exist in https://raw.githubusercontent.com/kubernetes/kubernetes/master/api/openapi-spec/swagger.json

Probably because no type in the spec actually uses it.

chubei commented 1 year ago

Thanks! Closing.