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 @@ -3295,6 +3295,16 @@ sigs:
3295
3295
name : Petr Muller
3296
3296
company : Red Hat
3297
3297
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
+
3298
3308
- name : sig-testing
3299
3309
description : |
3300
3310
Home for SIG Testing discussion and documents.
You can’t perform that action at this time.
0 commit comments