Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Jul 28, 2024
1 parent f13189f commit b6a3798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ func (m *Manager) ensureTerminated(pod *core.Pod) (err error) {
return
}

// terminateContainer -
// terminateContainer - Terminate container as needed.
func (m *Manager) terminateContainer(pod *core.Pod, container string) (err error) {
clientSet, err := k8s2.NewClientSet()
if err != nil {
Expand Down

0 comments on commit b6a3798

Please sign in to comment.