Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterWorkflowPlane ¶
type ClusterWorkflowPlane struct{}
ClusterWorkflowPlane implements cluster workflow plane operations
func (*ClusterWorkflowPlane) Delete ¶
func (c *ClusterWorkflowPlane) Delete(params DeleteParams) error
Delete deletes a single cluster workflow plane
func (*ClusterWorkflowPlane) Get ¶
func (c *ClusterWorkflowPlane) Get(params GetParams) error
Get retrieves a single cluster workflow plane and outputs it as YAML
func (*ClusterWorkflowPlane) List ¶
func (c *ClusterWorkflowPlane) List() error
List lists all cluster-scoped workflow planes
type DeleteParams ¶
type DeleteParams struct {
ClusterWorkflowPlaneName string
}
DeleteParams defines parameters for deleting a single cluster workflow plane
Click to show internal directories.
Click to hide internal directories.