mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-16 07:50:46 +00:00
NetworkingTest is used to test different network scenarios. Since new capabilites and scenarios are added, like SCTP or HostNetwork for pods, we need a way to configure it with minimum disruption and code changes. Go idiomatic way to achieve this is using functional options.