eks

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2022 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Overview

Package eks implements the logic to install Liqo on a EKS-based cluster

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateFlags

func GenerateFlags(command *cobra.Command)

GenerateFlags generates the set of specific subpath and flags are accepted for a specific provider.

func NewProvider

func NewProvider() provider.InstallProviderInterface

NewProvider initializes a new EKS provider struct.

Types

type PolicyDocument

type PolicyDocument struct {
	Version   string
	Statement []StatementEntry
}

PolicyDocument is our definition of our policies to be uploaded to IAM.

type StatementEntry

type StatementEntry struct {
	Effect   string
	Action   []string
	Resource string
}

StatementEntry will dictate what this policy will allow or not allow.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL