PolicyRuleV1.Resources Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of resource names that the policy applies to in a Kubernetes cluster. These resources generally refer to resource types such as pods, services, deployments, etc., and must align with the resource types defined in the Kubernetes API.
[YamlDotNet.Serialization.YamlMember(Alias="resources")]
public System.Collections.Generic.List<string> Resources { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="resources")>]
member this.Resources : System.Collections.Generic.List<string>
Public ReadOnly Property Resources As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute