Struct k8s_test_framework::interface::Interface
source · pub struct Interface {
pub deploy_chart_command: String,
pub kubectl_command: String,
}
Expand description
An interface between the test framework and external CLI commands and test utilities.
Fields§
§deploy_chart_command: String
A command used to deploy a Helm chart into the kubernetes cluster and delete if from there.
kubectl_command: String
A kubectl
command used for generic cluster interaction.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Interface
impl RefUnwindSafe for Interface
impl Send for Interface
impl Sync for Interface
impl Unpin for Interface
impl UnwindSafe for Interface
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more