github.com/kubernetes-incubator/kube-aws@v0.16.4/pkg/api/existing_etcd.go (about)

     1  package api
     2  
     3  // ExistingState describes the existing state of the etcd cluster
     4  type EtcdExistingState struct {
     5  	StackExists                    bool
     6  	EtcdMigrationEnabled           bool
     7  	EtcdMigrationExistingEndpoints string
     8  }