Documentation ¶
Index ¶
- Variables
- func Builder() *cobra.Command
- func CreateBuilder() *cobra.Command
- func DeleteBuilder() *cobra.Command
- func DescribeBuilder() *cobra.Command
- func ListBuilder() *cobra.Command
- func PauseBuilder() *cobra.Command
- func StartBuilder() *cobra.Command
- func TriggerBuilder() *cobra.Command
- func UpdateBuilder() *cobra.Command
- func WatchBuilder() *cobra.Command
- type CreateOpts
- type DeleteOpts
- type DescribeOpts
- type ListOpts
- type PauseOpts
- type StartOpts
- type TriggerOpts
- type UpdateOpts
- type WatchOpts
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSinkTransformInvalid = errors.New("--transform format invalid")
View Source
var ErrSourceTypeInvalid = errors.New("--sourceType invalid")
Functions ¶
func CreateBuilder ¶
atlas dataLakePipelines create <pipelineName> [--projectId projectId].
func DeleteBuilder ¶
atlas dataLakePipelines delete <pipelineName> [--projectId projectId].
func DescribeBuilder ¶
atlas dataLakePipelines describe <pipelineName> [--projectId projectId].
func ListBuilder ¶
atlas dataLakePipelines list [--projectId projectId].
func PauseBuilder ¶
atlas dataLakePipelines pause <pipelineName> [--projectId projectId].
func StartBuilder ¶
atlas dataLakePipelines start <pipelineName> [--projectId projectId].
func TriggerBuilder ¶
atlas dataLakePipelines trigger <pipelineName> [--projectId projectId].
func UpdateBuilder ¶
atlas dataLakePipelines update <pipelineName> [--projectId projectId].
func WatchBuilder ¶
atlas dataLakePipelines watch <pipelineName> [--projectId projectId].
Types ¶
type CreateOpts ¶
type CreateOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*CreateOpts) Run ¶
func (opts *CreateOpts) Run() error
type DeleteOpts ¶
type DeleteOpts struct { cli.GlobalOpts *cli.DeleteOpts // contains filtered or unexported fields }
func (*DeleteOpts) Run ¶
func (opts *DeleteOpts) Run() error
type DescribeOpts ¶
type DescribeOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*DescribeOpts) Run ¶
func (opts *DescribeOpts) Run() error
type ListOpts ¶
type ListOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
type PauseOpts ¶
type PauseOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
type StartOpts ¶
type StartOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
type TriggerOpts ¶
type TriggerOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*TriggerOpts) Run ¶
func (opts *TriggerOpts) Run() error
type UpdateOpts ¶
type UpdateOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*UpdateOpts) Run ¶
func (opts *UpdateOpts) Run() error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.