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 ¶
Types ¶
type Options ¶ added in v0.5.0
Options encapsulates the arguments of the install eks command.
func (*Options) Examples ¶ added in v0.5.0
Examples returns the examples string for the given provider.
func (*Options) Initialize ¶ added in v0.5.0
Initialize performs the initialization tasks to retrieve the provider-specific parameters.
func (*Options) RegisterFlags ¶ added in v0.5.0
RegisterFlags registers the flags for the given provider.
type PolicyDocument ¶
type PolicyDocument struct { Version string Statement []StatementEntry }
PolicyDocument is our definition of our policies to be uploaded to IAM.
type StatementEntry ¶
StatementEntry will dictate what this policy will allow or not allow.
Click to show internal directories.
Click to hide internal directories.