Show / Hide Table of Contents

Class ExternalExecution

Inheritance
object
ExternalExecution
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: k8s.KubeConfigModels
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
Type Description
string
View Source

Arguments

Arguments to pass when executing the plugin. Optional.

Declaration
public IList<string> Arguments { get; set; }
Property Value
Type Description
IList<string>
View Source

Command

The command to execute. Required.

Declaration
public string Command { get; set; }
Property Value
Type Description
string
View Source

EnvironmentVariables

Environment variables to set when executing the plugin. Optional.

Declaration
public IList<Dictionary<string, string>> EnvironmentVariables { get; set; }
Property Value
Type Description
IList<Dictionary<string, string>>
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
Type Description
string
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
Type Description
bool
  • View Source
In this article
Back to top Generated by DocFX