maintainer

package
v3.37.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateCmd

type CreateCmd struct {
	ClusterUUID string `arg:"" help:"Cluster UUID to add maintainer to" name:"cluster-uuid"`
	User        string `help:"User UUID to add as maintainer" optional:"" xor:"actor"`
	Team        string `help:"Team UUID to add as maintainer" optional:"" xor:"actor"`
	output.OutputFlags
}

func (*CreateCmd) Help

func (c *CreateCmd) Help() string

func (*CreateCmd) Run

func (c *CreateCmd) Run(kongCtx *kong.Context, globals cli.GlobalFlags) error

func (*CreateCmd) Validate

func (c *CreateCmd) Validate() error

type DeleteCmd

type DeleteCmd struct {
	ClusterUUID  string `arg:"" help:"Cluster UUID" name:"cluster-uuid"`
	MaintainerID string `arg:"" help:"Maintainer assignment ID to delete" name:"maintainer-id"`
}

func (*DeleteCmd) Help

func (c *DeleteCmd) Help() string

func (*DeleteCmd) Run

func (c *DeleteCmd) Run(kongCtx *kong.Context, globals cli.GlobalFlags) error

type ListCmd

type ListCmd struct {
	ClusterUUID string `arg:"" help:"Cluster UUID to list maintainers for" name:"cluster-uuid"`
	output.OutputFlags
}

func (*ListCmd) Help

func (c *ListCmd) Help() string

func (*ListCmd) Run

func (c *ListCmd) Run(kongCtx *kong.Context, globals cli.GlobalFlags) error

Jump to

Keyboard shortcuts

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