plan

package
v0.0.0-...-c7d747a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2023 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TextOutput = "text"
	KRMOutput  = "krm"

	EntryPrefix   = "\t"
	ContentPrefix = "\t\t"
)

Variables

This section is empty.

Functions

func NewCommand

func NewCommand(ctx context.Context, factory util.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command

Types

type Diff

type Diff struct {
	Type  string
	Left  interface{}
	Right interface{}
	Path  string
}

type Runner

type Runner struct {
	Command *cobra.Command
	// contains filtered or unexported fields
}

func NewRunner

func NewRunner(ctx context.Context, factory util.Factory, ioStreams genericclioptions.IOStreams) *Runner

func (*Runner) PreRunE

func (r *Runner) PreRunE(_ *cobra.Command, _ []string) error

func (*Runner) RunE

func (r *Runner) RunE(c *cobra.Command, args []string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL