Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallResponse ¶
CallResponse is the result of a call made through Istio Ingress.
type Instance ¶
type Instance interface { resource.Resource // Address returns the external HTTP address of the ingress gateway (or the NodePort address, // when running under Minikube). Address() string // Call makes an HTTP call through ingress, where the URL has the given path. Call(path string) (CallResponse, error) }
Instance represents a deployed Ingress Gateway instance.
Click to show internal directories.
Click to hide internal directories.