deploymentpipeline

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDeploymentPipelineCmd added in v1.1.0

func NewDeploymentPipelineCmd(f client.NewClientFunc) *cobra.Command

Types

type DeleteParams

type DeleteParams struct {
	Namespace              string
	DeploymentPipelineName string
}

DeleteParams defines parameters for deleting a single deployment pipeline

func (DeleteParams) GetDeploymentPipelineName

func (p DeleteParams) GetDeploymentPipelineName() string

func (DeleteParams) GetNamespace

func (p DeleteParams) GetNamespace() string

type DeploymentPipeline

type DeploymentPipeline struct {
	// contains filtered or unexported fields
}

DeploymentPipeline implements deployment pipeline operations

func New

New creates a new deployment pipeline implementation

func (*DeploymentPipeline) Delete

func (d *DeploymentPipeline) Delete(params DeleteParams) error

Delete deletes a single deployment pipeline

func (*DeploymentPipeline) Get

func (d *DeploymentPipeline) Get(params GetParams) error

Get retrieves a single deployment pipeline and outputs it as YAML

func (*DeploymentPipeline) List

func (d *DeploymentPipeline) List(params ListParams) error

List lists all deployment pipelines in a namespace

type GetParams

type GetParams struct {
	Namespace              string
	DeploymentPipelineName string
}

GetParams defines parameters for getting a single deployment pipeline

func (GetParams) GetNamespace

func (p GetParams) GetNamespace() string

type ListParams

type ListParams struct {
	Namespace string
}

ListParams defines parameters for listing deployment pipelines

func (ListParams) GetNamespace

func (p ListParams) GetNamespace() string

Jump to

Keyboard shortcuts

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