Documentation ¶
Index ¶
- Constants
- func Add(ctx context.Context, c *appconfig.CompletedConfig, mgr manager.Manager) error
- func Format(format string, args ...interface{}) string
- type EnqueueRequestForConfigEvent
- func (h *EnqueueRequestForConfigEvent) Create(e event.CreateEvent, q workqueue.RateLimitingInterface)
- func (h *EnqueueRequestForConfigEvent) Delete(e event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (h *EnqueueRequestForConfigEvent) Generic(e event.GenericEvent, q workqueue.RateLimitingInterface)
- func (h *EnqueueRequestForConfigEvent) Update(e event.UpdateEvent, q workqueue.RateLimitingInterface)
- type EnqueueRequestForGatewayEvent
- func (h *EnqueueRequestForGatewayEvent) Create(e event.CreateEvent, q workqueue.RateLimitingInterface)
- func (h *EnqueueRequestForGatewayEvent) Delete(e event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (h *EnqueueRequestForGatewayEvent) Generic(e event.GenericEvent, q workqueue.RateLimitingInterface)
- func (h *EnqueueRequestForGatewayEvent) Update(e event.UpdateEvent, q workqueue.RateLimitingInterface)
- type ReconcileService
Constants ¶
View Source
const ( HTTPPorts = "http" HTTPSPorts = "https" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnqueueRequestForConfigEvent ¶
type EnqueueRequestForConfigEvent struct{}
func (*EnqueueRequestForConfigEvent) Create ¶
func (h *EnqueueRequestForConfigEvent) Create(e event.CreateEvent, q workqueue.RateLimitingInterface)
func (*EnqueueRequestForConfigEvent) Delete ¶
func (h *EnqueueRequestForConfigEvent) Delete(e event.DeleteEvent, q workqueue.RateLimitingInterface)
func (*EnqueueRequestForConfigEvent) Generic ¶
func (h *EnqueueRequestForConfigEvent) Generic(e event.GenericEvent, q workqueue.RateLimitingInterface)
func (*EnqueueRequestForConfigEvent) Update ¶
func (h *EnqueueRequestForConfigEvent) Update(e event.UpdateEvent, q workqueue.RateLimitingInterface)
type EnqueueRequestForGatewayEvent ¶
type EnqueueRequestForGatewayEvent struct{}
func (*EnqueueRequestForGatewayEvent) Create ¶
func (h *EnqueueRequestForGatewayEvent) Create(e event.CreateEvent, q workqueue.RateLimitingInterface)
func (*EnqueueRequestForGatewayEvent) Delete ¶
func (h *EnqueueRequestForGatewayEvent) Delete(e event.DeleteEvent, q workqueue.RateLimitingInterface)
func (*EnqueueRequestForGatewayEvent) Generic ¶
func (h *EnqueueRequestForGatewayEvent) Generic(e event.GenericEvent, q workqueue.RateLimitingInterface)
func (*EnqueueRequestForGatewayEvent) Update ¶
func (h *EnqueueRequestForGatewayEvent) Update(e event.UpdateEvent, q workqueue.RateLimitingInterface)
type ReconcileService ¶
ReconcileService reconciles a Gateway object
Click to show internal directories.
Click to hide internal directories.