Skip to content

Commit

Permalink
Remove useless methods from KubernetesCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
KrKOo committed Jan 19, 2024
1 parent f9b831c commit ef5764d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions worker/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,6 @@ func (kcmd KubernetesCommand) Stop() error {
return nil
}

func (kcmd KubernetesCommand) GetStdout() io.Writer {
return kcmd.Stdout
}

func (kcmd KubernetesCommand) GetStderr() io.Writer {
return kcmd.Stderr
}

// Waits until the job finishes
func waitForJobFinnish(ctx context.Context, watcher watch.Interface) {
for {
Expand Down

0 comments on commit ef5764d

Please sign in to comment.