godaddy / godaddy/kubernetes-client
Support for apiextensions.k8s.io/v1
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 962
- Forks
- 189
- PR merge metrics
- No merged PRs in 30d
Description
In Kubernetes v1.16 the apiextensions.k8s.io/v1beta1 is being marked as deprecated and due to be removed in Kubernetes v1.19:
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.16.md#deprecations-and-removals
kubernetes-client/javascript added support for apiextensions.k8s.io/v1 from v0.12.0.
kubernetes-client/javascript#438
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the client's existing apiextensions.k8s.io/v1beta1 support with the v1 support described in kubernetes-client/javascript#438 and the Kubernetes deprecation reference. Trace where this API version is represented in the client, then verify that apiextensions.k8s.io/v1 operations are supported without relying on the deprecated version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, kubernetes, node.js
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100