Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DockerBuildCommand ¶ added in v0.3.0
type DockerBuildCommand struct {
*common.CommonOptions
// contains filtered or unexported fields
}
func (*DockerBuildCommand) BindFlags ¶ added in v0.3.0
func (c *DockerBuildCommand) BindFlags(fs *pflag.FlagSet)
func (*DockerBuildCommand) Complete ¶ added in v0.3.0
func (c *DockerBuildCommand) Complete(cmd *cobra.Command, args []string) error
func (*DockerBuildCommand) Name ¶ added in v0.3.0
func (c *DockerBuildCommand) Name() string
func (*DockerBuildCommand) Run ¶ added in v0.3.0
func (c *DockerBuildCommand) Run(cmd *cobra.Command, args []string) error
func (*DockerBuildCommand) Validate ¶ added in v0.3.0
func (c *DockerBuildCommand) Validate() error
Click to show internal directories.
Click to hide internal directories.