class Job
- Job
- Reference
- Object
Included Modules
Defined in:
job.crConstant Summary
-
POD_TEMPLATE =
{{ read_file("/srv/crystaldoc.info/github-vitobotta-asset-sniper-main/src/templates/pod.yaml") }}
Constructors
Instance Method Summary
- #command : String
- #create
- #debug : Bool
- #job_id : Int32
- #name : String
- #run
- #start_time : Time::Span
- #stream : Bool
- #task_name : String
Instance methods inherited from module Util::Shell
run_shell_command(command : String, kubeconfig_path : String = "~/.kube/config", error_message : String = "", abort_on_error = true, print_output : Bool = true) : CommandResult
run_shell_command
Instance methods inherited from module Util
which(command)
which
Constructor Detail
def self.new(task_name : String, job_id : Int32, command : String, start_time : Time::Span, stream : Bool = false, debug : Bool = false)
#