summaryrefslogtreecommitdiff
path: root/sigs.yaml
diff options
context:
space:
mode:
authorVaibhav <T_Vaibhav.goel@india.nec.com>2022-08-16 22:15:58 +0530
committerVaibhav <T_Vaibhav.goel@india.nec.com>2022-08-16 22:15:58 +0530
commitdc70a4cb67a0726b9223b38fe749d9f241f14cbe (patch)
tree758fe2822d558a17d430c81f6894a2f3fd22a202 /sigs.yaml
parent6a29c2ccb245c4a3a243ecb8183d1e5d8ae6702a (diff)
Update the URL for e2e-framework and kind
Diffstat (limited to 'sigs.yaml')
-rw-r--r--sigs.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigs.yaml b/sigs.yaml
index 96118427..5f9035dc 100644
--- a/sigs.yaml
+++ b/sigs.yaml
@@ -2665,14 +2665,14 @@ sigs:
description: |
An experimental e2e testing framework for Kubernetes clusters.
owners:
- - https://raw.githubusercontent.com/kubernetes-sigs/e2e-framework/master/OWNERS
+ - https://raw.githubusercontent.com/kubernetes-sigs/e2e-framework/main/OWNERS
- name: kind
description: |
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
contact:
slack: kind
owners:
- - https://raw.githubusercontent.com/kubernetes-sigs/kind/master/OWNERS
+ - https://raw.githubusercontent.com/kubernetes-sigs/kind/main/OWNERS
- name: kubetest2
description: |
Kubetest2 is the framework for launching and running end-to-end tests on kubernetes.