View source: R/eks_operations.R
eks_describe_addon_versions | R Documentation |
Describes the versions for an add-on.
See https://www.paws-r-sdk.com/docs/eks_describe_addon_versions/ for full documentation.
eks_describe_addon_versions(
kubernetesVersion = NULL,
maxResults = NULL,
nextToken = NULL,
addonName = NULL,
types = NULL,
publishers = NULL,
owners = NULL
)
kubernetesVersion |
The Kubernetes versions that you can use the add-on with. |
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. |
addonName |
The name of the add-on. The name must match one of the names returned by
|
types |
The type of the add-on. For valid |
publishers |
The publisher of the add-on. For valid |
owners |
The owner of the add-on. For valid |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.