Skip to content

Commit f0f9ed4

Browse files
authored
Update pkg/driver/hook/hook.go
1 parent 48c41b4 commit f0f9ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/driver/hook/hook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"k8s.io/client-go/tools/clientcmd"
1111
)
1212

13-
// Hook defines the lifecycle methods for a hook, such as PreStop, PostStart, and PostStop.
13+
// Hook defines the lifecycle methods for a hook, such as PreStop, PostStart ..etc.
1414
// Implementations of this interface can define actions to be performed at different lifecycle stages.
1515
type Hook interface {
1616
PreStop(ctx context.Context) error

0 commit comments

Comments
 (0)