package eksapi

import "github.com/oslokommune/okctl/pkg/eksapi"

Package eksapi provides some convenience functionality for retrieving information about an AWS EKS cluster

Index

Types

type EKSAPI

type EKSAPI struct {
	// contains filtered or unexported fields
}

EKSAPI contains the required state for interacting with the AWS EKS API

func New

func New(clusterName string, provider v1alpha1.CloudProvider) *EKSAPI

New returns an initialised EKS API client

func (*EKSAPI) FargateProfilePodExecutionRoleARN

func (f *EKSAPI) FargateProfilePodExecutionRoleARN(profile string) (string, error)

FargateProfilePodExecutionRoleARN retrieves the Fargate profile pod execution role ARN

Source Files

eksapi.go

Version
v0.0.106 (latest)
Published
Oct 21, 2022
Platform
linux/amd64
Imports
4 packages
Last checked
18 hours ago

Tools for package owners.