Merge pull request #59 from coreos/version

add version field to spec
This commit is contained in:
Xiang Li 2016-08-25 15:49:29 -07:00 коммит произвёл GitHub
Родитель 29ca5cd083 032c5ceaf2
Коммит f65a651960
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -29,4 +29,8 @@ type Spec struct {
// AntiAffinity determines if the controller tries to avoid putting
// the etcd members in the same cluster onto the same node.
AntiAffinity bool `json:"antiAffinity"`
// Version is the expected version of the etcd cluster.
// The controller will eventually make the etcd cluster version
// equal to the expected version.
Version string `json:"version"`
}