-
Notifications
You must be signed in to change notification settings - Fork 881
/
application.yaml
44 lines (44 loc) · 1.13 KB
/
application.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
apiVersion: app.k8s.io/v1beta1
kind: Application
metadata:
name: "application"
spec:
selector:
matchLabels:
app.kubernetes.io/name: tf-job-operator
app.kubernetes.io/instance: tf-job-operator
app.kubernetes.io/managed-by: kfctl
app.kubernetes.io/component: tfjob
app.kubernetes.io/part-of: kubeflow
app.kubernetes.io/version: v0.6
componentKinds:
- group: core
kind: Service
- group: apps
kind: Deployment
- group: core
kind: ConfigMap
- group: core
kind: ServiceAccount
- group: kubeflow.org
kind: TFJob
descriptor:
type: "tf-job-operator"
version: "v1"
description: "Tf-operator allows users to create and manage the \"TFJob\" custom resource."
maintainers:
- name: Richard Liu
email: ricliu@google.com
owners:
- name: Richard Liu
email: ricliu@google.com
keywords:
- "tfjob"
- "tf-operator"
- "tf-training"
links:
- description: About
url: "https://github.com/kubeflow/tf-operator"
- description: Docs
url: "https://www.kubeflow.org/docs/reference/tfjob/v1/tensorflow/"
addOwnerRef: true