Documentation ¶
Index ¶
- Constants
- Variables
- func CliImageList() *cobra.Command
- func CliImageUpdate() *cobra.Command
- func Main(version string)
- func PrettyPrint(v interface{})
- func S3CmdCp(cmd *cobra.Command, args []string)
- func S3CmdDel(cmd *cobra.Command, args []string)
- func S3CmdDu(cmd *cobra.Command, args []string)
- func S3CmdGet(cmd *cobra.Command, args []string)
- func S3CmdInfo(cmd *cobra.Command, args []string)
- func S3CmdLa(cmd *cobra.Command, args []string)
- func S3CmdLs(cmd *cobra.Command, args []string)
- func S3CmdMb(cmd *cobra.Command, args []string)
- func S3CmdMv(cmd *cobra.Command, args []string)
- func S3CmdPut(cmd *cobra.Command, args []string)
- func S3CmdRb(cmd *cobra.Command, args []string)
- func S3CmdSync(cmd *cobra.Command, args []string)
Constants ¶
View Source
const DEFAULTIMAGE = "ceph/daemon"
DEFAULTIMAGE is the default image name to be used
View Source
const DEFAULTWORKDIRECTORY = "/usr/share/ceph-nano"
DEFAULTWORKDIRECTORY is the default work directory
View Source
const FLAVORS = "flavors"
FLAVORS is a constant to represent the [flavors] group
View Source
const IMAGES = "images"
IMAGES is a constant to represent the [images] group
View Source
const LATESTIMAGE = DEFAULTIMAGE + ":latest-"
LATESTIMAGE is the prefix for the latest ceph images
View Source
const UPDATE = "update"
UPDATE is a constant to represent the [update] group
Variables ¶
View Source
var ( // IamSure means whether or not the user wants to purge IamSure bool // Help shows a customer help Help bool // DeleteAll also deletes the container image DeleteAll bool )
View Source
var ( // S3CmdSkip means do not do anything when object exists S3CmdSkip bool // S3CmdContinue means S3CmdContinue bool // S3CmdOpt is the option to apply when trying to get a file and the destination already exists S3CmdOpt string )
View Source
var ( // ListAllTags whether or not to list all the image tags ListAllTags bool )
View Source
var ( // S3CmdForce means force operation S3CmdForce bool )
View Source
var ( // S3CmdRec is the option to apply when trying to delete content S3CmdRec bool )
Functions ¶
Types ¶
This section is empty.
Source Files ¶
- cluster.go
- completion.go
- config_file.go
- enter.go
- flavors.go
- image.go
- image_aliases.go
- image_list.go
- image_update.go
- kube.go
- list.go
- logs.go
- main.go
- notify.go
- purge.go
- restart.go
- s3.go
- s3_cp.go
- s3_del.go
- s3_du.go
- s3_get.go
- s3_info.go
- s3_la.go
- s3_ls.go
- s3_mb.go
- s3_mv.go
- s3_put.go
- s3_rb.go
- s3_sync.go
- start.go
- status.go
- stop.go
- update-check.go
- utils.go
- version.go
Click to show internal directories.
Click to hide internal directories.