deploy

package
v0.7.1-8-g9c23f29 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2023 License: BSD-3-Clause Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmd

func NewCmd() *cobra.Command

Types

type DeployOptions

type DeployOptions struct {
	Auth         *config.AuthConfig        `noattribute:"true"`
	Client       kraftcloud.KraftCloud     `noattribute:"true"`
	DotConfig    string                    `long:"config" short:"c" usage:"Override the path to the KConfig .config file"`
	Env          []string                  `local:"true" long:"env" short:"e" usage:"Environmental variables"`
	ForcePull    bool                      `long:"force-pull" usage:"Force pulling packages before building"`
	FQDN         string                    `local:"true" long:"fqdn" short:"d" usage:"Set the fully qualified domain name for the service"`
	Jobs         int                       `long:"jobs" short:"j" usage:"Allow N jobs at once"`
	KernelDbg    bool                      `long:"dbg" usage:"Build the debuggable (symbolic) kernel image instead of the stripped image"`
	Kraftfile    string                    `local:"true" long:"kraftfile" short:"K" usage:"Set the Kraftfile to use"`
	Memory       int64                     `local:"true" long:"memory" short:"M" usage:"Specify the amount of memory to allocate"`
	Metro        string                    `noattribute:"true"`
	Name         string                    `local:"true" long:"name" short:"n" usage:"Name of the deployment"`
	NoCache      bool                      `long:"no-cache" short:"F" usage:"Force a rebuild even if existing intermediate artifacts already exist"`
	NoConfigure  bool                      `long:"no-configure" usage:"Do not run Unikraft's configure step before building"`
	NoFast       bool                      `long:"no-fast" usage:"Do not use maximum parallelization when performing the build"`
	NoFetch      bool                      `long:"no-fetch" usage:"Do not run Unikraft's fetch step before building"`
	NoStart      bool                      `local:"true" long:"no-start" short:"S" usage:"Do not start the instance after creation"`
	NoUpdate     bool                      `long:"no-update" usage:"Do not update package index before running the build"`
	Output       string                    `local:"true" long:"output" short:"o" usage:"Set output format"`
	Ports        []string                  `local:"true" long:"port" short:"p" usage:"Specify the port mapping between external to internal"`
	Project      app.Application           `noattribute:"true"`
	Replicas     int                       `local:"true" long:"replicas" short:"R" usage:"Number of replicas of the instance" default:"0"`
	Rootfs       string                    `local:"true" long:"rootfs" usage:"Specify a path to use as root filesystem"`
	SaveBuildLog string                    `long:"build-log" usage:"Use the specified file to save the output from the build"`
	Strategy     packmanager.MergeStrategy `noattribute:"true"`
	SubDomain    string                    `local:"true" long:"subdomain" short:"s" usage:"Set the name to use when provisioning a subdomain"`
	Timeout      time.Duration             `local:"true" long:"timeout" usage:"Set the timeout for remote procedure calls"`
	Workdir      string                    `local:"true" long:"workdir" short:"w" usage:"Set an alternative working directory (default is cwd)"`
}

func (*DeployOptions) Pre

func (opts *DeployOptions) Pre(cmd *cobra.Command, _ []string) error

func (*DeployOptions) Run

func (opts *DeployOptions) Run(ctx context.Context, args []string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL