Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EKSAdapter ¶
type EKSAdapter interface { AdaptJobToFlotillaRun(job *batchv1.Job, run state.Run, pod *corev1.Pod) (state.Run, error) AdaptFlotillaDefinitionAndRunToJob(executable state.Executable, run state.Run, schedulerName string, manager state.Manager, araEnabled bool) (batchv1.Job, error) }
func NewEKSAdapter ¶
func NewEKSAdapter() (EKSAdapter, error)
NewEKSAdapter configures and returns an eks adapter for translating from EKS api specific objects to our representation
Click to show internal directories.
Click to hide internal directories.