We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c15592 commit a84c660Copy full SHA for a84c660
.secrets.baseline
@@ -3,7 +3,7 @@
3
"files": "go.sum|^.secrets.baseline$",
4
"lines": null
5
},
6
- "generated_at": "2025-04-09T14:27:39Z",
+ "generated_at": "2025-04-14T09:34:13Z",
7
"plugins_used": [
8
{
9
"name": "AWSKeyDetector"
cos-csi-mounter/server/server.go
@@ -118,9 +118,6 @@ func handleCosMount() gin.HandlerFunc {
118
}
119
120
121
-// Currently by calling FuseUnmount method from NodeServer is able to unmount the volume
122
-// If required to have specific unmount methods based on mounters then following call can be modified and used
123
-
124
func handleCosUnmount() gin.HandlerFunc {
125
return func(c *gin.Context) {
126
var request struct {
0 commit comments