Enum KubeConfigExecInteractiveMode
Describes an KubeConfigAuthProvider's relationshit with standard input.
Namespace: Neon.Kube.Config
Assembly: Neon.Kube.dll
Syntax
public enum KubeConfigExecInteractiveMode
Fields
Name | Description |
---|---|
Always | Indicates that the plugin will always use standard input. |
IfAvailable | Indicates that the plugin will use standard input when available. |
Never | Indicates that the plugin will never use standard input. |