Lists all managed capabilities in your Amazon EKS cluster
Source:R/eks_operations.R
eks_list_capabilities.RdLists all managed capabilities in your Amazon EKS cluster. You can use this operation to get an overview of all capabilities and their current status.
See https://www.paws-r-sdk.com/docs/eks_list_capabilities/ for full documentation.
Arguments
- clusterName
[required] The name of the Amazon EKS cluster for which you want to list capabilities.
- nextToken
The
nextTokenvalue returned from a previous paginated request, wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue. This value is null when there are no more results to return.- maxResults
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned
nextTokenvalue. If you don't specify a value, the default is 100 results.