Versions in this module Expand all Collapse all v0 v0.5.1 May 13, 2015 Changes in this version + type Route struct + Spec RouteSpec + Status RouteStatus + func (*Route) IsAnAPIObject() + type RouteList struct + Items []Route + func (*RouteList) IsAnAPIObject() + type RouteSpec struct + Host string + Path string + TLS *TLSConfig + To kapi.ObjectReference + type RouteStatus struct + type RouterShard struct + DNSSuffix string + ShardName string + type TLSConfig struct + CACertificate string + Certificate string + DestinationCACertificate string + Key string + Termination TLSTerminationType + type TLSTerminationType string + const TLSTerminationEdge + const TLSTerminationPassthrough + const TLSTerminationReencrypt