godaddy / godaddy/kubernetes-client

Support for apiextensions.k8s.io/v1

Open
#645 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.