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: Konveyor is an open-source application modernization platform that
25
25
helps organizations safely and predictably modernize applications to Kubernetes
26
26
at scale.
@@ -58,11 +58,21 @@ spec:
58
58
kind: Addon
59
59
name: addons.tackle.konveyor.io
60
60
version: v1alpha1
61
+
- description: Tackle Extension
62
+
displayName: Extension
63
+
kind: Extension
64
+
name: extensions.tackle.konveyor.io
65
+
version: v1alpha1
61
66
- description: Tackle
62
67
displayName: Tackle
63
68
kind: Tackle
64
69
name: tackles.tackle.konveyor.io
65
70
version: v1alpha1
71
+
- description: Tackle Task
72
+
displayName: Task
73
+
kind: Task
74
+
name: tasks.tackle.konveyor.io
75
+
version: v1alpha1
66
76
description: |
67
77
Konveyor is an open-source application modernization platform that helps organizations safely and predictably modernize applications to new technologies, with an initial focus on accelerating the adoption of legacy applications to Kubernetes.
description: 'APIVersion defines the versioned schema of this representation
23
+
of an object. Servers should convert recognized schemas to the latest
24
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
25
+
type: string
26
+
kind:
27
+
description: 'Kind is a string value representing the REST resource this
28
+
object represents. Servers may infer this from the endpoint the client
29
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
type: string
31
+
metadata:
32
+
type: object
33
+
spec:
34
+
description: TaskSpec defines the desired state of Task
35
+
properties:
36
+
data:
37
+
description: Data object passed to the addon..
38
+
type: object
39
+
x-kubernetes-preserve-unknown-fields: true
40
+
dependencies:
41
+
description: Dependencies
42
+
items:
43
+
type: string
44
+
type: array
45
+
priority:
46
+
description: Priority
47
+
type: integer
48
+
type: object
49
+
status:
50
+
description: TaskStatus defines the observed state of Task
51
+
properties:
52
+
observedGeneration:
53
+
description: The most recent generation observed by the controller.
0 commit comments