kr8s-org / kr8s

A batteries-included Python client library for Kubernetes that feels familiar for folks who already know how to use kubectl
https://kr8s.org
BSD 3-Clause "New" or "Revised" License
799 stars 43 forks source link

Add missing version to examples of `new_class()` #458

Closed jacobtomlinson closed 1 month ago

jacobtomlinson commented 1 month ago

I noticed via this Stack Overflow question that the code examples of using new_class() were missing the full version. I assume this typo was made once and copied over and over.

Examples should work now.