From 4cdda6c6089bbbfe8b536906947f2e274ddc27ee Mon Sep 17 00:00:00 2001 From: Nawaz Hussain K Date: Fri, 28 Apr 2023 00:31:25 -0700 Subject: [PATCH] update labels as per google doc - remove area/dependency since it is present is default section --- label_sync/labels.md | 19 +++++++ label_sync/labels.yaml | 114 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 133 insertions(+) diff --git a/label_sync/labels.md b/label_sync/labels.md index 53a677cd5f82..3c08a43b112b 100644 --- a/label_sync/labels.md +++ b/label_sync/labels.md @@ -193,20 +193,39 @@ larger set of contributors to apply/remove them. | `area/api` | Issues or PRs related to the APIs| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/artifacts` | Issues or PRs related to the hosting of release artifacts| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/bootstrap` | Issues or PRs related to bootstrap providers| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/ci` | Issues or PRs related to ci| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/clustercachetracker` | Issues or PRs related to the clustercachetracker| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/clusterclass` | Issues or PRs related to clusterclass| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/clusterctl` | Issues or PRs related to clusterctl| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/clusterresourceset` | Issues or PRs related to clusterresourcesets| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/code-organization` | Issues or PRs related to Cluster API code organization| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/conformance` | Issues or PRs related to Cluster API and Kubernetes conformance tests| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/control-plane` | Issues or PRs related to control-plane lifecycle management| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/devtools` | Issues or PRs related to devtools| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/documentation` | Issues or PRs related to documentation| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/e2e-testing` | Issues or PRs related to e2e testing| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/health` | Issues or PRs related to health| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/ipam` | Issues or PRs related to ipam| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/logging` | Issues or PRs related to logging| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/machine` | Issues or PRs related to machine lifecycle management| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/machinedeployment` | Issues or PRs related to machinedeployments| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/machinehealthcheck` | Issues or PRs related to machinehealthchecks| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/machinepool` | Issues or PRs related to machinepools| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/machineset` | Issues or PRs related to machinesets| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/metrics` | Issues or PRs related to metrics| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/networking` | Issues or PRs related to networking| label | | | `area/operator` | Issues or PRs related to operator| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/provider/bootstrap-kubeadm` | Issues or PRs related to CAPBK| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/provider/control-plane-kubeadm` | Issues or PRs related to KCP| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/provider/core` | Issues or PRs related to the core provider| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/provider/docker` | Issues or PRs related to docker provider| label | | +| `area/provider/infrastructure-docker` | Issues or PRs related to the docker infrastructure provider| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/release` | Issues or PRs related to releasing| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/runtime-sdk` | Issues or PRs related to Runtime SDK| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/security` | Issues or PRs related to security| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/testing` | Issues or PRs related to testing| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/upgrades` | Issues or PRs related to upgrades| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +| `area/util` | Issues or PRs related to utils| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `area/ux` | Issues or PRs related to UX| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `kind/design` | Categorizes issue or PR as related to design.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | | `kind/proposal` | Issues or PRs related to proposals.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | diff --git a/label_sync/labels.yaml b/label_sync/labels.yaml index df8ba84ad2fe..c861a2dfce6f 100644 --- a/label_sync/labels.yaml +++ b/label_sync/labels.yaml @@ -1814,6 +1814,120 @@ repos: target: both prowPlugin: label addedBy: anyone + - color: 0052cc + description: Issues or PRs related to CAPBK + name: area/provider/bootstrap-kubeadm + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to KCP + name: area/provider/control-plane-kubeadm + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to the core provider + name: area/provider/core + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to the docker infrastructure provider + name: area/provider/infrastructure-docker + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to machinehealthchecks + name: area/machinehealthcheck + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to machinedeployments + name: area/machinedeployment + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to machinesets + name: area/machineset + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to machinepools + name: area/machinepool + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to the clustercachetracker + name: area/clustercachetracker + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to clusterresourcesets + name: area/clusterresourceset + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to ipam + name: area/ipam + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to documentation + name: area/documentation + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to clusterclass + name: area/clusterclass + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to e2e testing + name: area/e2e-testing + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to utils + name: area/util + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to logging + name: area/logging + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to metrics + name: area/metrics + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to ci + name: area/ci + target: both + prowPlugin: label + addedBy: anyone + - color: 0052cc + description: Issues or PRs related to devtools + name: area/devtools + target: both + prowPlugin: label + addedBy: anyone kubernetes-sigs/cluster-api-operator: labels: - color: c7def8