Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeRolloutHandler ¶
type NodeRolloutHandler struct {
// contains filtered or unexported fields
}
NodeRolloutHandler handles the business logic within the NodeRollout controller.
func NewNodeRolloutHandler ¶
func NewNodeRolloutHandler(c client.Client, opts *Options) *NodeRolloutHandler
NewNodeRolloutHandler creates a new NodeRolloutHandler
func (*NodeRolloutHandler) Handle ¶
func (h *NodeRolloutHandler) Handle(instance *navarchosv1alpha1.NodeRollout) (*status.Result, error)
Handle performs the business logic of the NodeRollout and returns information in a Result
Click to show internal directories.
Click to hide internal directories.