Get Addon Plain Args
data class GetAddonPlainArgs(val addonName: String, val clusterName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetAddonPlainArgs>
A collection of arguments for invoking getAddon.
Constructors
Functions
Properties
Link copied to clipboard
Name of the EKS add-on. The name must match one of the names returned by list-addon.