diff --git a/cpuset/OWNERS b/cpuset/OWNERS index d4c6257f..0ec2b085 100644 --- a/cpuset/OWNERS +++ b/cpuset/OWNERS @@ -1,7 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners approvers: + - dchen1107 - derekwaynecarr -emeritus_approvers: - - ConnorDoyle - - vishh + - ffromani + - klueska + - SergeyKanzhelev diff --git a/cpuset/cpuset.go b/cpuset/cpuset.go index f20a3fa0..52912d95 100644 --- a/cpuset/cpuset.go +++ b/cpuset/cpuset.go @@ -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 (