diff --git a/api/v1beta1/status.go b/api/v1beta1/status.go index 0917d5ff..fb8e5094 100644 --- a/api/v1beta1/status.go +++ b/api/v1beta1/status.go @@ -33,10 +33,10 @@ type ZookeeperClusterStatus struct { // Members is the zookeeper members in the cluster Members MembersStatus `json:"members,omitempty"` - // Replicas is the number of number of desired replicas in the cluster + // Replicas is the number of desired replicas in the cluster Replicas int32 `json:"replicas,omitempty"` - // ReadyReplicas is the number of number of ready replicas in the cluster + // ReadyReplicas is the number of ready replicas in the cluster ReadyReplicas int32 `json:"readyReplicas,omitempty"` // InternalClientEndpoint is the internal client IP and port diff --git a/config/crd/bases/zookeeper.pravega.io_zookeeperclusters.yaml b/config/crd/bases/zookeeper.pravega.io_zookeeperclusters.yaml index 46f114d3..c4538bb1 100644 --- a/config/crd/bases/zookeeper.pravega.io_zookeeperclusters.yaml +++ b/config/crd/bases/zookeeper.pravega.io_zookeeperclusters.yaml @@ -5831,13 +5831,12 @@ spec: metaRootCreated: type: boolean readyReplicas: - description: ReadyReplicas is the number of number of ready replicas - in the cluster + description: ReadyReplicas is the number of ready replicas in the + cluster format: int32 type: integer replicas: - description: Replicas is the number of number of desired replicas - in the cluster + description: Replicas is the number of desired replicas in the cluster format: int32 type: integer targetVersion: