KubectlRunSettings.

Rm Property

Summary

--rm If true, delete the pod after it exits. Only valid when attaching to the container, e.g. with '--attach' or with '-i/--stdin'.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlRunSettings

Syntax

public Nullable<bool> Rm { get; set; }

Value

Type Description
Nullable<bool>