-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.needs-sigIndicates an issue or PR lacks a `sig/foo` label and requires one.Indicates an issue or PR lacks a `sig/foo` label and requires one.
Description
Enhancement Description
- One-line enhancement description (can be used as a release note):
Enabling clients to tell if resource endpoints serve the same set of objects
- Kubernetes Enhancement Proposal:
We propose to expand the discovery API to enable clients to tell if resource
endpoints (e.g., extensions/v1beta1/replicaset and apps/v1/replicaset) are
referring the same set of objects.
Motivation
Today, some workload objects (e.g., replicasets) are accessible from both the
extensions and the apps endpoints. This can happen to more of Kubernetes
APIs in the future. Enabling the clients to programmatically detect aliasing
endpoints can improve both the correctness and the efficiency.
- Discussion Link:
- Primary contact (assignee): @xuchao
- Responsible SIGs: sig-api-machinery
- Enhancement target (which target equals to which milestone):
- Alpha release target (x.y):
- Beta release target (x.y):
- Stable release target (x.y):
- Alpha
- KEP (
k/enhancements) update PR(s): - Code (
k/k) update PR(s): - Docs (
k/website) update PR(s):
- KEP (
Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.needs-sigIndicates an issue or PR lacks a `sig/foo` label and requires one.Indicates an issue or PR lacks a `sig/foo` label and requires one.