mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
remove comment - files with multiple resources are now supported
This commit is contained in:
parent
d5da392bcf
commit
93f7dbc83a
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ type Signature struct {
|
|||
Kind, Version, Namespace string
|
||||
}
|
||||
|
||||
// TODO: Support multi-resources yaml files
|
||||
func SignatureFromBytes(s []byte) (Signature, error) {
|
||||
resource := struct {
|
||||
APIVersion string `yaml:"apiVersion"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue