Documentation ¶
Index ¶
Constants ¶
View Source
const ( SourceReferencePolicy = "source" LocalReferencePolicy = "local" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TagOptions ¶
type TagOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
TagOptions contains all the necessary options for the cli tag command.
func NewTagOptions ¶
func NewTagOptions(streams genericclioptions.IOStreams) *TagOptions
func (TagOptions) Run ¶
func (o TagOptions) Run() error
Run contains all the necessary functionality for the OpenShift cli tag command.
func (TagOptions) Validate ¶
func (o TagOptions) Validate() error
Validate validates all the required options for the tag command.
Click to show internal directories.
Click to hide internal directories.