Merge pull request #8211 from robscott/instance-gateway-move-and-rename
Moving Instance Gateway to SIG-Network and renaming it
This commit is contained in:
commit
d0bb2fe9af
|
@ -83,10 +83,6 @@ Application metadata descriptor CRD
|
|||
- [kubernetes/kompose](https://github.com/kubernetes/kompose/blob/master/OWNERS)
|
||||
- **Contact:**
|
||||
- Slack: [#kompose](https://kubernetes.slack.com/messages/kompose)
|
||||
### llm-instance-gateway
|
||||
LLM Instance gateway implementation
|
||||
- **Owners:**
|
||||
- [kubernetes-sigs/llm-instance-gateway](https://github.com/kubernetes-sigs/llm-instance-gateway/blob/main/OWNERS)
|
||||
### workloads-api
|
||||
The core workloads API, which is composed of the CronJob, DaemonSet, Deployment, Job, ReplicaSet, ReplicationController, PodDisruptionBudget and StatefulSet kinds
|
||||
- **Owners:**
|
||||
|
|
|
@ -105,6 +105,10 @@ The following [subprojects][subproject-definition] are owned by sig-network:
|
|||
- [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)
|
||||
- **Contact:**
|
||||
- Slack: [#sig-network-gateway-api](https://kubernetes.slack.com/messages/sig-network-gateway-api)
|
||||
### gateway-api-inference-extension
|
||||
Gateway API Inference Extension
|
||||
- **Owners:**
|
||||
- [kubernetes-sigs/llm-instance-gateway](https://github.com/kubernetes-sigs/llm-instance-gateway/blob/main/OWNERS)
|
||||
### ingate
|
||||
- **Owners:**
|
||||
- [kubernetes-sigs/ingate/heads/main](https://github.com/kubernetes-sigs/ingate/blob/refs/heads/main/OWNERS)
|
||||
|
|
|
@ -249,10 +249,6 @@ sigs:
|
|||
slack: kompose
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/kompose/master/OWNERS
|
||||
- name: llm-instance-gateway
|
||||
description: LLM Instance gateway implementation
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/llm-instance-gateway/main/OWNERS
|
||||
- name: workloads-api
|
||||
description: The core workloads API, which is composed of the CronJob, DaemonSet,
|
||||
Deployment, Job, ReplicaSet, ReplicationController, PodDisruptionBudget and
|
||||
|
@ -2331,6 +2327,10 @@ sigs:
|
|||
- github: youngnick
|
||||
name: Nick Young
|
||||
company: Isovalent
|
||||
- name: gateway-api-inference-extension
|
||||
description: Gateway API Inference Extension
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/llm-instance-gateway/main/OWNERS
|
||||
- name: ingate
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/ingate/refs/heads/main/OWNERS
|
||||
|
|
Loading…
Reference in New Issue