A Kubernetes administrator creates a Kyverno ClusterPolicy with the following configuration:
- failureAction is set to Audit by default.
- failureActionOverrides is defined to enforce policies in the 'production' namespace and audit in the 'development' namespace.
What will be the failure action in a namespace named 'staging'?
In a Kyverno policy, how can you uniquely identify the 'NetworkPolicy' resource from the 'antrea.io' API group and version 'v1alpha1' to avoid naming conflicts?