Skip to content

Commit af1850a

Browse files
committed
add owners and readme
1 parent 907f122 commit af1850a

File tree

4 files changed

+68
-0
lines changed

4 files changed

+68
-0
lines changed

goyaml.v2/OWNERS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
approvers:
4+
- dims
5+
- lavalamp
6+
- smarterclayton
7+
- deads2k
8+
- sttts
9+
- liggitt
10+
- caesarxuchao
11+
- natasha41575
12+
- knverey
13+
reviewers:
14+
- dims
15+
- thockin
16+
- lavalamp
17+
- smarterclayton
18+
- deads2k
19+
- derekwaynecarr
20+
- caesarxuchao
21+
- mikedanese
22+
- liggitt
23+
- sttts
24+
- tallclair
25+
labels:
26+
- sig/api-machinery

goyaml.v2/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# go-yaml fork
2+
3+
This package is a fork of the go-yaml library and is intended solely for consumption
4+
by kubernetes projects. In this fork, we plan to support only critical changes required for
5+
kubernetes, such as small bug fixes and regressions. Larger, general-purpose feature requests
6+
should be made in the upstream go-yaml library, and we will reject such changes in this fork
7+
unless we are pulling them from upstream.
8+
19
# YAML support for the Go language
210

311
Introduction

goyaml.v3/OWNERS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
approvers:
4+
- dims
5+
- lavalamp
6+
- smarterclayton
7+
- deads2k
8+
- sttts
9+
- liggitt
10+
- caesarxuchao
11+
- natasha41575
12+
- knverey
13+
reviewers:
14+
- dims
15+
- thockin
16+
- lavalamp
17+
- smarterclayton
18+
- deads2k
19+
- derekwaynecarr
20+
- caesarxuchao
21+
- mikedanese
22+
- liggitt
23+
- sttts
24+
- tallclair
25+
labels:
26+
- sig/api-machinery

goyaml.v3/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# go-yaml fork
2+
3+
This package is a fork of the go-yaml library and is intended solely for consumption
4+
by kubernetes projects. In this fork, we plan to support only critical changes required for
5+
kubernetes, such as small bug fixes and regressions. Larger, general-purpose feature requests
6+
should be made in the upstream go-yaml library, and we will reject such changes in this fork
7+
unless we are pulling them from upstream.
8+
19
# YAML support for the Go language
210

311
Introduction

0 commit comments

Comments
 (0)