Skip to content

Commit

Permalink
fix: Fix the rebase bug
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <gaoce@caicloud.io>
  • Loading branch information
gaocegege committed May 15, 2019
1 parent 0430954 commit f0f4a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/v1alpha2/experiment/validator/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (g *General) validateTrialTemplate(instance *experimentsv1alpha2.Experiment

func (g *General) validateSupportedJob(job *unstructured.Unstructured) error {
gvk := job.GroupVersionKind()
supportedJobs := commonv1alpha2.getSupportedJobList()
supportedJobs := commonv1alpha2.GetSupportedJobList()
for _, sJob := range supportedJobs {
if gvk == sJob {
return nil
Expand Down

0 comments on commit f0f4a6a

Please sign in to comment.