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: 'APIVersion defines the versioned schema of this representation
24
+
of an object. Servers should convert recognized schemas to the latest
25
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
+
type: string
27
+
kind:
28
+
description: 'Kind is a string value representing the REST resource this
29
+
object represents. Servers may infer this from the endpoint the client
30
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
+
type: string
32
+
metadata:
33
+
type: object
34
+
spec:
35
+
description: SchemaSpec defines the desired state of the resource.
36
+
properties:
37
+
domain:
38
+
description: Domain
39
+
type: string
40
+
subject:
41
+
description: Subject
42
+
type: string
43
+
variant:
44
+
description: Variant
45
+
type: string
46
+
versions:
47
+
description: Versions
48
+
items:
49
+
description: SchemaVersion defines each version of a schema.
50
+
properties:
51
+
definition:
52
+
description: Definition is the (jsd) json-schema definition.
53
+
type: object
54
+
x-kubernetes-preserve-unknown-fields: true
55
+
migration:
56
+
description: Migration defines a yq query to migrate the document.
57
+
type: string
58
+
required:
59
+
- definition
60
+
type: object
61
+
type: array
62
+
required:
63
+
- domain
64
+
- subject
65
+
- variant
66
+
- versions
67
+
type: object
68
+
status:
69
+
description: SchemaStatus defines the observed state of the resource.
70
+
properties:
71
+
observedGeneration:
72
+
description: The most recent generation observed by the controller.
description: 'APIVersion defines the versioned schema of this representation
24
+
of an object. Servers should convert recognized schemas to the latest
25
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
+
type: string
27
+
kind:
28
+
description: 'Kind is a string value representing the REST resource this
29
+
object represents. Servers may infer this from the endpoint the client
30
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
+
type: string
32
+
metadata:
33
+
type: object
34
+
spec:
35
+
description: Spec defines the desired state of the resource.
36
+
type: object
37
+
x-kubernetes-preserve-unknown-fields: true
38
+
status:
39
+
description: Status defines the observed state of the resource.
description: 'APIVersion defines the versioned schema of this representation
24
+
of an object. Servers should convert recognized schemas to the latest
25
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
+
type: string
27
+
kind:
28
+
description: 'Kind is a string value representing the REST resource this
29
+
object represents. Servers may infer this from the endpoint the client
30
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
+
type: string
32
+
metadata:
33
+
type: object
34
+
spec:
35
+
description: Spec defines the desired state the resource.
36
+
properties:
37
+
data:
38
+
description: Data object passed to the addon.
39
+
type: object
40
+
x-kubernetes-preserve-unknown-fields: true
41
+
dependencies:
42
+
description: Dependencies defines a list of task names on which this
43
+
task depends.
44
+
items:
45
+
type: string
46
+
type: array
47
+
priority:
48
+
description: Priority defines the task priority (0-n).
49
+
type: integer
50
+
type: object
51
+
status:
52
+
description: Status defines the observed state the resource.
53
+
properties:
54
+
observedGeneration:
55
+
description: The most recent generation observed by the controller.
0 commit comments