Documentation
¶
Index ¶
Constants ¶
View Source
const (
LocalClusterName = "minikube"
)
Variables ¶
View Source
var (
TimedOutWaitingForPodsError = errors.Errorf("Timed out waiting for pods to come online")
)
Functions ¶
Types ¶
type Client ¶
type Client interface { // Wait until all of the pods in the provided namespace are ready (or completed successfully) WaitUntilPodsRunning(namespace string) error // Get the address of the service, trying to account for different service types (i.e. LoadBalancer) and // Kubernetes flavors (i.e. Minikube) GetIngressAddress(name, namespace, proxyPort string) (string, error) }
A simple client for Valet's interactions with Kubernetes via client API
Click to show internal directories.
Click to hide internal directories.