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

# Functions

No description provided by the author
RegisterAKSClusterConfigGeneratingHandler configures a AKSClusterConfigController to execute a AKSClusterConfigGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterAKSClusterConfigStatusHandler configures a AKSClusterConfigController to execute a AKSClusterConfigStatusHandler for every events observed.

# Interfaces

AKSClusterConfigCache interface for retrieving AKSClusterConfig resources in memory.
AKSClusterConfigClient interface for managing AKSClusterConfig resources in Kubernetes.
AKSClusterConfigController interface for managing AKSClusterConfig resources.
No description provided by the author

# Type aliases

AKSClusterConfigGeneratingHandler is the top-level handler that is executed for every AKSClusterConfig event.
AKSClusterConfigStatusHandler is executed for every added or modified AKSClusterConfig.