mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-20 10:49:51 +00:00
Add comments on some exported resources
This commit is contained in:
parent
eb6a2b12b7
commit
f64ecad867
5 changed files with 11 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
// FindYamlInDir will find yaml files in folder dir, and send their filenames in batches
|
||||
// of size batchSize to channel fileBatches
|
||||
func FindYamlInDir(dir string, fileBatches chan<- []string, batchSize int) error {
|
||||
files := []string{}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue