Class IngressBackend
IngressBackend describes all endpoints for a given service and port.
Inheritance
System.Object
IngressBackend
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Extensions.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class IngressBackend
Fields
View SourceResource
Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified.
Declaration
public readonly TypedLocalObjectReference Resource
Field Value
| Type | Description |
|---|---|
| TypedLocalObjectReference |
ServiceName
Specifies the name of the referenced service.
Declaration
public readonly string ServiceName
Field Value
| Type | Description |
|---|---|
| System.String |
ServicePort
Specifies the port of the referenced service.
Declaration
public readonly Union<int, string> ServicePort
Field Value
| Type | Description |
|---|---|
| Union<System.Int32, System.String> |