File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,12 @@ Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action
115
115
- [ kubernetes-sigs/prow] ( https://github.com/kubernetes-sigs/prow/blob/main/OWNERS )
116
116
- ** Contact:**
117
117
- 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 )
118
124
### sig-testing
119
125
Home for SIG Testing discussion and documents.
120
126
- ** Owners:**
Original file line number Diff line number Diff line change @@ -3299,6 +3299,16 @@ sigs:
3299
3299
name : Petr Muller
3300
3300
company : Red Hat
3301
3301
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
+
3302
3312
- name : sig-testing
3303
3313
description : |
3304
3314
Home for SIG Testing discussion and documents.
You can’t perform that action at this time.
0 commit comments