Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicController ¶
type DynamicController struct {
// contains filtered or unexported fields
}
func NewDynamicController ¶
func NewDynamicController(client dynamic.Interface, handler DynamicHandler) *DynamicController
Function creates a new dynamic controller to listen for api-changes in provided GroupVersionResource
func (*DynamicController) Run ¶
func (c *DynamicController) Run(stop <-chan struct{})
type DynamicHandler ¶
type DynamicHandler interface {
GetSchema() schema.GroupVersionResource
GetHandlers() Resourcehandlers
}
type Resourcehandlers ¶
type Resourcehandlers = cache.ResourceEventHandlerFuncs
Click to show internal directories.
Click to hide internal directories.