Skip to content

Commit

Permalink
Merge pull request #7422 from eksctl-io/access-entries-get-delete
Browse files Browse the repository at this point in the history
Add support for fetching and deleting EKS Access Entries
  • Loading branch information
cPu1 authored Dec 20, 2023
2 parents b1dfa06 + c2907cd commit c284cc5
Show file tree
Hide file tree
Showing 29 changed files with 1,968 additions and 27 deletions.
3 changes: 3 additions & 0 deletions integration/scripts/ginkgo-parallel-procs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ case $1 in
"pod_identity_associations")
echo "${PARALLEL_PROCS}2"
;;
"accessentries")
echo "${PARALLEL_PROCS}2"
;;
*)
echo ""
;;
Expand Down
Loading

0 comments on commit c284cc5

Please sign in to comment.