Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix comment #502

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/v1beta1/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions config/crd/bases/zookeeper.pravega.io_zookeeperclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down