nodedeployment

package
v0.0.45 Latest Latest
Warning

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

Go to latest
Published: May 6, 2026 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Overview

Package nodedeployment registers the `seictl nodedeployment` (alias `nd`) verb tree. v1 ships `apply`; subsequent PRs add get/list/delete and watch.

See docs/design/nodedeployment-cli.md for output shape and exit-code conventions.

Index

Constants

This section is empty.

Variables

View Source
var Cmd = cli.Command{
	Name:    "nodedeployment",
	Aliases: []string{"nd"},
	Usage:   "Manage SeiNodeDeployment custom resources via embedded presets",
	Commands: []*cli.Command{
		&applyCmd,
		&getCmd,
		&listCmd,
		&deleteCmd,
		&watchCmd,
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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