v1beta1
v1beta1
t1name: v1beta1t1name: v1beta1
2served: true2served: true
3storage: true3storage: true
4schema:4schema:
5  openAPIV3Schema:5  openAPIV3Schema:
6    type: object6    type: object
7    properties:7    properties:
8      spec:8      spec:
9        type: object9        type: object
10        properties:10        properties:
11          sourceName:11          sourceName:
12            description: The name of the PostgreSql resource to restore from.12            description: The name of the PostgreSql resource to restore from.
13            type: string13            type: string
14          destinationName:14          destinationName:
15            description: The name of the PostgreSql resource to restore to.15            description: The name of the PostgreSql resource to restore to.
16            type: string16            type: string
17          destinationStorage:17          destinationStorage:
18            type: object18            type: object
19            properties:19            properties:
20              data:20              data:
21                type: object21                type: object
22                properties:22                properties:
23                  volumes:23                  volumes:
24                    type: array24                    type: array
25                    items:25                    items:
26                      type: object26                      type: object
27                      properties:27                      properties:
28                        className:28                        className:
29                          type: string29                          type: string
30                        labels:30                        labels:
31                          type: object31                          type: object
32                          additionalProperties:32                          additionalProperties:
33                            type: string33                            type: string
34                        annotations:34                        annotations:
35                          type: object35                          type: object
36                          additionalProperties:36                          additionalProperties:
37                            type: string37                            type: string
38                        accessMode:38                        accessMode:
39                          type: string39                          type: string
40                        size:40                        size:
41                          type: string41                          type: string
42                        claimName:42                        claimName:
43                          type: string43                          type: string
44              logs:44              logs:
45                type: object45                type: object
46                properties:46                properties:
47                  volumes:47                  volumes:
48                    type: array48                    type: array
49                    items:49                    items:
50                      type: object50                      type: object
51                      properties:51                      properties:
52                        className:52                        className:
53                          type: string53                          type: string
54                        labels:54                        labels:
55                          type: object55                          type: object
56                          additionalProperties:56                          additionalProperties:
57                            type: string57                            type: string
58                        annotations:58                        annotations:
59                          type: object59                          type: object
60                          additionalProperties:60                          additionalProperties:
61                            type: string61                            type: string
62                        accessMode:62                        accessMode:
63                          type: string63                          type: string
64                        size:64                        size:
65                          type: string65                          type: string
66                        claimName:66                        claimName:
67                          type: string67                          type: string
68              backups:68              backups:
69                type: object69                type: object
70                properties:70                properties:
71                  volumes:71                  volumes:
72                    type: array72                    type: array
73                    items:73                    items:
74                      type: object74                      type: object
75                      properties:75                      properties:
76                        className:76                        className:
77                          type: string77                          type: string
78                        labels:78                        labels:
79                          type: object79                          type: object
80                          additionalProperties:80                          additionalProperties:
81                            type: string81                            type: string
82                        annotations:82                        annotations:
83                          type: object83                          type: object
84                          additionalProperties:84                          additionalProperties:
85                            type: string85                            type: string
86                        accessMode:86                        accessMode:
87                          type: string87                          type: string
88                        size:88                        size:
89                          type: string89                          type: string
90                        claimName:90                        claimName:
91                          type: string91                          type: string
92          restorePoint:92          restorePoint:
93            description: Restore point in time.93            description: Restore point in time.
94            type: string94            type: string
95            format: date-time95            format: date-time
96          dryRun:96          dryRun:
97            description: If true, the restore operation will be validated but not97            description: If true, the restore operation will be validated but not
98              executed.98              executed.
99            type: boolean99            type: boolean
100            default: false100            default: false
101        required:101        required:
102        - sourceName102        - sourceName
103        - destinationName103        - destinationName
104        - restorePoint104        - restorePoint
105      status:105      status:
106        type: object106        type: object
107        properties:107        properties:
108          earliestRestoreTime:108          earliestRestoreTime:
109            description: The earliest time that the instance can be restored to.109            description: The earliest time that the instance can be restored to.
110            type: string110            type: string
111            format: date-time111            format: date-time
112          latestRestoreTime:112          latestRestoreTime:
113            description: The latest time that the instance can be restored to.113            description: The latest time that the instance can be restored to.
114            type: string114            type: string
115            format: date-time115            format: date-time
116          percentComplete:116          percentComplete:
117            type: integer117            type: integer
118          observedGeneration:118          observedGeneration:
119            type: integer119            type: integer
120          runningVersion:120          runningVersion:
121            type: string121            type: string
122          registryVersions:122          registryVersions:
123            type: object123            type: object
124            properties:124            properties:
125              next:125              next:
126                type: string126                type: string
127              previous:127              previous:
128                type: string128                type: string
129              current:129              current:
130                type: string130                type: string
131              latest:131              latest:
132                type: string132                type: string
133              behind:133              behind:
134                type: integer134                type: integer
135              available:135              available:
136                type: array136                type: array
137                items:137                items:
138                  type: string138                  type: string
139          releasedVersions:139          releasedVersions:
140            type: object140            type: object
141            properties:141            properties:
142              next:142              next:
143                type: string143                type: string
144              previous:144              previous:
145                type: string145                type: string
146              current:146              current:
147                type: string147                type: string
148              latest:148              latest:
149                type: string149                type: string
150              behind:150              behind:
151                type: integer151                type: integer
152              available:152              available:
153                type: array153                type: array
154                items:154                items:
155                  type: string155                  type: string
156          arcDataServicesK8sExtensionLatestVersion:156          arcDataServicesK8sExtensionLatestVersion:
157            type: string157            type: string
158          endpoints:158          endpoints:
159            type: object159            type: object
160            additionalProperties:160            additionalProperties:
161              type: string161              type: string
162          state:162          state:
163            type: string163            type: string
164          healthState:164          healthState:
165            type: string165            type: string
166          reason:166          reason:
167            type: string167            type: string
168          message:168          message:
169            type: string169            type: string
170          lastUpdateTime:170          lastUpdateTime:
171            type: string171            type: string
172            format: date-time172            format: date-time
173      apiVersion:173      apiVersion:
174        type: string174        type: string
175      kind:175      kind:
176        type: string176        type: string
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op