Share via


IngressServiceBackendV1 Class

Definition

Represents a backend service configuration in a Kubernetes ingress resource.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class IngressServiceBackendV1
[<YamlDotNet.Serialization.YamlSerializable>]
type IngressServiceBackendV1 = class
Public NotInheritable Class IngressServiceBackendV1
Inheritance
IngressServiceBackendV1
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

Remarks

This class defines the service-based backend for routing traffic in Kubernetes Ingress configurations. It specifies the service name and the port of the service that will handle incoming traffic.

Constructors

IngressServiceBackendV1()

Properties

Name

Gets or sets the name of the referenced Kubernetes service. Represents the identifier of the service that the backend points to.

Port

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.

Applies to