mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-08 06:34:16 +00:00
more nits
This commit is contained in:
parent
5ff2d1a037
commit
0ddf4e9a50
5 changed files with 16 additions and 15 deletions
2
pkg/cache/main.go
vendored
2
pkg/cache/main.go
vendored
|
|
@ -11,7 +11,7 @@ type SchemaCache struct {
|
|||
schemas map[string]*gojsonschema.Schema
|
||||
}
|
||||
|
||||
func NewSchemaCache() *SchemaCache {
|
||||
func New() *SchemaCache {
|
||||
return &SchemaCache{
|
||||
schemas: map[string]*gojsonschema.Schema{},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue