Show / Hide Table of Contents

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 Source

Resource

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
View Source

ServiceName

Specifies the name of the referenced service.

Declaration
public readonly string ServiceName
Field Value
Type Description
System.String
View Source

ServicePort

Specifies the port of the referenced service.

Declaration
public readonly Union<int, string> ServicePort
Field Value
Type Description
Union<System.Int32, System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.