package
1.11.1-rc.2
Repository: https://github.com/rancher/eks-operator.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterEKSClusterConfigGeneratingHandler configures a EKSClusterConfigController to execute a EKSClusterConfigGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterEKSClusterConfigStatusHandler configures a EKSClusterConfigController to execute a EKSClusterConfigStatusHandler for every events observed.

# Interfaces

EKSClusterConfigCache interface for retrieving EKSClusterConfig resources in memory.
EKSClusterConfigClient interface for managing EKSClusterConfig resources in Kubernetes.
EKSClusterConfigController interface for managing EKSClusterConfig resources.
No description provided by the author

# Type aliases

EKSClusterConfigGeneratingHandler is the top-level handler that is executed for every EKSClusterConfig event.
EKSClusterConfigStatusHandler is executed for every added or modified EKSClusterConfig.