You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
747 B
32 lines
747 B
apiVersion: app.k8s.io/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: "seldon-core-operator"
|
|
spec:
|
|
type: "seldon-core-operator"
|
|
componentKinds:
|
|
- group: apps/v1
|
|
kind: StatefulSet
|
|
- group: v1
|
|
kind: Service
|
|
- group: apps/v1
|
|
kind: Deployment
|
|
- group: v1
|
|
kind: Secret
|
|
- group: v1
|
|
kind: ConfigMap
|
|
version: "v1alpha2"
|
|
description: "Seldon allows users to create ML Inference Graphs to deploy their models and serve predictions"
|
|
icons:
|
|
maintainers:
|
|
- name: Seldon
|
|
email: dev@seldon.io
|
|
owners:
|
|
- name: Seldon
|
|
email: dev@seldon.io
|
|
keywords:
|
|
- "seldon"
|
|
- "inference"
|
|
links:
|
|
- description: Docs
|
|
url: "https://docs.seldon.io/projects/seldon-core/en/v0.3.0/"
|
|
|