class OodCore::Job::Adapters::Kubernetes::K8sJobInfo
An object that describes a submitted kubernetes job with extended information
Attributes
ood_connection_info[R]
Public Class Methods
new(ood_connection_info: {}, **options)
click to toggle source
Calls superclass method
OodCore::Job::Info::new
# File lib/ood_core/job/adapters/kubernetes/k8s_job_info.rb, line 5 def initialize(ood_connection_info: {}, **options) super(options) @ood_connection_info = ood_connection_info end