IngressBackendV1.Resource 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.
Represents a reference to a Kubernetes resource that is used as a backend for Ingress in the V1 API.
[YamlDotNet.Serialization.YamlMember(Alias="resource")]
public Aspire.Hosting.Kubernetes.Resources.TypedLocalObjectReferenceV1 Resource { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="resource")>]
member this.Resource : Aspire.Hosting.Kubernetes.Resources.TypedLocalObjectReferenceV1 with get, set
Public Property Resource As TypedLocalObjectReferenceV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property holds a reference to a specific resource using the TypedLocalObjectReferenceV1 type, allowing specification of the resource's kind, name, and associated API group.