func (m *EndpointSpec) CopyFrom(src interface{}) {

    o := src.(*EndpointSpec)
    *m = *o
    if o.Ports != nil {