Skip to content
This repository was archived by the owner on Jun 19, 2020. It is now read-only.

Add Support for EKS#2

Merged
ricoberger merged 2 commits intomasterfrom
add-eks-support
Feb 9, 2020
Merged

Add Support for EKS#2
ricoberger merged 2 commits intomasterfrom
add-eks-support

Conversation

@ricoberger
Copy link
Copy Markdown
Member

  • Add a new GitHub Actions workflow to test the generation of the bindings for Android and iOS on each PR.
  • Add support for EKS via two new functions:
    • AWSGetClusters: returns all EKS clusters. This returns the name, server and certificate authority data for the Kubernetes cluster.
    • AWSGetToken: returns a bearer token for Kubernetes API requests. This implements the aws-iam-authenticator token -i clusterID function from the generated kubeconfig via AWS cli.

Add a new GitHub Actions workflow to test the gernation of the bindings
for Android and iOS on each PR.
@ricoberger ricoberger added the enhancement New feature or request label Feb 9, 2020
To add support for EKS we need two new functions:

- AWSGetClusters returns all EKS clusters including there name,
certificate authority data and the Kubernetes API endpoint.
- AWSGetToken returns a bearer token for Kubernetes API requests.
@ricoberger ricoberger merged commit eb230de into master Feb 9, 2020
@ricoberger ricoberger deleted the add-eks-support branch February 9, 2020 19:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant