IngressServiceBackend

case class IngressServiceBackend(name: String, port: Optional[ServiceBackendPort])

IngressServiceBackend references a Kubernetes Service as a Backend.

Value Params
name

Name is the referenced service. The service must exist in the same namespace as the Ingress object.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getName: IO[K8sFailure, String]

Name is the referenced service. The service must exist in the same namespace as the Ingress object.

Name is the referenced service. The service must exist in the same namespace as the Ingress object.

This effect always succeeds, it is safe to use the field name directly.

Gets port.

Gets port.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product