v1
v2
n1name: v1n1name: v2
2served: true2served: true
n3storage: truen3storage: false
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          sharedName:11          sharedName:
12            type: string12            type: string
13          sourceMI:13          sourceMI:
14            type: string14            type: string
15          partnerMI:15          partnerMI:
16            type: string16            type: string
17          partnerMirroringURL:17          partnerMirroringURL:
18            type: string18            type: string
19          partnerMirroringCert:19          partnerMirroringCert:
20            type: string20            type: string
21          partnerSyncMode:21          partnerSyncMode:
22            type: string22            type: string
23          role:23          role:
24            type: string24            type: string
25      status:25      status:
26        type: object26        type: object
27        properties:27        properties:
28          results:28          results:
29            type: string29            type: string
30          role:30          role:
31            type: string31            type: string
32          replicas:32          replicas:
33            type: array33            type: array
34            items:34            items:
35              type: object35              type: object
36              properties:36              properties:
37                healthState:37                healthState:
38                  type: string38                  type: string
39                replicaName:39                replicaName:
40                  type: string40                  type: string
41                role:41                role:
42                  type: string42                  type: string
43                connectedState:43                connectedState:
44                  type: string44                  type: string
45                synchronizationState:45                synchronizationState:
46                  type: string46                  type: string
47                availabilityMode:47                availabilityMode:
48                  type: string48                  type: string
49                secondaryRoleAllowConnections:49                secondaryRoleAllowConnections:
50                  type: string50                  type: string
51          observedGeneration:51          observedGeneration:
52            type: integer52            type: integer
53          runningVersion:53          runningVersion:
54            type: string54            type: string
tt55          registryVersions:
56            type: object
57            properties:
58              next:
59                type: string
60              previous:
61                type: string
62              current:
63                type: string
64              latest:
65                type: string
66              behind:
67                type: integer
68              available:
69                type: array
70                items:
71                  type: string
72          releasedVersions:
73            type: object
74            properties:
75              next:
76                type: string
77              previous:
78                type: string
79              current:
80                type: string
81              latest:
82                type: string
83              behind:
84                type: integer
85              available:
86                type: array
87                items:
88                  type: string
89          arcDataServicesK8sExtensionLatestVersion:
90            type: string
55          endpoints:91          endpoints:
56            type: object92            type: object
57            additionalProperties:93            additionalProperties:
58              type: string94              type: string
59          state:95          state:
60            type: string96            type: string
61          healthState:97          healthState:
62            type: string98            type: string
63          reason:99          reason:
64            type: string100            type: string
65          message:101          message:
66            type: string102            type: string
67          lastUpdateTime:103          lastUpdateTime:
68            type: string104            type: string
69            format: date-time105            format: date-time
70      apiVersion:106      apiVersion:
71        type: string107        type: string
72      kind:108      kind:
73        type: string109        type: string
74subresources:110subresources:
75  status: {}111  status: {}
76additionalPrinterColumns:112additionalPrinterColumns:
77- jsonPath: .status.state113- jsonPath: .status.state
78  name: Status114  name: Status
79  type: string115  type: string
80- jsonPath: .status.results116- jsonPath: .status.results
81  name: Results117  name: Results
82  type: string118  type: string
83- jsonPath: .metadata.creationTimestamp119- jsonPath: .metadata.creationTimestamp
84  name: Age120  name: Age
85  type: date121  type: date
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op