File tree Expand file tree Collapse file tree 28 files changed +285
-313
lines changed
1152-less-object-serializations
598-crd-conversion-webhook
95-custom-resource-definitions Expand file tree Collapse file tree 28 files changed +285
-313
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- title : Union types
3
- authors :
4
- - " @apelisse"
5
- owning-sig : sig-api-machinery
6
- participating-sigs :
7
- reviewers :
8
- - " @sttts"
9
- - " @lavalamp"
10
- - " @thockin"
11
- - " @DirectXMan12"
12
- approvers :
13
- - " @lavalamp"
14
- editor : TBD
15
- creation-date : 2019-03-25
16
- last-updated : 2019-03-25
17
- status : implementable
18
- see-also :
19
- - " /keps/sig-api-machinery/0006-apply.md"
20
- replaces :
21
- - " https://docs.google.com/document/d/1lrV-P25ZTWukixE9ZWyvchfFR0NE2eCHlObiCUgNQGQ"
22
- superseded-by :
23
- ---
24
-
25
1
# Union types
26
2
27
3
## Table of Contents
Original file line number Diff line number Diff line change
1
+ title : Union types
2
+ kep-number : 1027
3
+ authors :
4
+ - " @apelisse"
5
+ owning-sig : sig-api-machinery
6
+ participating-sigs :
7
+ reviewers :
8
+ - " @sttts"
9
+ - " @lavalamp"
10
+ - " @thockin"
11
+ - " @DirectXMan12"
12
+ approvers :
13
+ - " @lavalamp"
14
+ editor : TBD
15
+ creation-date : 2019-03-25
16
+ last-updated : 2019-03-25
17
+ status : implementable
18
+ see-also :
19
+ - " /keps/sig-api-machinery/0006-apply.md"
20
+ replaces :
21
+ - " https://docs.google.com/document/d/1lrV-P25ZTWukixE9ZWyvchfFR0NE2eCHlObiCUgNQGQ"
22
+ superseded-by :
Original file line number Diff line number Diff line change 1
- ---
2
- title : Immutable Fields
3
- authors :
4
- - " @apelisse"
5
- - " @sttts"
6
- owning-sig : sig-api-machinery
7
- participating-sigs :
8
- - sig-api-machinery
9
- reviewers :
10
- - " @erictune"
11
- - " @jpbetz"
12
- - " @liggitt"
13
- - " @logicalhan"
14
- - " @p0lyn0mial"
15
- approvers :
16
- - " @liggitt"
17
- - " @deads2k"
18
- editor : " @sttts"
19
- creation-date : 2019-06-03
20
- last-updated : 2019-10-01
21
- status : provisional
22
- see-also :
23
- - " /keps/sig-api-machinery/0006-apply.md"
24
- ---
25
-
26
1
# Immutable fields
27
2
28
3
## Table of Contents
Original file line number Diff line number Diff line change
1
+ title : Immutable Fields
2
+ kep-number : 1101
3
+ authors :
4
+ - " @apelisse"
5
+ - " @sttts"
6
+ owning-sig : sig-api-machinery
7
+ participating-sigs :
8
+ - sig-api-machinery
9
+ reviewers :
10
+ - " @erictune"
11
+ - " @jpbetz"
12
+ - " @liggitt"
13
+ - " @logicalhan"
14
+ - " @p0lyn0mial"
15
+ approvers :
16
+ - " @liggitt"
17
+ - " @deads2k"
18
+ editor : " @sttts"
19
+ creation-date : 2019-06-03
20
+ last-updated : 2019-10-01
21
+ status : provisional
22
+ see-also :
23
+ - " /keps/sig-api-machinery/0006-apply.md"
Original file line number Diff line number Diff line change 1
- ---
2
- title : Less object serializations
3
- authors :
4
- - " @wojtek-t"
5
- owning-sig : sig-api-machinery
6
- participating-sigs :
7
- - sig-scalability
8
- reviewers :
9
- - " @jpbetz"
10
- - " @justinsb"
11
- - " @smarterclayton"
12
- approvers :
13
- - " @deads2k"
14
- - " @lavalamp"
15
- creation-date : 2019-03-27
16
- last-updated : 2019-10-10
17
- status : implemented
18
- see-also :
19
- - TODO
20
- replaces :
21
- - n/a
22
- superseded-by :
23
- - n/a
24
- ---
25
-
26
1
# Less object serializations
27
2
28
3
## Table of Contents
Original file line number Diff line number Diff line change
1
+ title : Less object serializations
2
+ kep-number : 1152
3
+ authors :
4
+ - " @wojtek-t"
5
+ owning-sig : sig-api-machinery
6
+ participating-sigs :
7
+ - sig-scalability
8
+ reviewers :
9
+ - " @jpbetz"
10
+ - " @justinsb"
11
+ - " @smarterclayton"
12
+ approvers :
13
+ - " @deads2k"
14
+ - " @lavalamp"
15
+ creation-date : 2019-03-27
16
+ last-updated : 2019-10-10
17
+ status : implemented
18
+ see-also :
19
+ - TODO
20
+ replaces :
21
+ - n/a
22
+ superseded-by :
23
+ - n/a
File renamed without changes.
Original file line number Diff line number Diff line change 1
- ---
2
- title : API Server Network Proxy
3
- authors :
4
- - " @cheftako"
5
- - " @anfernee"
6
- owning-sig : sig-api-machinery
7
- participating-sigs :
8
- - sig-network
9
- - sig-cloud-provider
10
- reviewers :
11
- - TBD
12
- - " @lavalamp"
13
- - " @deads2k"
14
- - " @bowei"
15
- - " @andrewsykim"
16
- - " @justinsb"
17
- - " @krousey"
18
- - " @khenidak"
19
- - " @mikedanese"
20
- approvers :
21
- - " @deads2k - For Kube API Server portion of KEP"
22
- - " @bowei - For networking/proxy portion of KEP"
23
- editor : " @calebamiles"
24
- creation-date : 2019-02-25
25
- last-updated : 2020-01-15
26
- status : implementable
27
- see-also :
28
- - " https://goo.gl/qiARUK - Network Proxy design proposal"
29
- - " https://goo.gl/ipwDkX - Explicit API server to node communications"
30
- - " https://github.com/kubernetes-sigs/apiserver-network-proxy - Reference implementations of API Server Network Proxy"
31
- replaces :
32
- superseded-by :
33
- ---
34
-
35
1
# API Server Network Proxy
36
2
37
3
## Table of Contents
Original file line number Diff line number Diff line change
1
+ title : API Server Network Proxy
2
+ kep-number : 1281
3
+ authors :
4
+ - " @cheftako"
5
+ - " @anfernee"
6
+ owning-sig : sig-api-machinery
7
+ participating-sigs :
8
+ - sig-network
9
+ - sig-cloud-provider
10
+ reviewers :
11
+ - TBD
12
+ - " @lavalamp"
13
+ - " @deads2k"
14
+ - " @bowei"
15
+ - " @andrewsykim"
16
+ - " @justinsb"
17
+ - " @krousey"
18
+ - " @khenidak"
19
+ - " @mikedanese"
20
+ approvers :
21
+ - " @deads2k - For Kube API Server portion of KEP"
22
+ - " @bowei - For networking/proxy portion of KEP"
23
+ editor : " @calebamiles"
24
+ creation-date : 2019-02-25
25
+ last-updated : 2020-01-15
26
+ status : implementable
27
+ see-also :
28
+ - " https://goo.gl/qiARUK - Network Proxy design proposal"
29
+ - " https://goo.gl/ipwDkX - Explicit API server to node communications"
30
+ - " https://github.com/kubernetes-sigs/apiserver-network-proxy - Reference implementations of API Server Network Proxy"
31
+ replaces :
32
+ superseded-by :
Original file line number Diff line number Diff line change 1
- ---
2
- title : Context support in k8s.io/client-go
3
- authors :
4
- - " @mikedanese"
5
- - " @maleck13"
6
- owning-sig : sig-api-machinery
7
- participating-sigs :
8
- - sig-api-machinery
9
- approvers :
10
- - " @deads2k"
11
- - " @liggitt"
12
- - " @lavalamp"
13
- creation-date : 2020-01-23
14
- last-updated : 2020-01-23
15
- status : implementable
16
- ---
17
-
18
1
# Context support in k8s.io/client-go
19
2
20
3
<!-- toc -->
You can’t perform that action at this time.
0 commit comments