v1
v2
n1name: v1n1name: v2
2served: true2served: true
n3storage: falsen3storage: true
4schema:4schema:
5  openAPIV3Schema:5  openAPIV3Schema:
6    type: object6    type: object
t7    x-kubernetes-preserve-unknown-fields: truet7    properties:
8      spec:
9        type: object
10        properties:
11          exportType:
12            type: string
13          startTime:
14            type: string
15            format: date-time
16          endTime:
17            type: string
18            format: date-time
19      status:
20        type: object
21        properties:
22          path:
23            type: string
24          percentComplete:
25            type: integer
26          observedGeneration:
27            type: integer
28          runningVersion:
29            type: string
30          registryVersions:
31            type: object
32            properties:
33              next:
34                type: string
35              previous:
36                type: string
37              current:
38                type: string
39              latest:
40                type: string
41              behind:
42                type: integer
43              available:
44                type: array
45                items:
46                  type: string
47          releasedVersions:
48            type: object
49            properties:
50              next:
51                type: string
52              previous:
53                type: string
54              current:
55                type: string
56              latest:
57                type: string
58              behind:
59                type: integer
60              available:
61                type: array
62                items:
63                  type: string
64          arcDataServicesK8sExtensionLatestVersion:
65            type: string
66          endpoints:
67            type: object
68            additionalProperties:
69              type: string
70          state:
71            type: string
72          healthState:
73            type: string
74          reason:
75            type: string
76          message:
77            type: string
78          lastUpdateTime:
79            type: string
80            format: date-time
81      apiVersion:
82        type: string
83      kind:
84        type: string
8subresources:85subresources:
9  status: {}86  status: {}
10additionalPrinterColumns:87additionalPrinterColumns:
11- jsonPath: .status.state88- jsonPath: .status.state
12  name: Status89  name: Status
13  type: string90  type: string
14- jsonPath: .metadata.creationTimestamp91- jsonPath: .metadata.creationTimestamp
15  name: Age92  name: Age
16  type: date93  type: date
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op