constants

package
v1.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MakeOpcuaDevice           = "" /* 126-byte string literal not displayed */
	CheckOpcuaDeviceImage     = "docker images | grep opcua-simulator"
	RunOpcuaDevice            = "docker run -d --network host opcua-simulator:v1.0-linux-amd64"
	GetOpcuaDeviceContainerID = "docker ps | grep opcua-simulator"
	DeleteOpcuaDevice         = "docker rmi opcua-simulator:v1.0-linux-amd64"

	MakeOpcuaMapper           = "cd $GOPATH/src/github.com/kubeedge/mappers-go;make mapper opcua package"
	CheckOpcuaMapperImage     = "docker images | grep opcua-mapper"
	DeleteOpcuaMapperImage    = "docker rmi opcua-mapper:v1.0-linux-amd64"
	RunOpcuaMapper            = "" /* 201-byte string literal not displayed */
	GetOpcuaMapperContainerID = "docker ps | grep opcua-mapper"

	SourceCaPath = "$GOPATH/src/github.com/kubeedge/mappers-go/tests/e2e/opcua/ca"
	DstCaPath    = "/etc/kubeedge/ca/testca"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL