Available on crate feature
client
only.Expand description
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 types returned from
ConfigExt
methods. - oidc_
errors oidc
Possible errors when handling OIDC authentication. - scope
unstable-client
Scopes forunstable-client
Client
extension methods
Structs§
- A request body.
- Client for connecting with a Kubernetes cluster.
- A Kubernetes status object
Enums§
- Client auth errors
- OAuth
Error oauth
Possible errors when requesting token with OAuth - Errors from OpenSSL TLS
- Errors from Rustls
- Possible errors from upgrading to a WebSocket connection
Traits§
Type Aliases§
- HTTP body of a dynamic backing type.