KubectlRunSettings.

Attach Property

Summary

--attach If true, wait for the Pod to start running, and then attach to the Pod as if 'kubectl attach ...' were called. Default false, unless '-i/--stdin' is set, in which case the default is true. With '--restart=Never' the exit code of the container process is returned.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlRunSettings

Syntax

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

Value

Type Description
Nullable<bool>