struct

Kubernetes::Config::UserEntry::ExecConfig

Inherits YAML::Serializable < Struct < Value < Object

Constructors

new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

api_version
Source
api_version=(api_version : String)
Source
args
Source
args=(args : Array(String) | Nil)
Source
command
Source
command=(command : String)
Source
env=(env : Array(ExecEnvVar) | Nil)
Source
install_hint
Source
install_hint=(install_hint : String | Nil)
Source
interactive_mode
Source
interactive_mode=(interactive_mode : String | Nil)
Source
provide_cluster_info
Source
provide_cluster_info=(provide_cluster_info : Bool | Nil)
Source

Nested types