IngressBackendV1 Class
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 backend for a Kubernetes ingress resource.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class IngressBackendV1
[<YamlDotNet.Serialization.YamlSerializable>]
type IngressBackendV1 = class
Public NotInheritable Class IngressBackendV1
- Inheritance
-
IngressBackendV1
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Remarks
This class defines the configuration of a backend to which ingress traffic is routed. It supports two types of backend targets: 1. A Kubernetes service, encapsulated in the Service property. 2. A specific resource, defined using the Resource property.
Constructors
IngressBackendV1() |
Properties
Resource |
Represents a reference to a Kubernetes resource that is used as a backend for Ingress in the V1 API. |
Service |
Gets or sets the backend service information associated with the ingress resource. This includes the name of the service and its corresponding port configuration. |