Documentation ¶
Overview ¶
Provides implementation of core gear binary commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractContainerLocatorsFromDeployment ¶
func ExtractContainerLocatorsFromDeployment(t transport.Transport, path string, args *[]string) error
Return a set of container locators from the specified deployment descriptor.
func LocatorsForDeploymentInstances ¶
func LocatorsForDeploymentInstances(t transport.Transport, instances deployment.InstanceRefs) (cmd.Locators, error)
Types ¶
type CommandContext ¶
type CommandContext struct { Insecure *bool Transport *transport.TransportFlag // contains filtered or unexported fields }
func (*CommandContext) RegisterLocal ¶
func (ctx *CommandContext) RegisterLocal(parent *cobra.Command)
func (*CommandContext) RegisterRemote ¶
func (ctx *CommandContext) RegisterRemote(parent *cobra.Command)
Parse the command line arguments and invoke one of the support subcommands.
type EnvironmentDescription ¶
type EnvironmentDescription struct { Description containers.EnvironmentDescription Path string }
func (*EnvironmentDescription) ExtractVariablesFrom ¶
func (e *EnvironmentDescription) ExtractVariablesFrom(args *[]string, generateId bool) error
type NetworkLinks ¶
type NetworkLinks struct {
*containers.NetworkLinks
}
func (*NetworkLinks) Get ¶
func (n *NetworkLinks) Get() interface{}
func (*NetworkLinks) Set ¶
func (n *NetworkLinks) Set(s string) error
func (*NetworkLinks) String ¶
func (n *NetworkLinks) String() string
Click to show internal directories.
Click to hide internal directories.