package
0.0.0-20241106155120-31ca61c30ccd
Repository: https://github.com/rancher/shepherd.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
RegisterPlanGeneratingHandler configures a PlanController to execute a PlanGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterPlanStatusHandler configures a PlanController to execute a PlanStatusHandler for every events observed.
# Interfaces
No description provided by the author
PlanCache interface for retrieving Plan resources in memory.
PlanClient interface for managing Plan resources in Kubernetes.
PlanController interface for managing Plan resources.
# Type aliases
PlanGeneratingHandler is the top-level handler that is executed for every Plan event.
PlanStatusHandler is executed for every added or modified Plan.