View source: R/eks_operations.R
eks_list_updates | R Documentation |
Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the specified Amazon Web Services Region.
See https://www.paws-r-sdk.com/docs/eks_list_updates/ for full documentation.
eks_list_updates(
name,
nodegroupName = NULL,
addonName = NULL,
nextToken = NULL,
maxResults = NULL
)
name |
[required] The name of the Amazon EKS cluster to list updates for. |
nodegroupName |
The name of the Amazon EKS managed node group to list updates for. |
addonName |
The names of the installed add-ons that have available updates. |
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. |
maxResults |
The maximum number of results, returned in paginated output. You receive
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.