ExternalExecution class

External Execution

Constructors

ExternalExecution()

Properties

apiVersion String?
API version.
getter/setter pair
arguments List<String>?
Arguments to pass when executing the plugin. Optional.
getter/setter pair
command String?
The command to execute. Required.
getter/setter pair
environmentVariables List<Map<String, String>>?
Environment variables to set when executing the plugin. Optional.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
installHint String?
Text shown to the user when the executable doesn't seem to be present. Optional.
getter/setter pair
provideClusterInfo bool?
Whether or not to provide cluster information to this exec plugin as a part of the KUBERNETES_EXEC_INFO environment variable. Optional.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited