Class ExternalExecution
Inheritance
ExternalExecution
Assembly: KubernetesClient.dll
Syntax
public class ExternalExecution
Constructors
View Source
ExternalExecution()
Declaration
public ExternalExecution()
Properties
View Source
ApiVersion
Declaration
public string ApiVersion { get; set; }
Property Value
View Source
Arguments
Arguments to pass when executing the plugin. Optional.
Declaration
public IList<string> Arguments { get; set; }
Property Value
View Source
Command
The command to execute. Required.
Declaration
public string Command { get; set; }
Property Value
View Source
EnvironmentVariables
Environment variables to set when executing the plugin. Optional.
Declaration
public IList<Dictionary<string, string>> EnvironmentVariables { get; set; }
Property Value
View Source
InstallHint
Text shown to the user when the executable doesn't seem to be present. Optional.
Declaration
public string InstallHint { get; set; }
Property Value
View Source
ProvideClusterInfo
Whether or not to provide cluster information to this exec plugin as a part of
the KUBERNETES_EXEC_INFO environment variable. Optional.
Declaration
public bool ProvideClusterInfo { get; set; }
Property Value