Skip to content

Commit

Permalink
feat(controller): add doc comment for Ping constant
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinandan Purkait <[email protected]>
  • Loading branch information
Abhinandan-Purkait committed Nov 17, 2023
1 parent b4c55a2 commit bf6f28f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/driver/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const (
Mi = 1024 * 1024
Gi = 1024 * 1024 * 1024

// Ping event is sent periodically
Ping string = "zfs-ping"

// DefaultCASType Event application name constant for volume event
Expand Down

0 comments on commit bf6f28f

Please sign in to comment.