13
0
Fork 0
mirror of https://github.com/yannh/kubeconform.git synced 2026-07-02 17:39:30 +00:00

remove comment - files with multiple resources are now supported

This commit is contained in:
Yann Hamon 2020-05-31 17:09:52 +02:00
parent d5da392bcf
commit 93f7dbc83a

View file

@ -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"`