List Addons
eks_list_addons | R Documentation |
Lists the installed add-ons¶
Description¶
Lists the installed add-ons.
Usage¶
eks_list_addons(clusterName, maxResults, nextToken)
Arguments¶
clusterName |
[required] The name of your cluster. |
maxResults |
The maximum number of results, returned in paginated output. You
receive |
nextToken |
The This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes. |
Value¶
A list with the following syntax:
list(
addons = list(
"string"
),
nextToken = "string"
)
Request syntax¶
svc$list_addons(
clusterName = "string",
maxResults = 123,
nextToken = "string"
)