Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBackend ¶
func NewBackend( kubeClient kubernetes.Interface, kubeflowClient clientset.Interface, serviceAccountLister corelister.ServiceAccountLister, roleLister rbaclister.RoleLister, roleBindingLister rbaclister.RoleBindingLister, jobLister batchlister.JobLister, recorder record.EventRecorder, ) backends.Backend
NewBackend is a constructor for none.Backend
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
Backend defines behavior of non-Disributed ChainerJob
func (*Backend) SyncChainerJob ¶
func (b *Backend) SyncChainerJob(chjob *apisv1alpha1.ChainerJob) error
SyncChainerJob syncs non-Distributed ChainerJobs.
Click to show internal directories.
Click to hide internal directories.