IngressBackend

case class IngressBackend(resource: Optional[TypedLocalObjectReference], serviceName: Optional[String], servicePort: Optional[IntOrString])

IngressBackend describes all endpoints for a given service and port.

IngressBackend describes all endpoints for a given service and port.

Value Params
serviceName

Specifies the name of the referenced service.

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

Value members

Concrete methods

Gets resource.

Gets resource.

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

def getServiceName: IO[K8sFailure, String]

Specifies the name of the referenced service.

Specifies the name of the referenced service.

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

Gets servicePort.

Gets servicePort.

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