Documentation ¶
Index ¶
Constants ¶
View Source
const CATEGORY_DNS = 0x5
View Source
const CATEGORY_DNS_STRING = "dns"
View Source
const CATEGORY_ETCD = 0x1
View Source
const CATEGORY_ETCD_STRING = "etcd"
View Source
const CATEGORY_EVENT = 0x3
View Source
const CATEGORY_EVENT_STRING = "event"
View Source
const CATEGORY_INVALID = 0x9
View Source
const CATEGORY_INVALID_STRING = "invalid"
View Source
const CATEGORY_OBJECT = 0x0
View Source
const CATEGORY_OBJECT_DELETE = 0x8
View Source
const CATEGORY_OBJECT_STRING = "object"
View Source
const CATEGORY_PLAIN = 0x2
View Source
const CATEGORY_PLAIN_STRING = "plain"
View Source
const CATEGORY_SECRET = 0x4
View Source
const CATEGORY_SECRET_STRING = "secret"
View Source
const CONFIGDIR string = "config"
View Source
const DEFAULT_LOG_LEVEL = "info"
View Source
const KIND_CERTKEY = "certkey"
View Source
const KIND_CONFIGURATION = "configuration"
View Source
const KIND_CONTAINER = "container"
View Source
const KIND_CONTAINERS = "containers"
View Source
const KIND_GITOPS = "gitops"
View Source
const KIND_HTTPAUTH = "httpauth"
View Source
const KIND_NETWORK = "network"
View Source
const KIND_RESOURCE = "resource"
View Source
const PLATFORM_DOCKER = "docker"
View Source
const ROOTDIR string = "smr"
View Source
const ROOTSMR = "smr"
View Source
const SIGKILL = "SIGKILL"
View Source
const SIGTERM = "SIGTERM"
View Source
const SMR string = "smr"
View Source
const SMR_AGENT_DOMAIN = "smr-agent.private"
View Source
const SMR_AGENT_URL = "smr-agent.private:1443"
View Source
const SMR_ENDPOINT_NAME = "smr-agent"
View Source
const SMR_LOCAL_DOMAIN string = "private"
View Source
const SMR_SSH_HOME = "/home/smr-agent/.ssh/simplecontainer"
View Source
const STATUS_RESPONSE_APPLIED = "object is applied"
View Source
const STATUS_RESPONSE_BAD_REQUEST = "request sent is invalid"
View Source
const STATUS_RESPONSE_DELETED = "object is deleted"
View Source
const STATUS_RESPONSE_INTERNAL_ERROR = "object action errored on the server"
View Source
const STATUS_RESPONSE_NOT_FOUND = "object is not found"
View Source
const STATUS_RESPONSE_REFRESHED = "object is refreshed"
View Source
const STATUS_RESPONSE_RESTART = "object is restarted"
View Source
const STATUS_RESPONSE_SYNCED = "object is synced"
Variables ¶
View Source
var STRUCTURE = []string{
"config",
"persistent",
"persistent/smr",
"persistent/etcd",
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.