# Functions
NewHelloWorldJobHTTP gets an IP address and a port, which it uses to create a pod.
NewHelloWorldJob takes a DNS entry or an IP and a port which it will use to create a job which tries to contact the host on the provided port.
NewHelloWorldJobUDP takes a DNS entry or an IP and a port which it will use create a pod which tries to contact the host on the provided port.
WaitForJobToFail blocks until the given job finishes.
WaitForJobToSucceed blocks until the given job finishes.
# Constants
Default Job arguments to be used with NewJob.
Default Job arguments to be used with NewJob.
Default Job arguments to be used with NewJob.