Module kube::client[][src]

A basic API client for interacting with the Kubernetes API

The Client uses standard kube error handling.

This client can be used on its own or in conjuction with the Api type for more structured interaction with the kuberneres API.

Structs

Client

Client for connecting with a Kubernetes cluster.

Status

A Kubernetes status object

StatusCause

Status cause object on the StatusDetails object

StatusDetails

Status details object on the Status object