kubernetes/vendor/go.etcd.io/etcd/server/v3/etcdserver/apply_v2.go

const v2Version

type ApplierV2

func NewApplierV2(lg *zap.Logger, s v2store.Store, c *membership.RaftCluster) ApplierV2 {}

type applierV2store

func (a *applierV2store) Delete(r *RequestV2) Response {}

func (a *applierV2store) Post(r *RequestV2) Response {}

func (a *applierV2store) Put(r *RequestV2, shouldApplyV3 membership.ShouldApplyV3) Response {}

func (a *applierV2store) QGet(r *RequestV2) Response {}

func (a *applierV2store) Sync(r *RequestV2) Response {}

// applyV2Request interprets r as a call to v2store.X
// and returns a Response interpreted from v2store.Event
func (s *EtcdServer) applyV2Request(r *RequestV2, shouldApplyV3 membership.ShouldApplyV3) (resp Response) {}

func (r *RequestV2) TTLOptions() v2store.TTLOptionSet {}

func toResponse(ev *v2store.Event, err error) Response {}