package
1.13.0-alpha.1
Repository: https://github.com/clickyotomy/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewGenericPLEG instantiates a new GenericPLEG object and return it.
# Constants
ContainerChanged - event type when the new state of container is unknown.
ContainerDied - event type when the new state of container is exited.
ContainerRemoved - event type when the old state of container is exited.
ContainerStarted - event type when the new state of container is running.
PodSync is used to trigger syncing of a pod when the observed change of the state of the pod cannot be captured by any single event above.
# Structs
GenericPLEG is an extremely simple generic PLEG that relies solely on periodic listing to discover container changes.
PodLifecycleEvent is an event that reflects the change of the pod state.
# Interfaces
PodLifecycleEventGenerator contains functions for generating pod life cycle events.
# Type aliases
PodLifeCycleEventType define the event type of pod life cycle events.