types

package
v0.0.0-...-18c6e13 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Address

type Address struct {
	IP   string
	Port string
}

Address ...

type CheckpointReqOpts

type CheckpointReqOpts struct {
	Container     string
	CheckPointID  string
	CheckPointDir string
}

CheckpointReqOpts ...

type CreateOpts

type CreateOpts struct {
	ContainerName string
	ImageName     string
	HostPort      string
	ContainerPort string
	PortBindings  string
	ExposedPorts  string
	Cmd           string
}

CreateOpts ...

type CreateReqOpts

type CreateReqOpts struct {
	CreateOpts
	Address
}

CreateReqOpts ...

type MigrateOpts

type MigrateOpts struct {
	Address       `json:"target"`
	SID           string `json:"sid"`
	CID           string `json:"c_name"`
	CheckpointID  string `json:"checkpoint_id"`
	CheckpointDir string `json:"checkpoint_dir"`
}

MigrateOpts

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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