You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise warning/error when input yaml file has no "---" separator between the resources
(found an example with such input, for which some of the resources were just ignored instead of having warn/err issued, and then the output did not match the expected, when one assumes all the resources are considered for the analysis) .
raise a warning/ error when the manifests are using selectors with wrong fields;
example :
following input rule-peer in an ANP :
is not correct as the namespaces is of type *metav1.LabelSelector and the namespaceSelector is not needed;
this input causes wrong parse result of the namespaces field; however no warning/ error is returned
The text was updated successfully, but these errors were encountered:
raise warning/error when input yaml file has no "---" separator between the resources
(found an example with such input, for which some of the resources were just ignored instead of having warn/err issued, and then the output did not match the expected, when one assumes all the resources are considered for the analysis) .
raise a warning/ error when the manifests are using
selector
s with wrong fields;example :
following input rule-peer in an ANP :
is not correct as the
namespaces
is of type*metav1.LabelSelector
and thenamespaceSelector
is not needed;this input causes wrong parse result of the
namespaces
field; however no warning/ error is returnedThe text was updated successfully, but these errors were encountered: