Documentation ¶
Overview ¶
Package control handles the details of control calls to the O² Control core.
Index ¶
- Constants
- func ControlEnvironment(cxt context.Context, rpc *coconut.RpcClient, cmd *cobra.Command, args []string, ...) (err error)
- func CreateEnvironment(cxt context.Context, rpc *coconut.RpcClient, cmd *cobra.Command, args []string, ...) (err error)
- func DestroyEnvironment(cxt context.Context, rpc *coconut.RpcClient, cmd *cobra.Command, args []string, ...) (err error)
- func GetEnvironments(cxt context.Context, rpc *coconut.RpcClient, cmd *cobra.Command, args []string, ...) (err error)
- func GetInfo(cxt context.Context, rpc *coconut.RpcClient, cmd *cobra.Command, args []string, ...) (err error)
- func GetTasks(cxt context.Context, rpc *coconut.RpcClient, cmd *cobra.Command, args []string, ...) (err error)
- func ListWorkflowTemplates(cxt context.Context, rpc *coconut.RpcClient, cmd *cobra.Command, args []string, ...) (err error)
- func ModifyEnvironment(cxt context.Context, rpc *coconut.RpcClient, cmd *cobra.Command, args []string, ...) (err error)
- func QueryRoles(cxt context.Context, rpc *coconut.RpcClient, cmd *cobra.Command, args []string, ...) (err error)
- func ShowEnvironment(cxt context.Context, rpc *coconut.RpcClient, cmd *cobra.Command, args []string, ...) (err error)
- func Teardown(cxt context.Context, rpc *coconut.RpcClient, cmd *cobra.Command, args []string, ...) (err error)
- type ControlCall
- type RunFunc
Constants ¶
View Source
const ( CALL_TIMEOUT = 55 * time.Second SPINNER_TICK = 100 * time.Millisecond )
Variables ¶
This section is empty.
Functions ¶
func ControlEnvironment ¶
func CreateEnvironment ¶
func DestroyEnvironment ¶
func GetEnvironments ¶
func ListWorkflowTemplates ¶
func ModifyEnvironment ¶
func QueryRoles ¶
func ShowEnvironment ¶
Types ¶
type ControlCall ¶
Click to show internal directories.
Click to hide internal directories.