cc

package
v0.31.4 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: Apache-2.0 Imports: 14 Imported by: 5

Documentation

Index

Constants

View Source
const (
	StatusNotRunning runStatus = iota
	StatusRunning
)
View Source
const (
	DefaultValue string = ""
)

Variables

This section is empty.

Functions

func Container added in v0.31.0

func Container(registry, image, tag string) string

Container returns the fully qualified container name (registry/image:tag).

func ContainerImage added in v0.31.0

func ContainerImage() string

ContainerImage returns the container image name.

func ContainerName added in v0.31.0

func ContainerName() string

ContainerName returns the container instance name (docker run --name CONTAINER_NAME).

func ContainerPlatform added in v0.31.0

func ContainerPlatform() string

ContainerPlatform, returns the container platform for multi-platform capable servers.

func ContainerRegistry added in v0.31.0

func ContainerRegistry() string

ContainerRegistry returns the container registry (host[:port]/repo).

func ContainerTag added in v0.31.0

func ContainerTag() string

ContainerTag returns the container tag (label or semantic version).

func ContainerVersionTag added in v0.31.0

func ContainerVersionTag(version, tag string) string

ContainerVersionTag consolidates the old --container-version with the --container-tag value, the command handlers will read the environment variable versions $CONTAINER_VERSION and $CONTAINER_TAG, which is why they are not explicitly handled in this function.

func GetTopazCertsDir added in v0.30.25

func GetTopazCertsDir() string

GetTopazCertsDir returns the topaz certs directory ($TOPAZ_DIR/certs).

func GetTopazCfgDir added in v0.30.25

func GetTopazCfgDir() string

GetTopazCfgDir returns the topaz config directory ($TOPAZ_DIR/cfg).

func GetTopazDataDir added in v0.30.29

func GetTopazDataDir() string

GetTopazDataDir returns the topaz db directory ($TOPAZ_DIR/db).

func GetTopazDir added in v0.30.25

func GetTopazDir() string

GetTopazDir returns the topaz root directory ($TOPAZ_DIR).

Types

type CommonCtx

type CommonCtx struct {
	Context context.Context
	UI      *clui.UI
	NoCheck bool
}

func NewCommonContext

func NewCommonContext(noCheck bool) (*CommonCtx, error)

func (*CommonCtx) CheckRunStatus added in v0.31.0

func (c *CommonCtx) CheckRunStatus(containerName string, expectedStatus runStatus) bool

func (*CommonCtx) IsServing added in v0.31.2

func (c *CommonCtx) IsServing(grpcAddress string) bool

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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