common

package
v0.0.0-...-1e20cbf Latest Latest
Warning

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

Go to latest
Published: May 20, 2019 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Context

func Context(cmd *cobra.Command) context.Context

Context returns a request context based on CLI arguments.

func Dial

func Dial(cmd *cobra.Command) (api.ControlClient, error)

Dial establishes a connection and creates a client. It infers connection parameters from CLI options.

func DialConn

func DialConn(cmd *cobra.Command) (*grpc.ClientConn, error)

DialConn establishes a connection to SwarmKit.

func FprintfIfNotEmpty

func FprintfIfNotEmpty(w io.Writer, format string, v interface{})

FprintfIfNotEmpty prints only if `s` is not empty.

NOTE(stevvooe): Not even remotely a printf function.. doesn't take args.

func ParseLogDriverFlags

func ParseLogDriverFlags(flags *pflag.FlagSet) (*api.Driver, error)

ParseLogDriverFlags parses a silly string format for log driver and options. Fully baked log driver config should be returned.

If no log driver is available, nil, nil will be returned.

func PrintHeader

func PrintHeader(w io.Writer, columns ...string)

PrintHeader prints a nice little header.

func TimestampAgo

func TimestampAgo(ts *gogotypes.Timestamp) string

TimestampAgo returns a relative time string from a timestamp (e.g. "12 seconds ago").

Types

type Resolver

type Resolver struct {
	// contains filtered or unexported fields
}

Resolver provides ID to Name resolution.

func NewResolver

func NewResolver(cmd *cobra.Command, c api.ControlClient) *Resolver

NewResolver creates a new Resolver.

func (*Resolver) Resolve

func (r *Resolver) Resolve(t interface{}, id string) string

Resolve will attempt to resolve an ID to a Name by querying the manager. Results are stored into a cache. If the `-n` flag is used in the command-line, resolution is disabled.

Jump to

Keyboard shortcuts

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