Merge pull request #7676 from MadhavJivrajani/add-hydrophone-repo
sig-testing: add hydrophone repo
This commit is contained in:
commit
eaa365635a
|
@ -75,6 +75,10 @@ Boskos is a resource manager service that handles different kinds of resources a
|
||||||
An experimental e2e testing framework for Kubernetes clusters.
|
An experimental e2e testing framework for Kubernetes clusters.
|
||||||
- **Owners:**
|
- **Owners:**
|
||||||
- [kubernetes-sigs/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework/blob/main/OWNERS)
|
- [kubernetes-sigs/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework/blob/main/OWNERS)
|
||||||
|
### hydrophone
|
||||||
|
Hydrophone is a lightweight Kubernetes conformance tests runner
|
||||||
|
- **Owners:**
|
||||||
|
- [kubernetes-sigs/hydrophone](https://github.com/kubernetes-sigs/hydrophone/blob/main/OWNERS)
|
||||||
### kind
|
### kind
|
||||||
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
|
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
|
||||||
- **Owners:**
|
- **Owners:**
|
||||||
|
|
|
@ -2989,6 +2989,11 @@ sigs:
|
||||||
An experimental e2e testing framework for Kubernetes clusters.
|
An experimental e2e testing framework for Kubernetes clusters.
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-sigs/e2e-framework/main/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-sigs/e2e-framework/main/OWNERS
|
||||||
|
- name: hydrophone
|
||||||
|
description: |
|
||||||
|
Hydrophone is a lightweight Kubernetes conformance tests runner
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/hydrophone/main/OWNERS
|
||||||
- name: kind
|
- name: kind
|
||||||
description: |
|
description: |
|
||||||
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
|
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
|
||||||
|
|
Loading…
Reference in New Issue