Skip to content

Commit

Permalink
fix support.go linting problem
Browse files Browse the repository at this point in the history
Signed-off-by: owenowenisme <[email protected]>
  • Loading branch information
owenowenisme committed Jan 12, 2025
1 parent 9073a7f commit 925349d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray-operator/test/e2e/support.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ func jobSubmitterPodTemplateApplyConfiguration() *corev1ac.PodTemplateSpecApplyC
}))))
}

// NewRedisDeployment creates a new Redis deployment configuration for testing
func newRedisDeployment(namespace string) *appsv1ac.DeploymentApplyConfiguration {
return appsv1ac.Deployment("redis", namespace).
WithSpec(appsv1ac.DeploymentSpec().
Expand All @@ -197,6 +196,7 @@ func newRedisDeployment(namespace string) *appsv1ac.DeploymentApplyConfiguration
),
)
}

func newRedisService(namespace string) *corev1ac.ServiceApplyConfiguration {
return corev1ac.Service("redis", namespace).
WithSpec(corev1ac.ServiceSpec().
Expand Down

0 comments on commit 925349d

Please sign in to comment.