sig-apps: Add llm-instance-gateway repo
This commit is contained in:
parent
fd0b1d996b
commit
4949d9458a
|
@ -80,6 +80,10 @@ 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:**
|
||||
|
|
|
@ -235,6 +235,10 @@ 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
|
||||
|
|
Loading…
Reference in New Issue