Skip to content

Commit b404002

Browse files
authored
Merge pull request #8371 from Priyankasaggu11929/randfill
sig-testing: add subproject - randfill
2 parents 5d7dda5 + d828cd8 commit b404002

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Diff for: 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:**

Diff for: sigs.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -3299,6 +3299,16 @@ sigs:
32993299
name: Petr Muller
33003300
company: Red Hat
33013301
3302+
- name: randfill
3303+
description: |
3304+
Utility functions for filling types with randomized data (for kubernetes testing use).
3305+
owners:
3306+
- https://raw.githubusercontent.com/kubernetes-sigs/randfill/main/OWNERS
3307+
leads:
3308+
- github: thockin
3309+
name: Tim Hockin
3310+
company: Google
3311+
33023312
- name: sig-testing
33033313
description: |
33043314
Home for SIG Testing discussion and documents.

0 commit comments

Comments
 (0)