package
0.5.0
Repository: https://github.com/cnrancher/cce-operator.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterCCEClusterConfigGeneratingHandler configures a CCEClusterConfigController to execute a CCEClusterConfigGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterCCEClusterConfigStatusHandler configures a CCEClusterConfigController to execute a CCEClusterConfigStatusHandler for every events observed.

# Interfaces

CCEClusterConfigCache interface for retrieving CCEClusterConfig resources in memory.
CCEClusterConfigClient interface for managing CCEClusterConfig resources in Kubernetes.
CCEClusterConfigController interface for managing CCEClusterConfig resources.
No description provided by the author

# Type aliases

CCEClusterConfigGeneratingHandler is the top-level handler that is executed for every CCEClusterConfig event.
CCEClusterConfigStatusHandler is executed for every added or modified CCEClusterConfig.