Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + const FutureGroupName + const GroupName + const InsecureEdgeTerminationPolicyAllow + const InsecureEdgeTerminationPolicyNone + const InsecureEdgeTerminationPolicyRedirect + const TLSTerminationEdge + const TLSTerminationPassthrough + const TLSTerminationReencrypt + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = unversioned.GroupVersion + func DeepCopy_api_Route(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_RouteIngress(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_RouteIngressCondition(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_RouteList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_RoutePort(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_RouteSpec(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_RouteStatus(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_RouteTargetReference(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_RouterShard(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_TLSConfig(in interface{}, out interface{}, c *conversion.Cloner) error + func GetDomainForHost(host string) string + func Kind(kind string) unversioned.GroupKind + func RegisterDeepCopies(scheme *runtime.Scheme) error + func Resource(resource string) unversioned.GroupResource + func RouteLessThan(route1, route2 *Route) bool + func RouteToSelectableFields(route *Route) fields.Set + type InsecureEdgeTerminationPolicyType string + type Route struct + Spec RouteSpec + Status RouteStatus + func (obj *Route) GetObjectKind() unversioned.ObjectKind + type RouteIngress struct + Conditions []RouteIngressCondition + Host string + RouterCanonicalHostname string + RouterName string + WildcardPolicy WildcardPolicyType + type RouteIngressCondition struct + LastTransitionTime *unversioned.Time + Message string + Reason string + Status kapi.ConditionStatus + Type RouteIngressConditionType + func IngressConditionStatus(ingress *RouteIngress, t RouteIngressConditionType) (kapi.ConditionStatus, RouteIngressCondition) + type RouteIngressConditionType string + const RouteAdmitted + const RouteExtendedValidationFailed + type RouteList struct + Items []Route + func (obj *RouteList) GetObjectKind() unversioned.ObjectKind + type RoutePort struct + TargetPort intstr.IntOrString + type RouteSpec struct + AlternateBackends []RouteTargetReference + Host string + Path string + Port *RoutePort + TLS *TLSConfig + To RouteTargetReference + WildcardPolicy WildcardPolicyType + type RouteStatus struct + Ingress []RouteIngress + type RouteTargetReference struct + Kind string + Name string + Weight *int32 + type RouterShard struct + DNSSuffix string + ShardName string + type TLSConfig struct + CACertificate string + Certificate string + DestinationCACertificate string + InsecureEdgeTerminationPolicy InsecureEdgeTerminationPolicyType + Key string + Termination TLSTerminationType + type TLSTerminationType string + type WildcardPolicyType string + const WildcardPolicyNone + const WildcardPolicySubdomain v1.5.0-alpha.1 Dec 29, 2016