Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWorkflowPlaneCmd ¶ added in v1.1.0
func NewWorkflowPlaneCmd(f client.NewClientFunc) *cobra.Command
Types ¶
type DeleteParams ¶
DeleteParams defines parameters for deleting a single workflow plane
func (DeleteParams) GetNamespace ¶
func (p DeleteParams) GetNamespace() string
func (DeleteParams) GetWorkflowPlaneName ¶
func (p DeleteParams) GetWorkflowPlaneName() string
type GetParams ¶
GetParams defines parameters for getting a single workflow plane
func (GetParams) GetNamespace ¶
type ListParams ¶
type ListParams struct {
Namespace string
}
ListParams defines parameters for listing workflow planes
func (ListParams) GetNamespace ¶
func (p ListParams) GetNamespace() string
type WorkflowPlane ¶
type WorkflowPlane struct {
// contains filtered or unexported fields
}
WorkflowPlane implements workflow plane operations
func New ¶
func New(c client.Interface) *WorkflowPlane
New creates a new workflow plane implementation
func (*WorkflowPlane) Delete ¶
func (b *WorkflowPlane) Delete(params DeleteParams) error
Delete deletes a single workflow plane
func (*WorkflowPlane) Get ¶
func (b *WorkflowPlane) Get(params GetParams) error
Get retrieves a single workflow plane and outputs it as YAML
func (*WorkflowPlane) List ¶
func (b *WorkflowPlane) List(params ListParams) error
List lists all workflow planes in a namespace
Click to show internal directories.
Click to hide internal directories.