# Functions
No description provided by the author
RegisterGKEClusterConfigGeneratingHandler configures a GKEClusterConfigController to execute a GKEClusterConfigGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterGKEClusterConfigStatusHandler configures a GKEClusterConfigController to execute a GKEClusterConfigStatusHandler for every events observed.
# Interfaces
GKEClusterConfigCache interface for retrieving GKEClusterConfig resources in memory.
GKEClusterConfigClient interface for managing GKEClusterConfig resources in Kubernetes.
GKEClusterConfigController interface for managing GKEClusterConfig resources.
No description provided by the author
# Type aliases
GKEClusterConfigGeneratingHandler is the top-level handler that is executed for every GKEClusterConfig event.
GKEClusterConfigStatusHandler is executed for every added or modified GKEClusterConfig.