Documentation ¶
Index ¶
- type Dynamic
- func (d *Dynamic) AddWatch(obj client.Object) error
- func (d *Dynamic) AddWatchForKind(gvk schema.GroupVersionKind) error
- func (d *Dynamic) RemoveWatch(obj client.Object) error
- func (d *Dynamic) RemoveWatchForKind(gvk schema.GroupVersionKind) error
- func (d *Dynamic) Start(ctx context.Context, handler handler.EventHandler, ...) error
- type DynamicOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dynamic ¶
type Dynamic struct {
// contains filtered or unexported fields
}
func NewDynamic ¶
func NewDynamic(opts DynamicOptions) (*Dynamic, error)
func (*Dynamic) AddWatchForKind ¶
func (d *Dynamic) AddWatchForKind(gvk schema.GroupVersionKind) error
func (*Dynamic) RemoveWatchForKind ¶
func (d *Dynamic) RemoveWatchForKind(gvk schema.GroupVersionKind) error
Click to show internal directories.
Click to hide internal directories.