We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cb3d88 + bfc8eba commit c224e74Copy full SHA for c224e74
1 file changed
test/chainsaw/tests/restore/cluster2-1node-assert.yaml
@@ -1,9 +1,25 @@
1
apiVersion: mariadb.openstack.org/v1beta1
2
kind: Galera
3
metadata:
4
- name: openstack
+ name: cluster2
5
status:
6
bootstrapped: true
7
- (conditions[0:1]):
8
- - type: Ready
9
- status: "True"
+ conditions:
+ - type: Ready
+ status: "True"
10
+ - type: DeploymentReady
11
12
+---
13
+apiVersion: apps/v1
14
+kind: StatefulSet
15
+metadata:
16
+ name: cluster2-galera
17
+status:
18
+ availableReplicas: 1
19
+ readyReplicas: 1
20
+ replicas: 1
21
22
+apiVersion: v1
23
+kind: Endpoints
24
25
0 commit comments