Documentation ¶
Index ¶
- type Provider
- func (*Provider) DestroyBootstrap(ctx context.Context, in clusterapi.BootstrapDestroyInput) error
- func (*Provider) InfraReady(ctx context.Context, in clusterapi.InfraReadyInput) error
- func (*Provider) Name() string
- func (*Provider) PreProvision(ctx context.Context, in clusterapi.PreProvisionInput) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct{}
Provider implements AWS CAPI installation.
func (*Provider) DestroyBootstrap ¶
func (*Provider) DestroyBootstrap(ctx context.Context, in clusterapi.BootstrapDestroyInput) error
DestroyBootstrap removes aws bootstrap resources not handled by the deletion of the bootstrap machine by the capi controllers.
func (*Provider) InfraReady ¶
func (*Provider) InfraReady(ctx context.Context, in clusterapi.InfraReadyInput) error
InfraReady creates private hosted zone and DNS records.
func (*Provider) PreProvision ¶
func (*Provider) PreProvision(ctx context.Context, in clusterapi.PreProvisionInput) error
PreProvision creates the IAM roles used by all nodes in the cluster.
Click to show internal directories.
Click to hide internal directories.