koki / short

Manageable Kubernetes manifests through a composable, reusable syntax
https://docs.koki.io/short
Apache License 2.0
122 stars 14 forks source link

Pod bugs from functional tests #133

Closed ublubu closed 6 years ago

ublubu commented 6 years ago

Need to fix some failing test cases:

var temporarilyIgnoredResourceIDs = map[string]bool{
    "../testdata/pods/pod_spec_with_service_account":  true,
    "../testdata/pods/pod_spec_with_automount":        true,
    "../testdata/pods/pod_spec_with_volume_name":      true,
    "../testdata/pods/pod_spec_with_security_context": true,
}

pod_spec_with_volume_name is supposed to yield an error. It'll be interesting to figure out a good way to test handling of invalid manifests.