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 442de19 commit 3aa0d1fCopy full SHA for 3aa0d1f
cpuset/OWNERS
@@ -1,7 +1,8 @@
1
# See the OWNERS docs at https://go.k8s.io/owners
2
3
approvers:
4
+ - dchen1107
5
- derekwaynecarr
-emeritus_approvers:
6
- - ConnorDoyle
7
- - vishh
+ - ffromani
+ - klueska
8
+ - SergeyKanzhelev
cpuset/cpuset.go
@@ -23,6 +23,8 @@ limitations under the License.
23
// See http://man7.org/linux/man-pages/man7/cpuset.7.html#FORMATS for details.
24
//
25
// Future work can migrate this to use a 'set' library, and relax the dubious 'immutable' property.
26
+//
27
+// This package was originally developed in the 'kubernetes' repository.
28
package cpuset
29
30
import (
0 commit comments