You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// +kubebuilder:validation:XValidation:message="Replicas can either be increased or be downscaled to 0.",rule="self==0 ? true : self < oldSelf ? false : true"
313
314
Replicasint32`json:"replicas"`
314
315
// PriorityClassName is the name of a priority class that shall be used for the etcd pods.
315
316
// +optional
@@ -435,6 +436,9 @@ type EtcdStatus struct {
435
436
// PeerUrlTLSEnabled captures the state of peer url TLS being enabled for the etcd member(s)
Copy file name to clipboardexpand all lines: docs/api-reference/etcd-druid-api.md
+1
Original file line number
Diff line number
Diff line change
@@ -428,6 +428,7 @@ _Appears in:_
428
428
|`labelSelector`_[LabelSelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#labelselector-v1-meta)_| LabelSelector is a label query over pods that should match the replica count.<br />It must match the pod template's labels.<br />Deprecated: this field will be removed in the future. |||
429
429
|`members`_[EtcdMemberStatus](#etcdmemberstatus) array_| Members represents the members of the etcd cluster |||
430
430
|`peerUrlTLSEnabled`_boolean_| PeerUrlTLSEnabled captures the state of peer url TLS being enabled for the etcd member(s) |||
431
+
|`clusterSize`_integer_| ClusterSize is the last recorded etcd cluster size. |||
0 commit comments