Documentation
¶
Index ¶
Constants ¶
View Source
const ( // HTTPPort is 80. HTTPPort = 80 // AlternativeHTTPPort is 8080. AlternativeHTTPPort = 8080 )
Variables ¶
View Source
var ( ErrNotEqual = errors.New("not equal") ErrDontContain = errors.New("don't contain") )
Functions ¶
func EnsureResolveAddress ¶
func EnsureResolveAddress( tb testing.TB, tc ResolveAddressTestCase, clientsFn func() (k8s.Clients, func(tb testing.TB)), )
EnsureResolveAddress thelper lint skipped for greater visibility of failure location.
func ResolveAddressTestCases ¶
func ResolveAddressTestCases(namespace string, casefn func(tc ResolveAddressTestCase))
Types ¶
type ResolveAddressTestCase ¶
Click to show internal directories.
Click to hide internal directories.