Skip to content

Commit 1d46c68

Browse files
authored
Merge pull request kubernetes#1468 from dims/validate-additional-fields-like-sigs
Validate additional fields - owning-sig and participating-sigs
2 parents 73466dd + 2b0485b commit 1d46c68

File tree

40 files changed

+112
-77
lines changed

40 files changed

+112
-77
lines changed

cmd/kepval/main_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ func ignore(name string) bool {
7575
}
7676
if name == "0023-documentation-for-images.md" ||
7777
name == "0004-cloud-provider-template.md" ||
78+
name == "YYYYMMDD-kep-template.md" ||
7879
name == "README.md" ||
7980
name == "kep-faq.md" {
8081
return true

keps/0001-kubernetes-enhancement-proposal-process.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: Kubernetes Enhancement Proposal Process
33
authors:
44
- "@calebamiles"
55
- "@jbeda"
6-
owning-sig: sig-architecture
7-
participating-sigs:
8-
- kubernetes-wide
6+
owning-sig: sig-pm
97
reviewers:
108
- "@timothysc"
119
approvers:

keps/provider-aws/20181126-aws-k8s-tester.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: aws-k8s-tester
33
authors:
44
- "@gyuho"
5-
owning-sig: sig-aws
5+
owning-sig: sig-cloud-provider
66
reviewers:
77
- "@d-nishi"
88
- "@shyamjvs"

keps/provider-aws/20181127-aws-ebs-csi-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: aws-ebs-csi-driver
33
authors:
44
- "@leakingtapan"
5-
owning-sig: sig-aws
5+
owning-sig: sig-cloud-provider
66
reviewers:
77
- "@d-nishi"
88
- "@jsafrane"

keps/provider-aws/20190128-cloud-controller-custom-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Custom endpoints support for AWS Cloud Provider
33
authors:
44
- "@micahhausler"
5-
owning-sig: sig-aws
5+
owning-sig: sig-cloud-provider
66
participating-sigs:
77
- sig-cloud-provider
88
reviewers:

keps/provider-aws/20190501-aws-nlb-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: graduate-aws-nlb-to-beta
33
authors:
44
- "@M00nF1sh"
5-
owning-sig: sig-aws
5+
owning-sig: sig-cloud-provider
66
participating-sigs:
77
reviewers:
88
- "@dnishi"

keps/provider-aws/aws-lb-prefix-annotation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: AWS LoadBalancer Prefix
33
authors:
44
- "@minherz"
5-
owning-sig: sig-aws
5+
owning-sig: sig-cloud-provider
66
participating-sigs:
77
reviewers:
88
- TBD
@@ -64,4 +64,4 @@ Current way of provisioning load balancer (for a Kubernetes service of the type
6464

6565
## Alternatives [optional]
6666

67-
## Infrastructure Needed [optional]
67+
## Infrastructure Needed [optional]

keps/provider-aws/draft-20181127-aws-alb-ingress-controller.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: AWS ALB Ingress Controller
33
authors:
44
- "@M00nF1sh"
5-
owning-sig: sig-aws
5+
owning-sig: sig-cloud-provider
66
reviewers:
77
- TBD
88
- "@d-nishi"
@@ -83,4 +83,4 @@ Developers from different teams create Ingress resources in different namespaces
8383
- [community#2841](https://github.com/kubernetes/community/pull/2841) Design proposal
8484
- [aws-alb-ingress-controller#738](https://github.com/kubernetes-sigs/aws-alb-ingress-controller/pull/738) First stable release: v1.0.0
8585
- 2018-12-03 Alpha release with kuberentes 1.13
86-
- 2018-03-25 Beta release with kubernetes 1.14 (scheduled)
86+
- 2018-03-25 Beta release with kubernetes 1.14 (scheduled)

keps/sig-api-machinery/20190206-watch-bookmark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Watch Bookmark
33
authors:
44
- "@wojtek-t"
5-
owning-sig: sig-apimachinery
5+
owning-sig: sig-api-machinery
66
participating-sigs:
77
- sig-scalability
88
reviewers:

keps/sig-api-machinery/20190226-network-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
- "@anfernee"
66
owning-sig: sig-api-machinery
77
participating-sigs:
8-
- sig-networking
8+
- sig-network
99
- sig-cloud-provider
1010
reviewers:
1111
- TBD

0 commit comments

Comments
 (0)