Skip to content

Commit

Permalink
Renaming Service APIs to Gateway API
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Feb 12, 2021
1 parent 6706a76 commit c808d37
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
presubmits:
kubernetes-sigs/service-apis:
- name: pull-service-apis-verify
kubernetes-sigs/gateway-api:
- name: pull-gateway-api-verify
annotations:
testgrid-dashboards: sig-network-service-apis
testgrid-dashboards: sig-network-gateway-api
testgrid-tab-name: verify
labels:
preset-kind-volume-mounts: "true"
preset-dind-enabled: "true"
decorate: true
path_alias: sigs.k8s.io/service-apis
path_alias: sigs.k8s.io/gateway-api
always_run: true
skip_report: false
spec:
Expand All @@ -23,15 +23,15 @@ presubmits:
# docker-in-docker needs privileged mode.
securityContext:
privileged: true
- name: pull-service-apis-test
- name: pull-gateway-api-test
annotations:
testgrid-dashboards: sig-network-service-apis
testgrid-dashboards: sig-network-gateway-api
testgrid-tab-name: test
labels:
preset-kind-volume-mounts: "true"
preset-dind-enabled: "true"
decorate: true
path_alias: sigs.k8s.io/service-apis
path_alias: sigs.k8s.io/gateway-api
always_run: true
skip_report: false
spec:
Expand Down
2 changes: 1 addition & 1 deletion config/prow/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ approve:
require_self_approval: false
ignore_review_state: false
- repos:
- kubernetes-sigs/service-apis
- kubernetes-sigs/gateway-api
lgtm_acts_as_approve: false

# Lower bounds in number of lines changed; XS is assumed to be zero.
Expand Down
4 changes: 2 additions & 2 deletions config/testgrids/kubernetes/sig-network/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dashboard_groups:
- sig-network-gce
- sig-network-ingress-gce-e2e
- sig-network-ingress-nginx
- sig-network-service-apis
- sig-network-gateway-api
- sig-network-ingress-controller-conformance
- sig-network-kind

Expand Down Expand Up @@ -105,6 +105,6 @@ dashboards:

- name: sig-network-ingress-gce-e2e
- name: sig-network-ingress-nginx
- name: sig-network-service-apis
- name: sig-network-gateway-api
- name: sig-network-ingress-controller-conformance
- name: sig-network-kind
14 changes: 7 additions & 7 deletions label_sync/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
- [Labels that apply to kubernetes-sigs/cluster-api, for both issues and PRs](#labels-that-apply-to-kubernetes-sigscluster-api-for-both-issues-and-prs)
- [Labels that apply to kubernetes-sigs/cluster-api-provider-aws, for both issues and PRs](#labels-that-apply-to-kubernetes-sigscluster-api-provider-aws-for-both-issues-and-prs)
- [Labels that apply to kubernetes-sigs/cluster-api-provider-azure, for both issues and PRs](#labels-that-apply-to-kubernetes-sigscluster-api-provider-azure-for-both-issues-and-prs)
- [Labels that apply to kubernetes-sigs/gateway-api, only for issues](#labels-that-apply-to-kubernetes-sigsgateway-api-only-for-issues)
- [Labels that apply to kubernetes-sigs/k8s-container-image-promoter, for both issues and PRs](#labels-that-apply-to-kubernetes-sigsk8s-container-image-promoter-for-both-issues-and-prs)
- [Labels that apply to kubernetes-sigs/kind, for both issues and PRs](#labels-that-apply-to-kubernetes-sigskind-for-both-issues-and-prs)
- [Labels that apply to kubernetes-sigs/krew, for both issues and PRs](#labels-that-apply-to-kubernetes-sigskrew-for-both-issues-and-prs)
- [Labels that apply to kubernetes-sigs/service-apis, only for issues](#labels-that-apply-to-kubernetes-sigsservice-apis-only-for-issues)
- [Labels that apply to kubernetes/community, for both issues and PRs](#labels-that-apply-to-kubernetescommunity-for-both-issues-and-prs)
- [Labels that apply to kubernetes/enhancements, for both issues and PRs](#labels-that-apply-to-kubernetesenhancements-for-both-issues-and-prs)
- [Labels that apply to kubernetes/enhancements, only for issues](#labels-that-apply-to-kubernetesenhancements-only-for-issues)
Expand Down Expand Up @@ -203,6 +203,12 @@ larger set of contributors to apply/remove them.
| ---- | ----------- | -------- | --- |
| <a id="kind/proposal" href="#kind/proposal">`kind/proposal`</a> | Issues or PRs related to proposals.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |

## Labels that apply to kubernetes-sigs/gateway-api, only for issues

| Name | Description | Added By | Prow Plugin |
| ---- | ----------- | -------- | --- |
| <a id="kind/user-story" href="#kind/user-story">`kind/user-story`</a> | Categorizes an issue as capturing a user story| humans | |

## Labels that apply to kubernetes-sigs/k8s-container-image-promoter, for both issues and PRs

| Name | Description | Added By | Prow Plugin |
Expand All @@ -226,12 +232,6 @@ larger set of contributors to apply/remove them.
| <a id="priority/P2" href="#priority/P2">`priority/P2`</a> | P2 issues or PRs| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |
| <a id="priority/P3" href="#priority/P3">`priority/P3`</a> | P3 issues or PRs| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |

## Labels that apply to kubernetes-sigs/service-apis, only for issues

| Name | Description | Added By | Prow Plugin |
| ---- | ----------- | -------- | --- |
| <a id="kind/user-story" href="#kind/user-story">`kind/user-story`</a> | Categorizes an issue as capturing a user story| humans | |

## Labels that apply to kubernetes/community, for both issues and PRs

| Name | Description | Added By | Prow Plugin |
Expand Down
2 changes: 1 addition & 1 deletion label_sync/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@ repos:
target: both
prowPlugin: label
addedBy: anyone
kubernetes-sigs/service-apis:
kubernetes-sigs/gateway-api:
labels:
- color: c7def8
description: Categorizes an issue as capturing a user story
Expand Down

0 comments on commit c808d37

Please sign in to comment.