Documentation
¶
Overview ¶
Package update provides the container update command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdUpdate ¶
func NewCmdUpdate(f *cmdutil.Factory, runF func(context.Context, *UpdateOptions) error) *cobra.Command
NewCmdUpdate creates a new update command.
Types ¶
type UpdateOptions ¶
type UpdateOptions struct {
IOStreams *iostreams.IOStreams
Client func(context.Context) (*docker.Client, error)
ProjectManager func() (project.ProjectManager, error)
Agent bool
Containers []string
// contains filtered or unexported fields
}
TODO might be able to replace with container opts UpdateOptions defines the options for the update command.
Click to show internal directories.
Click to hide internal directories.