Skip to content

Commit 3aa0d1f

Browse files
committed
cpuset: Fixup owners and add origin comment
* Note that this came from kubernetes repository * Remove emeritus owners * Add klueska, dchen1107, ffromani, klueska, SergeyKanzhelev to owners
1 parent 442de19 commit 3aa0d1f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

cpuset/OWNERS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

33
approvers:
4+
- dchen1107
45
- derekwaynecarr
5-
emeritus_approvers:
6-
- ConnorDoyle
7-
- vishh
6+
- ffromani
7+
- klueska
8+
- SergeyKanzhelev

cpuset/cpuset.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ limitations under the License.
2323
// See http://man7.org/linux/man-pages/man7/cpuset.7.html#FORMATS for details.
2424
//
2525
// 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.
2628
package cpuset
2729

2830
import (

0 commit comments

Comments
 (0)