Documentation
¶
Index ¶
Constants ¶
View Source
const ( LogsMountPath = "/var/log" PodLogsMountPath = "/var/log/pods" NodeIndexName = "spec.nodeName" HostpathMapperSelfNodeNameEnvVar = "VCLUSTER_HOSTPATH_MAPPER_CURRENT_NODE_NAME" // naming format <pod_name>_<namespace>_<container_name>-<containerdID(hash, with <docker/cri>:// prefix removed)>.log ContainerSymlinkSourceTemplate = "%s_%s_%s-%s.log" MultiNamespaceMode = "multi-namespace-mode" SyncerContainer = "syncer" PodNameEnv = "POD_NAME" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PhysicalPodMap ¶
map of physical pod names to the corresponding virtual pod
type VirtualClusterOptions ¶ added in v0.1.2
type VirtualClusterOptions struct { legacyconfig.LegacyVirtualClusterOptions VirtualLogsPath string VirtualPodLogsPath string VirtualContainerLogsPath string VirtualKubeletPodPath string }
Click to show internal directories.
Click to hide internal directories.