Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ConnectionCmd skips creating engines (PersistentPreRunE/PersistentPostRunE are No-Op's) since // sub-commands will obtain connection information to said engines ConnectionCmd = &cobra.Command{ Use: "connection", Short: "Manage remote API service destinations", Long: `Manage remote API service destination information in podman configuration`, PersistentPreRunE: validate.NoOp, RunE: validate.SubCommandExists, PersistentPostRunE: validate.NoOp, TraverseChildren: false, } )
View Source
var ( // ContextCmd skips creating engines (PersistentPreRunE/PersistentPostRunE are No-Op's) since // sub-commands will obtain connection information to said engines ContextCmd = &cobra.Command{ Use: "context", Short: "Manage remote API service destinations", Long: `Manage remote API service destination information in podman configuration`, PersistentPreRunE: validate.NoOp, RunE: validate.SubCommandExists, PersistentPostRunE: validate.NoOp, Hidden: true, TraverseChildren: false, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.