mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Fix typo in field tag
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
parent
8011697175
commit
071de833ae
@ -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…
Reference in New Issue
Block a user