package
2.9.2-ent-rc3+incompatible
Repository: https://github.com/cnrancher/tke-operator.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
RegisterTKEClusterConfigGeneratingHandler configures a TKEClusterConfigController to execute a TKEClusterConfigGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterTKEClusterConfigStatusHandler configures a TKEClusterConfigController to execute a TKEClusterConfigStatusHandler for every events observed.
# Interfaces
No description provided by the author
TKEClusterConfigCache interface for retrieving TKEClusterConfig resources in memory.
TKEClusterConfigClient interface for managing TKEClusterConfig resources in Kubernetes.
TKEClusterConfigController interface for managing TKEClusterConfig resources.
# Type aliases
TKEClusterConfigGeneratingHandler is the top-level handler that is executed for every TKEClusterConfig event.
TKEClusterConfigStatusHandler is executed for every added or modified TKEClusterConfig.