Documentation
¶
Index ¶
Constants ¶
View Source
const ( MicroVMDeletePlanName = "microvm_delete" MicroVMCreateOrUpdatePlanName = "microvm_create_update" )
Variables ¶
This section is empty.
Functions ¶
func MicroVMCreateOrUpdatePlan ¶
func MicroVMCreateOrUpdatePlan(input *CreateOrUpdatePlanInput) planner.Plan
func MicroVMDeletePlan ¶
func MicroVMDeletePlan(input *DeletePlanInput) planner.Plan
Types ¶
type CreateOrUpdatePlanInput ¶
type DeletePlanInput ¶
type ProvidersInput ¶
type ProvidersInput struct {
MicroVMService ports.MicroVMService
MicroVMRepo ports.MicroVMRepository
EventService ports.EventService
ImageService ports.ImageService
NetworkService ports.NetworkService
FS afero.Fs
}
Providers input is a type to be used as input to plans.
Click to show internal directories.
Click to hide internal directories.