From 62aace94ab8dbadd269b0295cc130ac7e54b1480 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 Kubernetes-commit: 855bc74023900b31095de72ae49c79d5d391aad5 --- tools/portforward/OWNERS | 10 ++++++++++ tools/remotecommand/OWNERS | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 tools/portforward/OWNERS create mode 100644 tools/remotecommand/OWNERS diff --git a/tools/portforward/OWNERS b/tools/portforward/OWNERS new file mode 100644 index 00000000..30784830 --- /dev/null +++ b/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/tools/remotecommand/OWNERS b/tools/remotecommand/OWNERS new file mode 100644 index 00000000..30784830 --- /dev/null +++ b/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