images

package
v0.0.0-...-62d03f0 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = common.NewCmd(
	"images",
	"Manage inference container images",
	`Manage Open Data Hub inference container images from the command line.

This command allows you to list and build inference container images suitable for deployment in edge environments.`,
	cobra.NoArgs,
	[]flags.Flag{
		flags.FlagNamespace.SetInherited(), flags.FlagModelRegistryURL.SetParentFlag(),
		flags.FlagKubeconfig.SetParentFlag(),
	},
	common.SubCommandList,
	NewImagesModel,
)

Functions

func NewImagesModel

func NewImagesModel(
	args []string,
	flgs map[string]string,
	subCommand common.SubCommand,
) tea.Model

NewImagesModel creates a new bubbletea model for the images command

Types

This section is empty.

Jump to

Keyboard shortcuts

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