Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCloudInitMIMEDocument ¶
func GenerateCloudInitMIMEDocument(secretPrefix string, chunks int32, region string) ([]byte, error)
GenerateCloudInitMIMEDocument creates a multi-part MIME document including a script boothook to download userdata from AWS Secrets Manager and then restart cloud-init, and an include part specifying the on disk location of the new userdata
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service holds a collection of interfaces. The interfaces are broken down like this to group functions together. One alternative is to have a large list of functions from the ec2 client.
func NewService ¶
func NewService(scope *scope.ClusterScope) *Service
NewService returns a new service given the api clients.
Click to show internal directories.
Click to hide internal directories.