cmdliveinit

package
v1.0.0-beta.11 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommand

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

Types

type ConfigureInventoryInfo

type ConfigureInventoryInfo struct {
	Pkg     *pkg.Pkg
	Factory cmdutil.Factory
	Quiet   bool

	Name        string
	InventoryID string

	Force bool
}

ConfigureInventoryInfo contains the functionality for adding and updating the inventory information in the Kptfile.

func (*ConfigureInventoryInfo) Run

Run updates the inventory info in the package given by the Path.

type InvExistsError

type InvExistsError struct{}

InvExistsError defines new error when the inventory values have already been set on the Kptfile.

func (*InvExistsError) Error

func (i *InvExistsError) Error() string

type Runner

type Runner struct {
	Command *cobra.Command

	Force bool   // Set inventory values even if already set in Kptfile
	Name  string // Inventory object name

	InventoryID string // Inventory object unique identifier label
	Quiet       bool   // Output message during initialization
	// contains filtered or unexported fields
}

func NewRunner

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

Jump to

Keyboard shortcuts

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