Matthew Booth

Results 389 comments of Matthew Booth

Yes, I think Ordered containers would do the job! It's stricter than we need because we don't need them to be ordered or (strictly) serialised, but the additional semantics wouldn't...

In theory, yes. In this specific instance, I don't think we'd use it, or at least we'd probably want to limit which tests ran in parallel to ensure we never...

I think the following issues could all fall under this topic: * https://github.com/kubernetes/cloud-provider-openstack/issues/1540 * https://github.com/kubernetes/cloud-provider-openstack/issues/1825 * https://github.com/kubernetes/cloud-provider-openstack/issues/1707 * https://github.com/kubernetes/cloud-provider-openstack/issues/1702 I have come here because I have hit 2 problems developing...

I think this might be slightly higher priority for us as I think OVN might be the default in OSP now? Somebody will correct me if I'm wrong. We're certainly...

> > The values which can be templated and their paths become part of the API. In this PR we're passing in the whole cluster object. Some thoughts: > >...

/test all

/retest-required

The problem here is that 'interface' is only the Go binding. What we're really defining here is the API, and that requires a concrete type. I think if we want...