Versions in this module Expand all Collapse all v1 v1.6.1 May 4, 2021 Changes in this version + const APIVersion + const CGroupDriverCGroupFS + const CGroupDriverSystemd + const DataBaseAliasName + const DataBaseDataSource + const DataBaseDriverName + const EdgeMeshDefaultInterface + const EdgeMeshDefaultListenPort + const EdgeMeshDefaultLoadBalanceStrategy + const EdgeMeshDefaultSubNet + const GroupName + const Kind + type DBTest struct + Enable bool + type DataBase struct + AliasName string + DataSource string + DriverName string + type DeviceTwin struct + Enable bool + type EdgeCoreConfig struct + DataBase *DataBase + Modules *Modules + func NewDefaultEdgeCoreConfig() *EdgeCoreConfig + func NewMinEdgeCoreConfig() *EdgeCoreConfig + func (c *EdgeCoreConfig) Parse(filename string) error + type EdgeHub struct + Enable bool + HTTPServer string + Heartbeat int32 + ProjectID string + Quic *EdgeHubQUIC + RotateCertificates bool + TLSCAFile string + TLSCertFile string + TLSPrivateKeyFile string + Token string + WebSocket *EdgeHubWebSocket + type EdgeHubQUIC struct + Enable bool + HandshakeTimeout int32 + ReadDeadline int32 + Server string + WriteDeadline int32 + type EdgeHubWebSocket struct + Enable bool + HandshakeTimeout int32 + ReadDeadline int32 + Server string + WriteDeadline int32 + type EdgeMesh struct + Enable bool + LBStrategy string + ListenInterface string + ListenPort int + SubNet string + type EdgeStream struct + Enable bool + HandshakeTimeout int32 + ReadDeadline int32 + TLSTunnelCAFile string + TLSTunnelCertFile string + TLSTunnelPrivateKeyFile string + TunnelServer string + WriteDeadline int32 + type Edged struct + Annotations map[string]string + CGroupDriver string + CNIBinDir string + CNICacheDir string + CNIConfDir string + CgroupRoot string + CgroupsPerQOS bool + ClusterDNS string + ClusterDomain string + ConcurrentConsumers int + DevicePluginEnabled bool + DockerAddress string + EdgeCoreCgroups string + EdgedMemoryCapacity int64 + Enable bool + EnableMetrics bool + GPUPluginEnabled bool + HostnameOverride string + ImageGCHighThreshold int32 + ImageGCLowThreshold int32 + ImagePullProgressDeadline int32 + InterfaceName string + Labels map[string]string + MaximumDeadContainersPerPod int32 + NetworkPluginMTU int32 + NetworkPluginName string + NodeIP string + NodeStatusUpdateFrequency int32 + PodSandboxImage string + RegisterNode bool + RegisterNodeNamespace string + RemoteImageEndpoint string + RemoteRuntimeEndpoint string + RuntimeRequestTimeout int32 + RuntimeType string + SystemCgroups string + Taints []v1.Taint + VolumeStatsAggPeriod time.Duration + type EventBus struct + Enable bool + MqttMode MqttMode + MqttQOS uint8 + MqttRetain bool + MqttServerExternal string + MqttServerInternal string + MqttSessionQueueSize int32 + TLS *EventBusTLS + type EventBusTLS struct + Enable bool + TLSMqttCAFile string + TLSMqttCertFile string + TLSMqttPrivateKeyFile string + type MetaManager struct + ContextSendGroup metaconfig.GroupName + ContextSendModule metaconfig.ModuleName + Enable bool + MetaServer *MetaServer + PodStatusSyncInterval int32 + RemoteQueryTimeout int32 + type MetaServer struct + Debug bool + Enable bool + type Modules struct + DBTest *DBTest + DeviceTwin *DeviceTwin + EdgeHub *EdgeHub + EdgeMesh *EdgeMesh + EdgeStream *EdgeStream + Edged *Edged + EventBus *EventBus + MetaManager *MetaManager + ServiceBus *ServiceBus + type MqttMode int + const MqttModeBoth + const MqttModeExternal + const MqttModeInternal + type ProtocolName string + type ServiceBus struct + Enable bool