mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-08 14:29:45 +00:00
This includes a few cases. 1) TestCreateIgnoresIPFamilyForExternalName: Prove that ExternalName is ignored for dual-stack. A small set of test cases were chosen to demonstrate. 2) TestCreateIgnoresIPFamilyWithoutDualStack: Prove that when the dual-stack gate is off, all services are ignored for dual-stack. A small set of test cases were chosen to demonstrate 3) TestCreateInitIPFields: Run over a huge array of test cases for dual-stack. This was generated by this program: https://gist.github.com/thockin/cccc9c9a580b4830ee0946ddd43eeafe and then updated by hand.