# Functions
No description provided by the author
RegisterClusterPolicyGeneratingHandler configures a ClusterPolicyController to execute a ClusterPolicyGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterClusterPolicyStatusHandler configures a ClusterPolicyController to execute a ClusterPolicyStatusHandler for every events observed.
# Interfaces
ClusterPolicyCache interface for retrieving ClusterPolicy resources in memory.
ClusterPolicyClient interface for managing ClusterPolicy resources in Kubernetes.
ClusterPolicyController interface for managing ClusterPolicy resources.
No description provided by the author
# Type aliases
ClusterPolicyGeneratingHandler is the top-level handler that is executed for every ClusterPolicy event.
ClusterPolicyStatusHandler is executed for every added or modified ClusterPolicy.