Documentation ¶
Overview ¶
* * * OCI Native Ingress Controller * * * * Copyright (c) 2023 Oracle America, Inc. and its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ *
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PathToRoutePolicyCondition ¶
func PathToRoutePolicyCondition(host string, path networkingv1.HTTPIngressPath) string
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller demonstrates how to implement a controller with client-go.
func NewController ¶
func NewController( controllerClass string, ingressClassInformer networkinginformers.IngressClassInformer, ingressInformer networkinginformers.IngressInformer, serviceLister corelisters.ServiceLister, client *client.ClientProvider, ) *Controller
NewController creates a new Controller.
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{})
Run begins watching and syncing.
Click to show internal directories.
Click to hide internal directories.