Versions in this module Expand all Collapse all v0 v0.1.0 Nov 29, 2019 Changes in this version + type NodeReplacementHandler struct + func NewNodeReplacementHandler(c client.Client, opts *Options) *NodeReplacementHandler + func (h *NodeReplacementHandler) Handle(instance *navarchosv1alpha1.NodeReplacement) (*status.Result, error) + type Options struct + Config *rest.Config + DeleteLocalData *bool + DrainTimeout *time.Duration + EvictionGracePeriod *time.Duration + ForcePodDeletion *bool + IgnoreAllDaemonSets *bool + func (o *Options) Complete()