ConstReadonlyAPI_SCOPE_QUALIFIER_ALL: "API_SCOPE_QUALIFIER_ALL"Matches any scope regardless of access level.
ReadonlyAPI_SCOPE_QUALIFIER_READ: "API_SCOPE_QUALIFIER_READ"Narrows matching to read-only variants of the listed scopes (e.g. GET/HEAD requests).
Qualifies the breadth of API access permitted by an ingress network policy rule. API_SCOPE_QUALIFIER_READ narrows matching to read-only variants of the listed scopes; API_SCOPE_QUALIFIER_ALL matches any scope. When unset, scopes match exactly as listed.