We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed16dab commit a806d55Copy full SHA for a806d55
api/v1beta1/status.go
@@ -33,10 +33,10 @@ type ZookeeperClusterStatus struct {
33
// Members is the zookeeper members in the cluster
34
Members MembersStatus `json:"members,omitempty"`
35
36
- // Replicas is the number of number of desired replicas in the cluster
+ // Replicas is the number of desired replicas in the cluster
37
Replicas int32 `json:"replicas,omitempty"`
38
39
- // ReadyReplicas is the number of number of ready replicas in the cluster
+ // ReadyReplicas is the number of ready replicas in the cluster
40
ReadyReplicas int32 `json:"readyReplicas,omitempty"`
41
42
// InternalClientEndpoint is the internal client IP and port
0 commit comments