ListAddons
Source:
src/AWS/EKS/ListAddons.ts
Runtime binding for eks:ListAddons.
Enumerates the add-on names installed on the bound cluster.
The cluster clusterName is injected from the bound Cluster and eks:ListAddons is granted on the cluster’s ARN.
Provide the implementation with
Effect.provide(AWS.EKS.ListAddonsHttp).
Inspecting Add-ons
Section titled “Inspecting Add-ons”// initconst listAddons = yield* AWS.EKS.ListAddons(cluster);
// runtimeconst { addons } = yield* listAddons();