class Kube::Config::UserDef::Exec
- Kube::Config::UserDef::Exec
- Reference
- Object
Included Modules
- JSON::Serializable
- Kube::Config::Var
- YAML::Serializable
Defined in:
kube/config/user.crConstructors
- .new(api_version : String, args : Array(String), command : String, env : Array(Kube::Config::UserDef::Env), provide_cluster_info : Bool)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #api_version : String
- #api_version=(api_version : String)
- #args : Array(String)
- #args=(args : Array(String))
- #command : String
- #command=(command : String)
- #env : Array(Env)
- #env=(env : Array(Env))
- #provide_cluster_info : Bool
- #provide_cluster_info=(provide_cluster_info : Bool)
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)
#