Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertIPv4ToUint32 ¶
ConvertIPv4ToUint32 converts an IPv4 net.IP to a uint32 FIXME: this does nothing to protect the caller from bad input yet
func ConvertUint32ToIPv4 ¶
ConvertUint32ToIPv4 converts an IPv4 net.IP to a uint32 FIXME: this does nothing to protect the caller from bad input yet
func GetIPRangeStr ¶
GetIPRangeStr provides a string range of IP address given two net.IPs. For example, "192.168.1.240-192.168.1.250".
func WaitForHTTP ¶ added in v0.8.0
WaitForHTTP will make an HTTP GET request to the given URL until either the responses return the expected status code or the context completes (and then it will throw an error). The main purpose of this function is basically just to wait for an HTTP server that has been deployed to be ready without needing to bother with checking pod status, health e.t.c.
Types ¶
This section is empty.