(t *testing.T)
| 682 | } |
| 683 | |
| 684 | func NewBase(t *testing.T) *Base { |
| 685 | return newBase(t, Namespace, false, false) |
| 686 | } |
| 687 | |
| 688 | func newBase(t *testing.T, ns string, ipv6Compatible bool, kubernetesCompatible bool) *Base { |
| 689 | base := &Base{ |
searching dependent graphs…