Struct k8_client::K8Client[][src]

pub struct K8Client { /* fields omitted */ }
Expand description

K8 Cluster accessible thru API

Implementations

replace existing object. object must exist

Trait Implementations

Formats the value using the given formatter. Read more

retrieval a single item

create new object

update status

patch existing with spec

stream items since resource versions

returns stream of items in chunks

retrieve all items a single chunk this may cause client to hang if there are too many items Read more

apply object, this is similar to kubectl apply for now, this doesn’t do any optimization if object doesn’t exist, it will be created if object exist, it will be patched by using strategic merge diff Read more

patch existing obj

Check if the object exists, return true or false.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more