package
1.9.1-rc.1
Repository: https://github.com/rancher/gke-operator.git
Documentation: pkg.go.dev

# 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.