Skip to content

Commit

Permalink
Add print statement
Browse files Browse the repository at this point in the history
Signed-off-by: David Kwon <[email protected]>
  • Loading branch information
dkwon17 committed May 16, 2022
1 parent 5dd5901 commit 506e11e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/devfile/devworkspace-operator/pkg/config"
"github.com/devfile/devworkspace-operator/pkg/constants"
"github.com/devfile/devworkspace-operator/pkg/infrastructure"
"fmt"
)

var routeAnnotations = func(endpointName string) map[string]string {
Expand Down Expand Up @@ -82,5 +83,6 @@ func (s *BasicSolver) GetExposedEndpoints(
}

func (s *BasicSolver) WorkspaceStopped(routing *controllerv1alpha1.DevWorkspaceRouting, workspaceMeta DevWorkspaceMetadata) error {
fmt.Print("\n\n\nBasicSolver: from WorkspaceStopped()\n\n\n")
return nil
}

0 comments on commit 506e11e

Please sign in to comment.