class Kube::Config::UserDef::Exec

Included Modules

Defined in:

kube/config/user.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module Kube::Config::Var

to_h to_h

Constructor Detail

def self.new(api_version : String, args : Array(String), command : String, env : Array(Kube::Config::UserDef::Env), provide_cluster_info : Bool) #

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(pull : JSON::PullParser) #

Class Method Detail

def self.from_hash(data) #

[View source]

Instance Method Detail

def api_version : String #

[View source]
def api_version=(api_version : String) #

[View source]
def args : Array(String) #

[View source]
def args=(args : Array(String)) #

[View source]
def command : String #

[View source]
def command=(command : String) #

[View source]
def env : Array(Env) #

[View source]
def env=(env : Array(Env)) #

[View source]
def provide_cluster_info : Bool #

[View source]
def provide_cluster_info=(provide_cluster_info : Bool) #

[View source]