kubernetes-client icon indicating copy to clipboard operation
kubernetes-client copied to clipboard

Upgrade Fabric8 Kubernetes Model to Kubernetes v1.34

Open manusa opened this issue 6 months ago • 0 comments

Is your task related to a problem? Please describe

Kubernetes 1.34 (TBD) is scheduled to be released on TBD. Our model should be updated, including any new types and DSL access for new resources.

  • https://www.kubernetes.dev/resources/release/
  • https://github.com/kubernetes/sig-release/tree/master/releases/release-1.34
  • https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.34.md
  • https://github.com/kubernetes/kubernetes/releases/tag/v1.34.0

Describe the solution you'd like

Our model should be updated, including any new types and DSL access for new resources.

Sub Tasks

  • [ ] Investigate model type changes introduced in Kubernetes 1.34
  • [ ] Update kubernetes-model-generator with model type changes
  • [ ] Update KubernetesClient DSL with new DSLs for new model types
  • [ ] Create an issue for the next Kubernetes Release

manusa avatar Apr 30 '25 11:04 manusa