-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Api Object Templates #3
Comments
pwittrock
added a commit
to pwittrock/kubernetes
that referenced
this issue
May 16, 2016
Feature Issue: kubernetes/enhancements#3
pwittrock
added a commit
to pwittrock/kubernetes
that referenced
this issue
May 16, 2016
- Add etcd storage for Template object - Add stragegy for Template object - Register Template Api types in the extensions api - Register Template Api CRUD and Process endpoints in the master Feature Issue: kubernetes/enhancements#3
pwittrock
added a commit
to pwittrock/kubernetes
that referenced
this issue
May 17, 2016
Feature Issue: kubernetes/enhancements#3 - Add Template types to extensions/types.go and extensions/v1beta1/types.go - Add etcd storage for Template object - Add stragegy for Template object - Register Template Api types in the extensions api - Register Template Api CRUD and Process endpoints in the master - Add generated client expansions - Add kubectl 'get' and 'describe' support for Template Api objects
pwittrock
added a commit
to pwittrock/kubernetes
that referenced
this issue
May 17, 2016
Feature Issue: kubernetes/enhancements#3
k8s-ci-robot
pushed a commit
that referenced
this issue
Jan 14, 2019
Remove blocks for updates to securitycontext + other stylistic changes
ingvagabund
pushed a commit
to ingvagabund/enhancements
that referenced
this issue
Apr 2, 2020
enhancements/template: Drop 'enhancement(s)-' prefix
ingvagabund
pushed a commit
to ingvagabund/enhancements
that referenced
this issue
Apr 2, 2020
…/kargs-day-1 Add Crawford into reviewers and approvers list
k8s-ci-robot
pushed a commit
that referenced
this issue
May 13, 2021
Ensure Implementation stategy captured in the KEP matches latest implementation
astoycos
pushed a commit
to astoycos/enhancements-1
that referenced
this issue
Sep 27, 2021
Add detail about future work and alternative approaches
k8s-ci-robot
pushed a commit
that referenced
this issue
Jun 17, 2022
chore: rename to `key_id` and use bytes for metadata
howardjohn
pushed a commit
to howardjohn/enhancements
that referenced
this issue
Oct 21, 2022
Add templates for promoting features
Closed
justinsb
pushed a commit
to justinsb/features
that referenced
this issue
Jan 26, 2023
* More clearly delineate specification vs kubectl details * Move design details of spec to Design Details section
k8s-ci-robot
pushed a commit
that referenced
this issue
Feb 9, 2023
…ategy (#3661) * Initial KEP for improving pruning in kubectl apply * Add design details Co-authored-by: Katrina Verey <katrina.verey@shopify.com> * Add another open question * Links, clarifications, ownerRef and GKNN explanations * Follow-on to initial feedback, address some unresolved blocks * Fix lint errors * Add more detail about reference implementation (#2) * Apply prune jan25 (#3) * More clearly delineate specification vs kubectl details * Move design details of spec to Design Details section * Updates from synchronous conversation * Remove leftover paragraph (#5) Not an alternative rejected any more, given applyset.k8s.io/inventory * Justin has always been coauthor * KEP-3659: production readiness etc (#4) Fill in the testing/ PRR sections. * Fix test failures * Prune: document confused deputy attack and mitigations Likely pushes us to GKNN-derived IDs. * Constrain applyset id We just choose the constrained applyset id to prevent "applyset ID impersonation". * Update KEP and PRR metadata * Enhance testing description * ID vs name fixes * Fixes from soltysh's review --------- Co-authored-by: Justin Santa Barbara <justinsb@google.com>
k8s-ci-robot
pushed a commit
that referenced
this issue
Jun 13, 2023
address review feedback (part 2)
shaneutt
pushed a commit
to shaneutt/enhancements
that referenced
this issue
Jan 30, 2024
Update Summary and Goals
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for wanting to add a feature to Kubernetes! You will be responsible for guiding
your feature through completion, and asking the right people for approvals.
Large features typically go through three stages: Alpha, Beta, and Stable
Each stage requires various approvals from various teams.
You can use the checkboxes below to
track your progress. You can delete the text above once you have read it. Please keep the checklist.
/pkg/apis/...
)FEATURE_STATUS is used for feature tracking and to be updated by @kubernetes/feature-reviewers.
FEATURE_STATUS: IN_DEVELOPMENT
More advice:
Design
Coding
and sometimes http://github.com/kubernetes/contrib, or other repos.
check that the code matches the proposed feature and design, and that everything is done, and that there is adequate
testing. They won't do detailed code review: that already happened when your PRs were reviewed.
When that is done, you can check this box and the reviewer will apply the "code-complete" label.
Docs
The text was updated successfully, but these errors were encountered: