 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func GetServices(dockerCli command.Cli, _ *pflag.FlagSet, opts options.Services) ([]swarmtypes.Service, error)deprecated
- func NewStackCommand(dockerCli command.Cli) *cobra.Command
- func RunDeploy(dockerCli command.Cli, _ *pflag.FlagSet, config *composetypes.Config, ...) errordeprecated
- func RunList(dockerCli command.Cli, opts options.List) error
- func RunPs(dockerCli command.Cli, _ *pflag.FlagSet, opts options.PS) errordeprecated
- func RunRemove(dockerCli command.Cli, _ *pflag.FlagSet, opts options.Remove) errordeprecated
- func RunServices(dockerCli command.Cli, opts options.Services) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
        
          
            func GetServices
            deprecated
            
          
  
    
  
      
      func GetServices(dockerCli command.Cli, _ *pflag.FlagSet, opts options.Services) ([]swarmtypes.Service, error)
GetServices returns the services for the specified swarm cluster.
Deprecated: use swarm.GetServices instead.
func NewStackCommand ¶
NewStackCommand returns a cobra command for `stack` subcommands
        
          
            func RunDeploy
            deprecated
            
          
  
    
  
      
      func RunDeploy(dockerCli command.Cli, _ *pflag.FlagSet, config *composetypes.Config, opts options.Deploy) error
RunDeploy performs a stack deploy against the specified swarm cluster.
Deprecated: use swarm.RunDeploy instead.
func RunList ¶
RunList performs a stack list against the specified swarm cluster
Types ¶
This section is empty.
       Source Files
      ¶
      Source Files
      ¶
    
- cmd.go
- common.go
- config.go
- deploy.go
- list.go
- ps.go
- remove.go
- services.go
 Click to show internal directories. 
   Click to hide internal directories.