Skip to content

route.v1.routeIngress

"RouteIngress holds information about the places where a route is exposed."

Index

Fields

fn withConditions

withConditions(conditions)

"Conditions is the state of the route, may be empty."

fn withConditionsMixin

withConditionsMixin(conditions)

"Conditions is the state of the route, may be empty."

Note: This function appends passed data to existing values

fn withHost

withHost(host)

"Host is the host string under which the route is exposed; this value is required"

fn withRouterCanonicalHostname

withRouterCanonicalHostname(routerCanonicalHostname)

"CanonicalHostname is the external host name for the router that can be used as a CNAME for the host requested for this route. This value is optional and may not be set in all cases."

fn withRouterName

withRouterName(routerName)

"Name is a name chosen by the router to identify itself; this value is required"

fn withWildcardPolicy

withWildcardPolicy(wildcardPolicy)

"Wildcard policy is the wildcard policy that was allowed where this route is exposed."