Share via


IngressBackendV1.Resource Property

Definition

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.

Applies to