Documentation ¶
Index ¶
Constants ¶
View Source
const (
LogFileMaxSizeMB = "1000"
)
Variables ¶
View Source
var PluginSupportedVersions = version.PluginSupports("0.3.0", "0.3.1", "0.4.0")
Functions ¶
Types ¶
type K8SArgs ¶
type K8SArgs struct { types.CommonArgs `json:"commonArgs"` // IP is pod's ip address IP net.IP `json:"ip"` // K8S_POD_NAME is pod's name K8S_POD_NAME types.UnmarshallableString `json:"k8s_pod_name"` // K8S_POD_NAMESPACE is pod's namespace K8S_POD_NAMESPACE types.UnmarshallableString `json:"k8s_pod_namespace"` // K8S_POD_INFRA_CONTAINER_ID is pod's container ID K8S_POD_INFRA_CONTAINER_ID types.UnmarshallableString `json:"k8s_pod_infra_container_id"` }
K8SArgs k8s pod args
Click to show internal directories.
Click to hide internal directories.