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.
40 lines
1.0 KiB
40 lines
1.0 KiB
apiVersion: app.k8s.io/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: metadata
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: metadata
|
|
app.kubernetes.io/instance: metadata-v0.7.0
|
|
app.kubernetes.io/managed-by: kfctl
|
|
app.kubernetes.io/component: metadata
|
|
app.kubernetes.io/part-of: kubeflow
|
|
app.kubernetes.io/version: v0.7.0
|
|
componentKinds:
|
|
- group: core
|
|
kind: Service
|
|
- group: apps
|
|
kind: Deployment
|
|
- group: core
|
|
kind: ConfigMap
|
|
- group: core
|
|
kind: ServiceAccount
|
|
descriptor:
|
|
type: "metadata"
|
|
version: "alpha"
|
|
description: "Tracking and managing metadata of machine learning workflows in Kubeflow."
|
|
maintainers:
|
|
- name: Zhenghui Wang
|
|
email: zhenghui@google.com
|
|
owners:
|
|
- name: Ajay Gopinathan
|
|
email: ajaygopinathan@google.com
|
|
- name: Zhenghui Wang
|
|
email: zhenghui@google.com
|
|
keywords:
|
|
- "metadata"
|
|
links:
|
|
- description: Docs
|
|
url: "https://www.kubeflow.org/docs/components/misc/metadata/"
|
|
addOwnerRef: true
|
|
|