Versions in this module Expand all Collapse all v0 v0.6.1 Jun 6, 2019 v0.6.0 May 14, 2019 Changes in this version + func IsClusterLocal(r *servingv1alpha1.Route) bool + func MakeCertificate(route *v1alpha1.Route, dnsNames []string) *networkingv1alpha1.Certificate + func MakeClusterIngress(ctx context.Context, r *servingv1alpha1.Route, tc *traffic.Config, ...) (*v1alpha1.ClusterIngress, error) + func MakeClusterIngressTLS(cert *v1alpha1.Certificate, hostNames []string) v1alpha1.ClusterIngressTLS + func MakeK8sPlaceholderService(ctx context.Context, route *v1alpha1.Route, targetName string) (*corev1.Service, error) + func MakeK8sService(route *v1alpha1.Route, targetName string, ingress *netv1alpha1.ClusterIngress) (*corev1.Service, error) + func SelectorFromRoute(route *v1alpha1.Route) labels.Selector