Skip to content

Commit d828cd8

Browse files
sig-testing: add subproject - randfill
1 parent 79e9a85 commit d828cd8

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

sig-testing/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action
115115
- [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/blob/main/OWNERS)
116116
- **Contact:**
117117
- Slack: [#prow](https://kubernetes.slack.com/messages/prow)
118+
### randfill
119+
Utility functions for filling types with randomized data (for kubernetes testing use).
120+
- **Leads:**
121+
- Tim Hockin (**[@thockin](https://github.com/thockin)**), Google
122+
- **Owners:**
123+
- [kubernetes-sigs/randfill](https://github.com/kubernetes-sigs/randfill/blob/main/OWNERS)
118124
### sig-testing
119125
Home for SIG Testing discussion and documents.
120126
- **Owners:**

sigs.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -3295,6 +3295,16 @@ sigs:
32953295
name: Petr Muller
32963296
company: Red Hat
32973297
3298+
- name: randfill
3299+
description: |
3300+
Utility functions for filling types with randomized data (for kubernetes testing use).
3301+
owners:
3302+
- https://raw.githubusercontent.com/kubernetes-sigs/randfill/main/OWNERS
3303+
leads:
3304+
- github: thockin
3305+
name: Tim Hockin
3306+
company: Google
3307+
32983308
- name: sig-testing
32993309
description: |
33003310
Home for SIG Testing discussion and documents.

0 commit comments

Comments
 (0)