IngressBackendPatchArgs

data class IngressBackendPatchArgs(val resource: Output<TypedLocalObjectReferencePatchArgs>? = null, val serviceName: Output<String>? = null, val servicePort: Output<Either<Int, String>>? = null) : ConvertibleToJava<IngressBackendPatchArgs>

IngressBackend describes all endpoints for a given service and port.

Constructors

Link copied to clipboard
constructor(resource: Output<TypedLocalObjectReferencePatchArgs>? = null, serviceName: Output<String>? = null, servicePort: Output<Either<Int, String>>? = null)

Properties

Link copied to clipboard

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.

Link copied to clipboard
val serviceName: Output<String>? = null

Specifies the name of the referenced service.

Link copied to clipboard
val servicePort: Output<Either<Int, String>>? = null

Specifies the port of the referenced service.

Functions

Link copied to clipboard
open override fun toJava(): IngressBackendPatchArgs