Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClientset ¶
func WatchDynamic ¶
func WatchDynamic(c chan *iamtypes.WebsocketEvent, resources map[string]schema.GroupVersionResource) chan struct{}
Types ¶
type DynamicController ¶
type DynamicController struct {
// contains filtered or unexported fields
}
func NewDynamicController ¶
func NewDynamicController(resources map[string]schema.GroupVersionResource, factory dynamicinformer.DynamicSharedInformerFactory, channel chan<- *iamtypes.WebsocketEvent) *DynamicController
func (*DynamicController) Run ¶
func (c *DynamicController) Run(stopCh chan struct{}) error
Run starts shared informers and waits for the shared informer cache to synchronize.
Click to show internal directories.
Click to hide internal directories.