# Functions
IsDeleted returns true if error from EKS API indicates that the EKS cluster has already been deleted.
Poll periodically fetches the cluster status until the cluster becomes the desired state.
PollUpdate periodically fetches the cluster update status until the cluster update becomes the desired state.
WithQueryFunc configures query function to be called in retry func.
# Structs
ClusterStatus represents the EKS cluster status.
Op represents a MNG operation.
UpdateStatus represents the CloudFormation status.
# Type aliases
OpOption configures archiver operations.