projectreleasebinding

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 NewProjectReleaseBindingCmd

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

Types

type DeleteParams

type DeleteParams struct {
	Namespace                 string
	ProjectReleaseBindingName string
}

DeleteParams defines parameters for deleting a single project release binding

type GetParams

type GetParams struct {
	Namespace                 string
	ProjectReleaseBindingName string
}

GetParams defines parameters for getting a single project release binding

type ListParams

type ListParams struct {
	Namespace string
	Project   string
}

ListParams defines parameters for listing project release bindings

type ProjectReleaseBinding

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

ProjectReleaseBinding implements project release binding operations

func New

New creates a new project release binding implementation

func (*ProjectReleaseBinding) Delete

func (prb *ProjectReleaseBinding) Delete(params DeleteParams) error

Delete deletes a single project release binding

func (*ProjectReleaseBinding) Get

func (prb *ProjectReleaseBinding) Get(params GetParams) error

Get retrieves a single project release binding and outputs it as YAML

func (*ProjectReleaseBinding) List

func (prb *ProjectReleaseBinding) List(params ListParams) error

List lists project release bindings in a namespace, optionally filtered by project

Jump to

Keyboard shortcuts

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