Skip to content

Commit 83873ef

Browse files
authored
Merge pull request kubernetes#1914 from wojtek-t/deprecate_selflink_new_format
Update KEP to remove selflink to a new template
2 parents bca65ba + 36e4e89 commit 83873ef

File tree

2 files changed

+40
-20
lines changed

2 files changed

+40
-20
lines changed

keps/sig-api-machinery/20190711-remove-selflink.md renamed to keps/sig-api-machinery/1164-remove-selflink/README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
1-
---
2-
title: Deprecate and remove SelfLink
3-
authors:
4-
- "@wojtek-t"
5-
owning-sig: sig-api-machinery
6-
participating-sigs:
7-
- sig-scalability
8-
reviewers:
9-
- "@liggitt"
10-
- "@smarterclayton"
11-
approvers:
12-
- "@lavalamp"
13-
- "@deads2k"
14-
editor: "@wojtek-t"
15-
creation-date: 2019-07-11
16-
last-updated: 2019-07-24
17-
status: implementable
18-
---
19-
20-
# Deprecate and Remove SelfLink
1+
# KEP-1164: Deprecate and Remove SelfLink
212

223
## Table of Contents
234

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
title: Deprecate and remove SelfLink
2+
kep-number: 1164
3+
authors:
4+
- "@wojtek-t"
5+
owning-sig: sig-api-machinery
6+
participating-sigs:
7+
- sig-scalability
8+
reviewers:
9+
- "@liggitt"
10+
- "@smarterclayton"
11+
approvers:
12+
- "@lavalamp"
13+
- "@deads2k"
14+
creation-date: 2019-07-11
15+
last-updated: 2019-07-24
16+
status: implementable
17+
18+
# The target maturity stage in the current dev cycle for this KEP.
19+
stage: alpha
20+
21+
# The most recent milestone for which work toward delivery of this KEP has been
22+
# done. This can be the current (upcoming) milestone, if it is being actively
23+
# worked on.
24+
latest-milestone: "v1.19"
25+
26+
# The milestone at which this feature was, or is targeted to be, at each stage.
27+
milestone:
28+
alpha: "v1.16"
29+
beta: "v1.20"
30+
stable: "v1.21"
31+
32+
# The following PRR answers are required at alpha release
33+
# List the feature gate name and the components for which it must be enabled
34+
feature-gates:
35+
- name: RemoveSelfLink
36+
components:
37+
- kube-apiserver
38+
39+
disable-supported: true

0 commit comments

Comments
 (0)