Skip to content
Docs Try Aspire

IngressServiceBackendV1 Properties

Class Properties 2 members
Represents a backend service configuration in a Kubernetes ingress resource.
Gets or sets the name of the referenced Kubernetes service. Represents the identifier of the service that the backend points to.
public string Name { get; set; }
Represents the port information for a backend service within an ingress resource. This property defines the port details as a ServiceBackendPortV1 object, which includes the port number and an optional name associated with the port.
public ServiceBackendPortV1 Port { get; set; }