Browse Source

Fix typo in field tag

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/2862/head
Brad Davidson 4 years ago committed by Brad Davidson
parent
commit
071de833ae
  1. 2
      pkg/etcd/etcd.go

2
pkg/etcd/etcd.go

@ -46,7 +46,7 @@ type ETCD struct {
type learnerProgress struct {
ID uint64 `json:"id,omitempty"`
Name string `json:"name,omitempty"`
RaftAppliedIndex uint64 `json:"raftAppliedIndex,omitmepty"`
RaftAppliedIndex uint64 `json:"raftAppliedIndex,omitempty"`
LastProgress metav1.Time `json:"lastProgress,omitempty"`
}

Loading…
Cancel
Save