Versions in this module Expand all Collapse all v0 v0.1.0 Nov 29, 2019 Changes in this version + type NodeRolloutHandler struct + func NewNodeRolloutHandler(c client.Client, opts *Options) *NodeRolloutHandler + func (h *NodeRolloutHandler) Handle(instance *navarchosv1alpha1.NodeRollout) (*status.Result, error) + type Options struct + MaxAge *time.Duration + func (o *Options) Complete()