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 ¶
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 ¶
StatementEntry will dictate what this policy will allow or not allow.
Click to show internal directories.
Click to hide internal directories.