IngressBackendV1 Properties
Class Properties 2 members
Represents a backend for a Kubernetes ingress resource.
Represents a reference to a Kubernetes resource that is used as a backend for Ingress in the V1 API.
public TypedLocalObjectReferenceV1 Resource { get; set; }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.
Gets or sets the backend service information associated with the ingress resource. This includes the name of the service and its corresponding port configuration.
public IngressServiceBackendV1 Service { get; set; }