Skip to content

Commit d0bb2fe

Browse files
authored
Merge pull request #8211 from robscott/instance-gateway-move-and-rename
Moving Instance Gateway to SIG-Network and renaming it
2 parents ec76c69 + d0a8320 commit d0bb2fe

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

sig-apps/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ Application metadata descriptor CRD
8383
- [kubernetes/kompose](https://github.com/kubernetes/kompose/blob/master/OWNERS)
8484
- **Contact:**
8585
- Slack: [#kompose](https://kubernetes.slack.com/messages/kompose)
86-
### llm-instance-gateway
87-
LLM Instance gateway implementation
88-
- **Owners:**
89-
- [kubernetes-sigs/llm-instance-gateway](https://github.com/kubernetes-sigs/llm-instance-gateway/blob/main/OWNERS)
9086
### workloads-api
9187
The core workloads API, which is composed of the CronJob, DaemonSet, Deployment, Job, ReplicaSet, ReplicationController, PodDisruptionBudget and StatefulSet kinds
9288
- **Owners:**

sig-network/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ The following [subprojects][subproject-definition] are owned by sig-network:
105105
- [kubernetes/kubernetes/staging/src/k8s.io/cloud-provider/controllers/service](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/cloud-provider/controllers/service/OWNERS)
106106
- **Contact:**
107107
- Slack: [#sig-network-gateway-api](https://kubernetes.slack.com/messages/sig-network-gateway-api)
108+
### gateway-api-inference-extension
109+
Gateway API Inference Extension
110+
- **Owners:**
111+
- [kubernetes-sigs/llm-instance-gateway](https://github.com/kubernetes-sigs/llm-instance-gateway/blob/main/OWNERS)
108112
### ingate
109113
- **Owners:**
110114
- [kubernetes-sigs/ingate/heads/main](https://github.com/kubernetes-sigs/ingate/blob/refs/heads/main/OWNERS)

sigs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,6 @@ sigs:
249249
slack: kompose
250250
owners:
251251
- https://raw.githubusercontent.com/kubernetes/kompose/master/OWNERS
252-
- name: llm-instance-gateway
253-
description: LLM Instance gateway implementation
254-
owners:
255-
- https://raw.githubusercontent.com/kubernetes-sigs/llm-instance-gateway/main/OWNERS
256252
- name: workloads-api
257253
description: The core workloads API, which is composed of the CronJob, DaemonSet,
258254
Deployment, Job, ReplicaSet, ReplicationController, PodDisruptionBudget and
@@ -2331,6 +2327,10 @@ sigs:
23312327
- github: youngnick
23322328
name: Nick Young
23332329
company: Isovalent
2330+
- name: gateway-api-inference-extension
2331+
description: Gateway API Inference Extension
2332+
owners:
2333+
- https://raw.githubusercontent.com/kubernetes-sigs/llm-instance-gateway/main/OWNERS
23342334
- name: ingate
23352335
owners:
23362336
- https://raw.githubusercontent.com/kubernetes-sigs/ingate/refs/heads/main/OWNERS

0 commit comments

Comments
 (0)