Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDiff ¶ added in v0.0.15
Types ¶
type DiffFlags ¶ added in v0.0.15
type DiffFlags struct {
RunOuput *genericclioptions.RunOutputFlags
}
func NewDiffFlags ¶ added in v0.0.15
func NewDiffFlags() *DiffFlags
The defaults are determined here
type DiffOptions ¶ added in v0.0.15
type DiffOptions struct { Factory util.Factory Streams *genericclioptions.IOStreams ShowChoreoAPIs bool ShowManagedFields bool ShowDiffDetails bool ShowFinalConfig bool }
func (*DiffOptions) Run ¶ added in v0.0.15
func (r *DiffOptions) Run(ctx context.Context, args []string) error
func (*DiffOptions) Validate ¶ added in v0.0.15
func (r *DiffOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.