We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339f6f0 commit f0b4937Copy full SHA for f0b4937
pkg/operator/staticpod/internal/atomicdir/swap_other.go
@@ -2,6 +2,8 @@
2
3
package atomicdir
4
5
+import "errors"
6
+
7
// swap can be used to exchange two directories atomically.
8
//
9
// This function is only implemented for Linux and returns an error on other platforms.
0 commit comments