Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowRequest ¶ added in v1.8.0
type FlowRequest struct { Namespace string JobFlowName string JobTemplateName string Action flowv1alpha1.Action Event flowv1alpha1.Event }
FlowRequest The object of sync operation, used for JobFlow and JobTemplate
func (FlowRequest) String ¶ added in v1.8.0
func (r FlowRequest) String() string
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.