Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Signed-off-by: peterghaddad <[email protected]>
  • Loading branch information
peterghaddad committed Feb 10, 2024
1 parent 0608a14 commit 61020a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyteplugins/go/tasks/plugins/k8s/ray/ray.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (rayJobResourceHandler) GetProperties() k8s.PluginProperties {
return k8s.PluginProperties{}
}

// BuildResource Creates a new ray job resource.
// BuildResource Creates a new ray job resource for v1 or v1alpha1.
func (rayJobResourceHandler) BuildResource(ctx context.Context, taskCtx pluginsCore.TaskExecutionContext) (client.Object, error) {
taskTemplate, err := taskCtx.TaskReader().Read(ctx)
if err != nil {
Expand Down

0 comments on commit 61020a8

Please sign in to comment.