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          replicaName:11          replicaName:
12            description: The name of the SQL managed instance replica to be reprovisioned.12            description: The name of the SQL managed instance replica to be reprovisioned.
13            type: string13            type: string
14      status:14      status:
15        type: object15        type: object
16        properties:16        properties:
17          percentComplete:17          percentComplete:
18            type: integer18            type: integer
19          observedGeneration:19          observedGeneration:
20            type: integer20            type: integer
21          runningVersion:21          runningVersion:
22            type: string22            type: string
23          registryVersions:23          registryVersions:
24            type: object24            type: object
25            properties:25            properties:
26              next:26              next:
27                type: string27                type: string
28              previous:28              previous:
29                type: string29                type: string
30              current:30              current:
31                type: string31                type: string
32              latest:32              latest:
33                type: string33                type: string
34              behind:34              behind:
35                type: integer35                type: integer
36              available:36              available:
37                type: array37                type: array
38                items:38                items:
39                  type: string39                  type: string
40          releasedVersions:40          releasedVersions:
41            type: object41            type: object
42            properties:42            properties:
43              next:43              next:
44                type: string44                type: string
45              previous:45              previous:
46                type: string46                type: string
47              current:47              current:
48                type: string48                type: string
49              latest:49              latest:
50                type: string50                type: string
51              behind:51              behind:
52                type: integer52                type: integer
53              available:53              available:
54                type: array54                type: array
55                items:55                items:
56                  type: string56                  type: string
57          arcDataServicesK8sExtensionLatestVersion:57          arcDataServicesK8sExtensionLatestVersion:
58            type: string58            type: string
59          endpoints:59          endpoints:
60            type: object60            type: object
61            additionalProperties:61            additionalProperties:
62              type: string62              type: string
63          state:63          state:
64            type: string64            type: string
65          healthState:65          healthState:
66            type: string66            type: string
67          reason:67          reason:
68            type: string68            type: string
69          message:69          message:
70            type: string70            type: string
71          lastUpdateTime:71          lastUpdateTime:
72            type: string72            type: string
73            format: date-time73            format: date-time
74      apiVersion:74      apiVersion:
75        type: string75        type: string
76      kind:76      kind:
77        type: string77        type: string
78subresources:78subresources:
79  status: {}79  status: {}
80additionalPrinterColumns:80additionalPrinterColumns:
81- jsonPath: .status.state81- jsonPath: .status.state
82  name: Status82  name: Status
83  type: string83  type: string
84- jsonPath: .metadata.creationTimestamp84- jsonPath: .metadata.creationTimestamp
85  name: Age85  name: Age
86  type: date86  type: date
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op