eks

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2024 License: Apache-2.0 Imports: 18 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 New added in v0.5.0

New initializes a new Provider object.

Types

type Options added in v0.5.0

type Options struct {
	*install.Options
	// contains filtered or unexported fields
}

Options encapsulates the arguments of the install command.

func (*Options) Examples added in v0.5.0

func (o *Options) Examples() string

Examples returns the examples string for the given provider.

func (*Options) Initialize added in v0.5.0

func (o *Options) Initialize(ctx context.Context) error

Initialize performs the initialization tasks to retrieve the provider-specific parameters.

func (*Options) Name added in v0.5.0

func (o *Options) Name() string

Name returns the name of the provider.

func (*Options) RegisterFlags added in v0.5.0

func (o *Options) RegisterFlags(cmd *cobra.Command)

RegisterFlags registers the flags for the given provider.

func (*Options) Values added in v0.5.0

func (o *Options) Values() map[string]interface{}

Values returns the customized provider-specifc values file parameters.

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