Skip to content

Commit

Permalink
Correct linting.
Browse files Browse the repository at this point in the history
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
  • Loading branch information
HumairAK committed Jan 2, 2024
1 parent e874fa4 commit 30209d8
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions controllers/dspipeline_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ import (
)

type DSPAParams struct {
Name string
Namespace string
Owner mf.Owner
APIServer *dspa.APIServer
APIServerPiplinesCABundleMountPath string
PiplinesCABundleMountPath string
APIServerServiceName string
APICustomPemCerts []byte
OAuthProxy string
ScheduledWorkflow *dspa.ScheduledWorkflow
PersistenceAgent *dspa.PersistenceAgent
MlPipelineUI *dspa.MlPipelineUI
MariaDB *dspa.MariaDB
Minio *dspa.Minio
MLMD *dspa.MLMD
Name string
Namespace string
Owner mf.Owner
APIServer *dspa.APIServer
APIServerPiplinesCABundleMountPath string
PiplinesCABundleMountPath string
APIServerServiceName string
APICustomPemCerts []byte
OAuthProxy string
ScheduledWorkflow *dspa.ScheduledWorkflow
PersistenceAgent *dspa.PersistenceAgent
MlPipelineUI *dspa.MlPipelineUI
MariaDB *dspa.MariaDB
Minio *dspa.Minio
MLMD *dspa.MLMD
DBConnection
ObjectStorageConnection
}
Expand Down

0 comments on commit 30209d8

Please sign in to comment.