Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAWSProvider ¶
func NewAWSProvider(ec2ClientGetter awstypes.EC2ClientGetter) *awsProvider
func NewStep ¶
func NewStep(log *logrus.Entry, clusterInstall *clusterinstall.ClusterInstall, provider Provider) *step
Types ¶
type Provider ¶
type Provider interface {
GenerateManifests(ctx context.Context, log *logrus.Entry, ci *clusterinstall.ClusterInstall) (map[string][]interface{}, error)
}
Click to show internal directories.
Click to hide internal directories.