Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressWrapper ¶
type IngressWrapper struct { Ingress *v1beta1.Ingress Namespace string KubeClient kubernetes.Interface }
func (*IngressWrapper) GetURL ¶
func (iw *IngressWrapper) GetURL() string
type RouteWrapper ¶
type RouteWrapper struct { Route *routev1.Route Namespace string KubeClient kubernetes.Interface }
func (*RouteWrapper) GetURL ¶
func (rw *RouteWrapper) GetURL() string
Click to show internal directories.
Click to hide internal directories.