LeastAuthority / txkube

A Twisted-based Kubernetes client.
MIT License
12 stars 6 forks source link

Define the behaviors for model objects correctly for Kubernetes 1.9.x and newer #200

Closed exarkun closed 5 years ago

exarkun commented 5 years ago

A bunch of model types with special support in txkube were renamed in Kubernetes 1.9.x. This broke the additional behavior defined for those types.

Update the model for 1.9.x to fix this.