Crate k8_client[][src]

Re-exports

pub use k8_metadata_client as meta_client;
pub use meta_client::k8_types;

Modules

http
prelude

Structs

K8Client

K8 Cluster accessible thru API

Enums

ClientError
K8Config

Functions

load_and_share

load k8 config and create shared k8 client

new_shared

create new shared k8 client based on k8 config

Type Definitions

SharedK8Client