Documentation ¶
Index ¶
Constants ¶
View Source
const CATEGORY_DNS = "dns"
View Source
const CATEGORY_ETCD = "etcd"
View Source
const CATEGORY_EVENT = "event"
View Source
const CATEGORY_INVALID = "invalid"
View Source
const CATEGORY_KIND = "kind"
View Source
const CATEGORY_PLAIN = "plain"
View Source
const CATEGORY_SECRET = "secret"
View Source
const CATEGORY_STATE = "state"
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_CUSTOM = "custom"
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 KIND_SECRET = "secret"
View Source
const PLATFORM_DOCKER = "docker"
View Source
const REMOVE_KIND = "remove"
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_ENDPOINT_NAME = "node"
View Source
const SMR_LOCAL_DOMAIN string = "private"
View Source
const SMR_NODE_DOMAIN = "node.private"
View Source
const SMR_PREFIX = "simplecontainer.io/v1"
View Source
const SMR_SSH_HOME = "/home/node/.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_SCHEDULED = "action accepted and scheduled for action"
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.