Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App interface { Create(ctx context.Context, input *CreateInput) error Get(ctx context.Context, input *GetInput) error Delete(ctx context.Context, input *DeleteInput) error }
func New ¶
func New(logger *zap.SugaredLogger) App
type CreateInput ¶
type CreateInput struct { Host string Name string NameAutogenerate bool Namespace string VCPU int MemoryInMb int KernelImage string KernelAddNetConf bool KernelFileName string RootImage string InitrdImage string InitrdFilename string NetworkInterfaces []string MetadataFromFile []string Metadata Metadata Volumes []string }
type DeleteInput ¶
Click to show internal directories.
Click to hide internal directories.