Documentation
¶
Index ¶
Constants ¶
View Source
const ( // httpBinImage is the container image name we use for deploying the "httpbin" HTTP testing tool. // if you need a simple HTTP server for tests you're writing, use this and check the documentation. // See: https://github.com/kong/httpbin HTTPBinImage = "kong/httpbin:0.1.0" // tcpEchoImage echoes TCP text sent to it after printing out basic information about its environment, e.g. // Welcome, you are connected to node kind-control-plane. // Running on Pod tcp-echo-58ccd6b78d-hn9t8. // In namespace foo. // With IP address 10.244.0.13. TCPEchoImage = "kong/go-echo:0.1.0" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.