Documentation ¶
Index ¶
- func CreateDevice(deviceName string)
- func DeleteAllRegistries()
- func DeleteAllTasks(componentName string)
- func DeleteDevice(deviceName string)
- func DeleteTask(componentName string, taskName string)
- func DescribeDevice(deviceName string)
- func Execute()
- func GetTask(componentName string, taskName string)
- func InstallOperator()
- func ListDevices()
- func ListTasks(componentName string)
- func Logs(appNameSuffix string, containerName string)
- func ParseInputs()
- func RunTask(componentName string, taskName string)
- func SetTask(componentName string, taskName string)
- func Shell(appNameSuffix string, containerName string)
- func UninstallOperator()
- type Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDevice ¶
func CreateDevice(deviceName string)
func DeleteAllRegistries ¶
func DeleteAllRegistries()
func DeleteAllTasks ¶
func DeleteAllTasks(componentName string)
func DeleteDevice ¶
func DeleteDevice(deviceName string)
func DeleteTask ¶
func DescribeDevice ¶
func DescribeDevice(deviceName string)
func InstallOperator ¶
func InstallOperator()
func ListDevices ¶
func ListDevices()
func ParseInputs ¶
func ParseInputs()
func UninstallOperator ¶
func UninstallOperator()
Types ¶
Source Files ¶
- bash.go
- client.go
- common.go
- device-create.go
- device-delete.go
- device-describe.go
- device-list.go
- device.go
- logs.go
- operator-install.go
- operator-logs.go
- operator-shell.go
- operator-uninstall.go
- operator.go
- root.go
- shell.go
- task-delete.go
- task-get.go
- task-list.go
- task-run.go
- task-set.go
- task.go
- version.go
- yang.go
Click to show internal directories.
Click to hide internal directories.