What this PR does / why we need it:
The BootstrapEntry struct in porx project has more fields added over the time, which are missing here. This PR just brings it in sync.
Output of make build command:
> make build
PKGS=github.com/portworx/kvdb github.com/portworx/kvdb/api/bootstrap github.com/portworx/kvdb/api/bootstrap/k8s github.com/portworx/kvdb/bolt github.com/portworx/kvdb/common github.com/portworx/kvdb/consul github.com/portworx/kvdb/etcd/common github.com/portworx/kvdb/etcd/v3 github.com/portworx/kvdb/mem github.com/portworx/kvdb/wrappers github.com/portworx/kvdb/zookeeper
>>> go build
go build github.com/portworx/kvdb github.com/portworx/kvdb/api/bootstrap github.com/portworx/kvdb/api/bootstrap/k8s github.com/portworx/kvdb/bolt github.com/portworx/kvdb/common github.com/portworx/kvdb/consul github.com/portworx/kvdb/etcd/common github.com/portworx/kvdb/etcd/v3 github.com/portworx/kvdb/mem github.com/portworx/kvdb/wrappers github.com/portworx/kvdb/zookeeper
What this PR does / why we need it: The
BootstrapEntry
struct inporx
project has more fields added over the time, which are missing here. This PR just brings it in sync.Output of
make build
command: