View source: R/eks_operations.R
eks_list_pod_identity_associations | R Documentation |
List the EKS Pod Identity associations in a cluster. You can filter the list by the namespace that the association is in or the service account that the association uses.
See https://www.paws-r-sdk.com/docs/eks_list_pod_identity_associations/ for full documentation.
eks_list_pod_identity_associations(
clusterName,
namespace = NULL,
serviceAccount = NULL,
maxResults = NULL,
nextToken = NULL
)
clusterName |
[required] The name of the cluster that the associations are in. |
namespace |
The name of the Kubernetes namespace inside the cluster that the associations are in. |
serviceAccount |
The name of the Kubernetes service account that the associations use. |
maxResults |
The maximum number of EKS Pod Identity association results returned by
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.