Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobInfo ¶
type JobInfo struct { Namespace string Name string Job *batch.Job Pods map[string]map[string]*v1.Pod }
JobInfo struct
func (*JobInfo) AddPod ¶
AddPod adds the k8s pod object values to the Pods field of JobStruct if it doesn't exist. Otherwise it throws error
Click to show internal directories.
Click to hide internal directories.