Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller represents a controller object for kanister custom resources
func New ¶
func New(c *rest.Config) *Controller
New create controller for watching kanister custom resources created
func (*Controller) StartWatch ¶
func (c *Controller) StartWatch(ctx context.Context, namespace string) error
StartWatch watches for instances of ActionSets and Blueprints acts on them.
Click to show internal directories.
Click to hide internal directories.