tintoy / dotnet-kube-client

A Kubernetes API client for .NET Standard / .NET Core
MIT License
192 stars 33 forks source link

can not find ttlSecondsAfterFinished in JobV1 #110

Open llkllk opened 4 years ago

llkllk commented 4 years ago

can not find ttlSecondsAfterFinished in JobV1

tintoy commented 4 years ago

Probably because that field was introduced in a more recent version of the K8s API than the one used to generate the model (we generate models from the K8s Swagger / OpenAPI documents).

I'll look into adding that field later today.