project

package
v1.0.0 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: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmd

func NewCmd(f *cmdutil.Factory) *cobra.Command

Types

type ProjectTreeNode added in v0.9.0

type ProjectTreeNode struct {
	ID        string            `json:"id"`
	Name      string            `json:"name"`
	Children  []ProjectTreeNode `json:"children"`
	Pipelines []pipelineRef     `json:"pipelines,omitempty"`
	Jobs      []jobRef          `json:"jobs,omitempty"`
}

Jump to

Keyboard shortcuts

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