Expand description
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 kubernetes API.
The Client
can also be used with Discovery
to dynamically
retrieve the resources served by the kubernetes API.
Modules§
- middleware
- Middleware types returned from
ConfigExt
methods.
Structs§
- Body
- A request body.
- Client
- Client for connecting with a Kubernetes cluster.
- Client
Builder - Builder for
Client
instances with customized tower middleware. - Status
- A Kubernetes status object
Enums§
- Auth
Error - Client auth errors
- Openssl
TlsError - Errors from OpenSSL TLS
- Upgrade
Connection Error - Possible errors from upgrading to a WebSocket connection
Traits§
Type Aliases§
- DynBody
- HTTP body of a dynamic backing type.