v1beta1
v1
n1name: v1beta1n1name: v1
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          source:
12            type: object
13            properties:
14              name:
15                type: string
16              database:
17                type: string
18          restorePoint:
19            type: string
20            format: date-time
21          destination:
22            type: object
23            properties:
24              name:
25                type: string
26              database:
27                type: string
28          dryRun:
29            type: boolean
30      status:
31        type: object
32        properties:
33          earliestRestoreTime:
34            type: string
35            format: date-time
36          latestRestoreTime:
37            type: string
38            format: date-time
39          percentComplete:
40            type: integer
41          observedGeneration:
42            type: integer
43          runningVersion:
44            type: string
45          registryVersions:
46            type: object
47            properties:
48              next:
49                type: string
50              previous:
51                type: string
52              current:
53                type: string
54              latest:
55                type: string
56              behind:
57                type: integer
58              available:
59                type: array
60                items:
61                  type: string
62          releasedVersions:
63            type: object
64            properties:
65              next:
66                type: string
67              previous:
68                type: string
69              current:
70                type: string
71              latest:
72                type: string
73              behind:
74                type: integer
75              available:
76                type: array
77                items:
78                  type: string
79          arcDataServicesK8sExtensionLatestVersion:
80            type: string
81          endpoints:
82            type: object
83            additionalProperties:
84              type: string
85          state:
86            type: string
87          healthState:
88            type: string
89          reason:
90            type: string
91          message:
92            type: string
93          lastUpdateTime:
94            type: string
95            format: date-time
96      apiVersion:
97        type: string
98      kind:
99        type: string
8subresources:100subresources:
9  status: {}101  status: {}
10additionalPrinterColumns:102additionalPrinterColumns:
11- jsonPath: .status.state103- jsonPath: .status.state
12  name: Status104  name: Status
13  type: string105  type: string
14- jsonPath: .metadata.creationTimestamp106- jsonPath: .metadata.creationTimestamp
15  name: Age107  name: Age
16  type: date108  type: date
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op