Documentation ¶
Index ¶
Constants ¶
View Source
const ( MAX_REQUEUES = 5 CloudProivderAnnotation string = "cloud-provider" OCIProviderValue string = "oci" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(adapterFactory cloudcommon.AdapterFactory, clientSet vclientset.Interface, kubeclient kubernetes.Interface, cloudIFactory, resourceIFactory informers.SharedInformerFactory, queueMap map[string]workqueue.RateLimitingInterface) *Controller
func (*Controller) HasSynced ¶
func (c *Controller) HasSynced() bool
HasSynced is required for the cache.Controller interface.
func (*Controller) LastSyncResourceVersion ¶
func (c *Controller) LastSyncResourceVersion() string
LastSyncResourceVersion is required for the cache.Controller interface.
func (*Controller) Run ¶
func (c *Controller) Run(stopCh <-chan struct{})
Run turns on the controller
Click to show internal directories.
Click to hide internal directories.