You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: KfDef is the Schema for the kfdefs API
23
+
properties:
24
+
apiVersion:
25
+
description: 'APIVersion defines the versioned schema of this representation
26
+
of an object. Servers should convert recognized schemas to the latest
27
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
28
+
type: string
29
+
kind:
30
+
description: 'Kind is a string value representing the REST resource this
31
+
object represents. Servers may infer this from the endpoint the client
32
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
33
+
type: string
34
+
metadata:
35
+
type: object
36
+
spec:
37
+
description: KfDefSpec defines the desired state of KfDef
38
+
properties:
39
+
applications:
40
+
items:
41
+
description: Application defines an application to install
42
+
properties:
43
+
kustomizeConfig:
44
+
properties:
45
+
overlays:
46
+
items:
47
+
type: string
48
+
type: array
49
+
parameters:
50
+
items:
51
+
properties:
52
+
name:
53
+
type: string
54
+
value:
55
+
type: string
56
+
type: object
57
+
type: array
58
+
repoRef:
59
+
properties:
60
+
name:
61
+
type: string
62
+
path:
63
+
type: string
64
+
type: object
65
+
type: object
66
+
name:
67
+
type: string
68
+
type: object
69
+
type: array
70
+
plugins:
71
+
items:
72
+
description: Plugin can be used to customize the generation and
73
+
deployment of Kubeflow
74
+
properties:
75
+
apiVersion:
76
+
description: 'APIVersion defines the versioned schema of this
77
+
representation of an object. Servers should convert recognized
78
+
schemas to the latest internal value, and may reject unrecognized
79
+
values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
80
+
type: string
81
+
kind:
82
+
description: 'Kind is a string value representing the REST resource
83
+
this object represents. Servers may infer this from the endpoint
84
+
the client submits requests to. Cannot be updated. In CamelCase.
85
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
86
+
type: string
87
+
metadata:
88
+
type: object
89
+
spec:
90
+
type: object
91
+
type: object
92
+
type: array
93
+
repos:
94
+
items:
95
+
description: Repo provides information about a repository providing
0 commit comments