PolicyRuleV1.NonResourceUrLs Property

Definition

Gets the list of URLs that do not correspond to standard Kubernetes resources. These URLs are typically used to define permissions or access control for specific non-resource requests within the cluster, such as custom API paths or administrative endpoints.

[YamlDotNet.Serialization.YamlMember(Alias="nonResourceURLs")]
public System.Collections.Generic.List<string> NonResourceUrLs { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="nonResourceURLs")>]
member this.NonResourceUrLs : System.Collections.Generic.List<string>
Public ReadOnly Property NonResourceUrLs As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to