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 ¶
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 ¶
func New(c client.Interface) *DeploymentPipeline
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 ¶
GetParams defines parameters for getting a single deployment pipeline
func (GetParams) GetNamespace ¶
type ListParams ¶
type ListParams struct {
Namespace string
}
ListParams defines parameters for listing deployment pipelines
func (ListParams) GetNamespace ¶
func (p ListParams) GetNamespace() string
Click to show internal directories.
Click to hide internal directories.