Struct k8_metadata_client::DoNothingClient[][src]

pub struct DoNothingClient();

Trait Implementations

retrieval a single item

returns stream of items in chunks

create new object

update status

patch object with arbitrary patch

stream items since resource versions

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