Skip to content

Commit

Permalink
Register Experiment-related types to the client to avoid cache sync e…
Browse files Browse the repository at this point in the history
…rror on okrad startup
  • Loading branch information
mumoshu committed Jan 1, 2022
1 parent 4b7e5ac commit 20cb671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/rollouts/v1alpha1/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ func init() {
&ClusterAnalysisTemplateList{},
&AnalysisRun{},
&AnalysisRunList{},
&Experiment{},
&ExperimentList{},
)
}

0 comments on commit 20cb671

Please sign in to comment.