Skip to content

Commit

Permalink
cpuset: Fixup owners and add origin comment
Browse files Browse the repository at this point in the history
* Note that this came from kubernetes repository
* Remove emeritus owners
  • Loading branch information
iancoolidge committed Mar 2, 2023
1 parent 442de19 commit 6985ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpuset/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@

approvers:
- derekwaynecarr
emeritus_approvers:
- ConnorDoyle
- vishh
2 changes: 2 additions & 0 deletions cpuset/cpuset.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ limitations under the License.
// See http://man7.org/linux/man-pages/man7/cpuset.7.html#FORMATS for details.
//
// Future work can migrate this to use a 'set' library, and relax the dubious 'immutable' property.
//
// This package was originally developed in the 'kubernetes' repository.
package cpuset

import (
Expand Down

0 comments on commit 6985ced

Please sign in to comment.