diff --git a/pkg/cache/OWNERS b/pkg/cache/OWNERS new file mode 100644 index 00000000000..24180e8b6f8 --- /dev/null +++ b/pkg/cache/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: +- gabesaba diff --git a/pkg/hierarchy/OWNERS b/pkg/hierarchy/OWNERS new file mode 100644 index 00000000000..24180e8b6f8 --- /dev/null +++ b/pkg/hierarchy/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: +- gabesaba diff --git a/pkg/resources/OWNERS b/pkg/resources/OWNERS new file mode 100644 index 00000000000..24180e8b6f8 --- /dev/null +++ b/pkg/resources/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: +- gabesaba diff --git a/pkg/scheduler/OWNERS b/pkg/scheduler/OWNERS new file mode 100644 index 00000000000..24180e8b6f8 --- /dev/null +++ b/pkg/scheduler/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: +- gabesaba diff --git a/pkg/util/OWNERS b/pkg/util/OWNERS index c8a42b3c6cb..24180e8b6f8 100644 --- a/pkg/util/OWNERS +++ b/pkg/util/OWNERS @@ -1 +1,4 @@ # See the OWNERS docs at https://go.k8s.io/owners + +approvers: +- gabesaba diff --git a/test/OWNERS b/test/OWNERS index 4972368483b..d6418cdd760 100644 --- a/test/OWNERS +++ b/test/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +approvers: +- gabesaba + reviewers: - kannon92