Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ImageType is the image type. ImageType = "image" // ContainerType is the container type. ContainerType = "container" // AllType can be of type ImageType or ContainerType. AllType = "all" )
Variables ¶
This section is empty.
Functions ¶
func AddInspectFlagSet ¶
func AddInspectFlagSet(cmd *cobra.Command) *entities.InspectOptions
AddInspectFlagSet takes a command and adds the inspect flags and returns an InspectOptions object.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.