Skip to content

networking.v1.ingressServiceBackend

"IngressServiceBackend references a Kubernetes Service as a Backend."

Index

Fields

fn withName

withName(name)

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

obj port

"ServiceBackendPort is the service port being referenced."

fn port.withName

withName(name)

"Name is the name of the port on the Service. This is a mutually exclusive setting with \"Number\"."

fn port.withNumber

withNumber(number)

"Number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with \"Name\"."