Skip to content

Commit ae7ba7c

Browse files
committed
TODO comment for using controller-runtime client for logs
1 parent 4b3ecd1 commit ae7ba7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/new-ui/v1beta1/backend.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ func getTrialLogs(k *KatibUIHandler, trialName string, namespace string) (string
634634
selectionLabel = selectionLabel + "," + primaryKey + "=" + primaryValue
635635
}
636636

637+
// TODO: Use controller-runtime client instead of kubernetes client to get logs, once this is available
637638
cfg, err := config.GetConfig()
638639
if err != nil {
639640
return "", err

0 commit comments

Comments
 (0)