From 855bc74023900b31095de72ae49c79d5d391aad5 Mon Sep 17 00:00:00 2001 From: Sean Sullivan Date: Tue, 5 Mar 2024 20:21:48 +0000 Subject: [PATCH] Adds OWNERS files to client-go streaming dirs --- staging/src/k8s.io/client-go/tools/portforward/OWNERS | 10 ++++++++++ .../src/k8s.io/client-go/tools/remotecommand/OWNERS | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 staging/src/k8s.io/client-go/tools/portforward/OWNERS create mode 100644 staging/src/k8s.io/client-go/tools/remotecommand/OWNERS diff --git a/staging/src/k8s.io/client-go/tools/portforward/OWNERS b/staging/src/k8s.io/client-go/tools/portforward/OWNERS new file mode 100644 index 00000000000..3078483072f --- /dev/null +++ b/staging/src/k8s.io/client-go/tools/portforward/OWNERS @@ -0,0 +1,10 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: + - aojea + - liggitt + - seans3 +reviewers: + - aojea + - liggitt + - seans3 diff --git a/staging/src/k8s.io/client-go/tools/remotecommand/OWNERS b/staging/src/k8s.io/client-go/tools/remotecommand/OWNERS new file mode 100644 index 00000000000..3078483072f --- /dev/null +++ b/staging/src/k8s.io/client-go/tools/remotecommand/OWNERS @@ -0,0 +1,10 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: + - aojea + - liggitt + - seans3 +reviewers: + - aojea + - liggitt + - seans3