Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { // ID of the container. ID string // Kubernetes metadata. Kubernetes *Kubernetes }
Container metadata.
type Kubernetes ¶
type Kubernetes struct { // Namespace is the namespace of the pod. Namespace string // PodName is the name of the pod. PodName string // PodUID is the unique identifier of the pod. PodUID string // NodeName is the name of the node. NodeName string }
Kubernetes represents information about the kubernetes environment.
Click to show internal directories.
Click to hide internal directories.