package
0.0.0-20241106155120-31ca61c30ccd
Repository: https://github.com/rancher/shepherd.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterClusterGeneratingHandler configures a ClusterController to execute a ClusterGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterClusterStatusHandler configures a ClusterController to execute a ClusterStatusHandler for every events observed.

# Interfaces

ClusterCache interface for retrieving Cluster resources in memory.
ClusterClient interface for managing Cluster resources in Kubernetes.
ClusterController interface for managing Cluster resources.
No description provided by the author

# Type aliases

ClusterGeneratingHandler is the top-level handler that is executed for every Cluster event.
ClusterStatusHandler is executed for every added or modified Cluster.