 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendRefT ¶
type BackendRefT interface {
	gatewayv1alpha2.BackendRef |
		gatewayv1beta1.BackendRef |
		gatewayv1alpha2.SecretObjectReference |
		gatewayv1beta1.SecretObjectReference
}
    type HostnameT ¶
type HostnameT interface {
	gatewayv1beta1.Hostname | gatewayv1alpha2.Hostname | string
}
    type ListenerT ¶
type ListenerT interface {
	gatewayv1beta1.Listener | gatewayv1alpha2.Listener
}
    type ParentReferenceT ¶
type ParentReferenceT interface {
	gatewayv1alpha2.ParentReference | gatewayv1beta1.ParentReference
}
    type RouteT ¶
type RouteT interface {
	client.Object
	*gatewayv1beta1.HTTPRoute |
		*gatewayv1alpha2.UDPRoute |
		*gatewayv1alpha2.TCPRoute |
		*gatewayv1alpha2.TLSRoute
}
     Click to show internal directories. 
   Click to hide internal directories.