prometheus operator v0.93.1
Prometheus.spec.containers[].restartPolicyRules.exitCodes.spec.prometheusRulesExcludedFromEnforce
prometheusRulesExcludedFromEnforce defines the list of PrometheusRule objects to which the namespace label enforcement doesn't apply. This is only relevant when `spec.enforcedNamespaceLabel` is set to true. Deprecated: use `spec.excludedFromEnforcement` instead.
| Field / Type | Description |
|---|---|
ruleName | ruleName defines the name of the excluded PrometheusRule object. |
ruleNamespace | ruleNamespace defines the namespace of the excluded PrometheusRule object. |