diff --git a/data/data/aws/OWNERS b/data/data/aws/OWNERS new file mode 100644 index 0000000000..6e59d685aa --- /dev/null +++ b/data/data/aws/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - aws-approvers +reviewers: + - aws-reviewers diff --git a/data/data/azure/OWNERS b/data/data/azure/OWNERS new file mode 100644 index 0000000000..fe588985fb --- /dev/null +++ b/data/data/azure/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - azure-approvers +reviewers: + - azure-reviewers diff --git a/data/data/baremetal/OWNERS b/data/data/baremetal/OWNERS index 11af0bba91..51e3695699 100644 --- a/data/data/baremetal/OWNERS +++ b/data/data/baremetal/OWNERS @@ -1,5 +1,7 @@ # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md # This file just uses aliases defined in OWNERS_ALIASES. +approvers: + - baremetal-approvers reviewers: - baremetal-reviewers diff --git a/data/data/bootstrap/baremetal/OWNERS b/data/data/bootstrap/baremetal/OWNERS new file mode 100644 index 0000000000..51e3695699 --- /dev/null +++ b/data/data/bootstrap/baremetal/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - baremetal-approvers +reviewers: + - baremetal-reviewers diff --git a/data/data/bootstrap/gcp/OWNERS b/data/data/bootstrap/gcp/OWNERS new file mode 100644 index 0000000000..10f3dc24e3 --- /dev/null +++ b/data/data/bootstrap/gcp/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - gcp-approvers +reviewers: + - gcp-reviewers diff --git a/data/data/gcp/OWNERS b/data/data/gcp/OWNERS new file mode 100644 index 0000000000..10f3dc24e3 --- /dev/null +++ b/data/data/gcp/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - gcp-approvers +reviewers: + - gcp-reviewers diff --git a/docs/design/baremetal/OWNERS b/docs/design/baremetal/OWNERS new file mode 100644 index 0000000000..51e3695699 --- /dev/null +++ b/docs/design/baremetal/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - baremetal-approvers +reviewers: + - baremetal-reviewers diff --git a/docs/user/aws/OWNERS b/docs/user/aws/OWNERS new file mode 100644 index 0000000000..6e59d685aa --- /dev/null +++ b/docs/user/aws/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - aws-approvers +reviewers: + - aws-reviewers diff --git a/docs/user/azure/OWNERS b/docs/user/azure/OWNERS new file mode 100644 index 0000000000..fe588985fb --- /dev/null +++ b/docs/user/azure/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - azure-approvers +reviewers: + - azure-reviewers diff --git a/docs/user/gcp/OWNERS b/docs/user/gcp/OWNERS new file mode 100644 index 0000000000..10f3dc24e3 --- /dev/null +++ b/docs/user/gcp/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - gcp-approvers +reviewers: + - gcp-reviewers diff --git a/pkg/asset/cluster/aws/OWNERS b/pkg/asset/cluster/aws/OWNERS new file mode 100644 index 0000000000..6e59d685aa --- /dev/null +++ b/pkg/asset/cluster/aws/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - aws-approvers +reviewers: + - aws-reviewers diff --git a/pkg/asset/cluster/azure/OWNERS b/pkg/asset/cluster/azure/OWNERS new file mode 100644 index 0000000000..fe588985fb --- /dev/null +++ b/pkg/asset/cluster/azure/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - azure-approvers +reviewers: + - azure-reviewers diff --git a/pkg/asset/cluster/baremetal/OWNERS b/pkg/asset/cluster/baremetal/OWNERS index 11af0bba91..51e3695699 100644 --- a/pkg/asset/cluster/baremetal/OWNERS +++ b/pkg/asset/cluster/baremetal/OWNERS @@ -1,5 +1,7 @@ # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md # This file just uses aliases defined in OWNERS_ALIASES. +approvers: + - baremetal-approvers reviewers: - baremetal-reviewers diff --git a/pkg/asset/cluster/gcp/OWNERS b/pkg/asset/cluster/gcp/OWNERS new file mode 100644 index 0000000000..10f3dc24e3 --- /dev/null +++ b/pkg/asset/cluster/gcp/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - gcp-approvers +reviewers: + - gcp-reviewers diff --git a/pkg/asset/installconfig/aws/OWNERS b/pkg/asset/installconfig/aws/OWNERS new file mode 100644 index 0000000000..6e59d685aa --- /dev/null +++ b/pkg/asset/installconfig/aws/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - aws-approvers +reviewers: + - aws-reviewers diff --git a/pkg/asset/installconfig/azure/OWNERS b/pkg/asset/installconfig/azure/OWNERS new file mode 100644 index 0000000000..fe588985fb --- /dev/null +++ b/pkg/asset/installconfig/azure/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - azure-approvers +reviewers: + - azure-reviewers diff --git a/pkg/asset/installconfig/gcp/OWNERS b/pkg/asset/installconfig/gcp/OWNERS new file mode 100644 index 0000000000..10f3dc24e3 --- /dev/null +++ b/pkg/asset/installconfig/gcp/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - gcp-approvers +reviewers: + - gcp-reviewers diff --git a/pkg/asset/machines/aws/OWNERS b/pkg/asset/machines/aws/OWNERS new file mode 100644 index 0000000000..6e59d685aa --- /dev/null +++ b/pkg/asset/machines/aws/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - aws-approvers +reviewers: + - aws-reviewers diff --git a/pkg/asset/machines/azure/OWNERS b/pkg/asset/machines/azure/OWNERS new file mode 100644 index 0000000000..fe588985fb --- /dev/null +++ b/pkg/asset/machines/azure/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - azure-approvers +reviewers: + - azure-reviewers diff --git a/pkg/asset/machines/baremetal/OWNERS b/pkg/asset/machines/baremetal/OWNERS index 11af0bba91..51e3695699 100644 --- a/pkg/asset/machines/baremetal/OWNERS +++ b/pkg/asset/machines/baremetal/OWNERS @@ -1,5 +1,7 @@ # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md # This file just uses aliases defined in OWNERS_ALIASES. +approvers: + - baremetal-approvers reviewers: - baremetal-reviewers diff --git a/pkg/asset/machines/gcp/OWNERS b/pkg/asset/machines/gcp/OWNERS new file mode 100644 index 0000000000..10f3dc24e3 --- /dev/null +++ b/pkg/asset/machines/gcp/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - gcp-approvers +reviewers: + - gcp-reviewers diff --git a/pkg/asset/manifests/azure/OWNERS b/pkg/asset/manifests/azure/OWNERS new file mode 100644 index 0000000000..fe588985fb --- /dev/null +++ b/pkg/asset/manifests/azure/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - azure-approvers +reviewers: + - azure-reviewers diff --git a/pkg/asset/manifests/gcp/OWNERS b/pkg/asset/manifests/gcp/OWNERS new file mode 100644 index 0000000000..10f3dc24e3 --- /dev/null +++ b/pkg/asset/manifests/gcp/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - gcp-approvers +reviewers: + - gcp-reviewers diff --git a/pkg/destroy/aws/OWNERS b/pkg/destroy/aws/OWNERS new file mode 100644 index 0000000000..6e59d685aa --- /dev/null +++ b/pkg/destroy/aws/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - aws-approvers +reviewers: + - aws-reviewers diff --git a/pkg/destroy/azure/OWNERS b/pkg/destroy/azure/OWNERS new file mode 100644 index 0000000000..fe588985fb --- /dev/null +++ b/pkg/destroy/azure/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - azure-approvers +reviewers: + - azure-reviewers diff --git a/pkg/destroy/baremetal/OWNERS b/pkg/destroy/baremetal/OWNERS index 11af0bba91..51e3695699 100644 --- a/pkg/destroy/baremetal/OWNERS +++ b/pkg/destroy/baremetal/OWNERS @@ -1,5 +1,7 @@ # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md # This file just uses aliases defined in OWNERS_ALIASES. +approvers: + - baremetal-approvers reviewers: - baremetal-reviewers diff --git a/pkg/destroy/gcp/OWNERS b/pkg/destroy/gcp/OWNERS new file mode 100644 index 0000000000..10f3dc24e3 --- /dev/null +++ b/pkg/destroy/gcp/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - gcp-approvers +reviewers: + - gcp-reviewers diff --git a/pkg/terraform/gather/aws/OWNERS b/pkg/terraform/gather/aws/OWNERS new file mode 100644 index 0000000000..6e59d685aa --- /dev/null +++ b/pkg/terraform/gather/aws/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - aws-approvers +reviewers: + - aws-reviewers diff --git a/pkg/terraform/gather/azure/OWNERS b/pkg/terraform/gather/azure/OWNERS new file mode 100644 index 0000000000..fe588985fb --- /dev/null +++ b/pkg/terraform/gather/azure/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - azure-approvers +reviewers: + - azure-reviewers diff --git a/pkg/terraform/gather/gcp/OWNERS b/pkg/terraform/gather/gcp/OWNERS new file mode 100644 index 0000000000..10f3dc24e3 --- /dev/null +++ b/pkg/terraform/gather/gcp/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - gcp-approvers +reviewers: + - gcp-reviewers diff --git a/pkg/tfvars/aws/OWNERS b/pkg/tfvars/aws/OWNERS new file mode 100644 index 0000000000..6e59d685aa --- /dev/null +++ b/pkg/tfvars/aws/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - aws-approvers +reviewers: + - aws-reviewers diff --git a/pkg/tfvars/azure/OWNERS b/pkg/tfvars/azure/OWNERS new file mode 100644 index 0000000000..fe588985fb --- /dev/null +++ b/pkg/tfvars/azure/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - azure-approvers +reviewers: + - azure-reviewers diff --git a/pkg/tfvars/baremetal/OWNERS b/pkg/tfvars/baremetal/OWNERS index 11af0bba91..51e3695699 100644 --- a/pkg/tfvars/baremetal/OWNERS +++ b/pkg/tfvars/baremetal/OWNERS @@ -1,5 +1,7 @@ # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md # This file just uses aliases defined in OWNERS_ALIASES. +approvers: + - baremetal-approvers reviewers: - baremetal-reviewers diff --git a/pkg/tfvars/gcp/OWNERS b/pkg/tfvars/gcp/OWNERS new file mode 100644 index 0000000000..10f3dc24e3 --- /dev/null +++ b/pkg/tfvars/gcp/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - gcp-approvers +reviewers: + - gcp-reviewers diff --git a/pkg/types/aws/OWNERS b/pkg/types/aws/OWNERS new file mode 100644 index 0000000000..6e59d685aa --- /dev/null +++ b/pkg/types/aws/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - aws-approvers +reviewers: + - aws-reviewers diff --git a/pkg/types/azure/OWNERS b/pkg/types/azure/OWNERS new file mode 100644 index 0000000000..fe588985fb --- /dev/null +++ b/pkg/types/azure/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - azure-approvers +reviewers: + - azure-reviewers diff --git a/pkg/types/baremetal/OWNERS b/pkg/types/baremetal/OWNERS index 11af0bba91..51e3695699 100644 --- a/pkg/types/baremetal/OWNERS +++ b/pkg/types/baremetal/OWNERS @@ -1,5 +1,7 @@ # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md # This file just uses aliases defined in OWNERS_ALIASES. +approvers: + - baremetal-approvers reviewers: - baremetal-reviewers diff --git a/pkg/types/gcp/OWNERS b/pkg/types/gcp/OWNERS new file mode 100644 index 0000000000..10f3dc24e3 --- /dev/null +++ b/pkg/types/gcp/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - gcp-approvers +reviewers: + - gcp-reviewers diff --git a/upi/aws/OWNERS b/upi/aws/OWNERS new file mode 100644 index 0000000000..6e59d685aa --- /dev/null +++ b/upi/aws/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - aws-approvers +reviewers: + - aws-reviewers diff --git a/upi/gcp/OWNERS b/upi/gcp/OWNERS new file mode 100644 index 0000000000..10f3dc24e3 --- /dev/null +++ b/upi/gcp/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - gcp-approvers +reviewers: + - gcp-reviewers