KubectlRunSettings.

LeaveStdinOpen Property

Summary

--leave-stdin-open If the pod is started in interactive mode or with stdin, leave stdin open after the first attach completes. By default, stdin will be closed after the first attach completes.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlRunSettings

Syntax

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

Value

Type Description
Nullable<bool>