reconcilerio / dies

immutable, fluent, builders for Kubernetes resources
Apache License 2.0
8 stars 4 forks source link

feat: support Kubernetes 1.29 #122

Closed mamachanko closed 8 months ago

mamachanko commented 9 months ago

It may not yet include all new types introduced by Kubernetes 1.29, but ./hack/update-codegen.sh passes and leaves the worktree clean.

Addresses https://github.com/scothis/dies/issues/121.

scothis commented 8 months ago

thanks @mamachanko. I added dies for new fields within existing types and a few other minor issues.