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
* Add klueska, dchen1107, ffromani, klueska, SergeyKanzhelev to owners
  • Loading branch information
iancoolidge committed Mar 3, 2023
1 parent 442de19 commit 3aa0d1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cpuset/OWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- dchen1107
- derekwaynecarr
emeritus_approvers:
- ConnorDoyle
- vishh
- ffromani
- klueska
- SergeyKanzhelev
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 3aa0d1f

Please sign in to comment.