Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenericRoute ¶
func GenericRoute(routeInfo *GenericRouteDetails) *routev1.Route
GenericRoute func
Types ¶
type GenericRouteDetails ¶
type GenericRouteDetails struct { Name string Namespace string Labels map[string]string ServiceName string TargetPortName string }
GenericRouteDetails -
type Route ¶
type Route struct {
// contains filtered or unexported fields
}
Route -
func (*Route) CreateOrPatch ¶
CreateOrPatch - creates or patches a route, reconciles after Xs if object won't exist.
func (*Route) GetHostname ¶
GetHostname - returns the hostname of the created route
Click to show internal directories.
Click to hide internal directories.