Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultListenHost = "0.0.0.0" DefaultListenPort = "15150" DefaultListenAddr = DefaultListenHost + ":" + DefaultListenPort DefaultConfigPath = "/peerpod/daemon.json" DefaultPodNetworkSpecPath = "/peerpod/podnetwork.json" DefaultKataAgentSocketPath = "/run/kata-containers/agent.sock" DefaultKataAgentNamespace = "" AgentURLPath = "/agent" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
PodNetwork *tunneler.Config `json:"pod-network"`
PodNamespace string `json:"pod-namespace"`
PodName string `json:"pod-name"`
TLSServerKey string `json:"tls-server-key,omitempty"`
TLSServerCert string `json:"tls-server-cert,omitempty"`
TLSClientCA string `json:"tls-client-ca,omitempty"`
AAKBCParams string `json:"aa-kbc-params,omitempty"`
AuthJson string `json:"auth-json,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.