Skip to content

Commit a806d55

Browse files
author
hw_3333
committed
fix comment
Signed-off-by: hw_3333 <[email protected]>
1 parent ed16dab commit a806d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/v1beta1/status.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ type ZookeeperClusterStatus struct {
3333
// Members is the zookeeper members in the cluster
3434
Members MembersStatus `json:"members,omitempty"`
3535

36-
// Replicas is the number of number of desired replicas in the cluster
36+
// Replicas is the number of desired replicas in the cluster
3737
Replicas int32 `json:"replicas,omitempty"`
3838

39-
// ReadyReplicas is the number of number of ready replicas in the cluster
39+
// ReadyReplicas is the number of ready replicas in the cluster
4040
ReadyReplicas int32 `json:"readyReplicas,omitempty"`
4141

4242
// InternalClientEndpoint is the internal client IP and port

0 commit comments

Comments
 (0)