package
0.6.0-rc.1
Repository: https://github.com/rancher/webhook.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.