# Functions
DefaultCheckInPlaceUpdateCompleted checks whether imageID in pod status has been changed since in-place update.
GetCondition returns the InPlaceUpdateReady condition in Pod.
GetTemplateFromRevision returns the pod template parsed from ControllerRevision.
InjectReadinessGate injects InPlaceUpdateReady into pod.spec.readinessGates.
# Structs
NativeVerticalUpdate represents the vertical scaling of k8s standard.
UpdateSpec records the images of containers which need to in-place update.
# Interfaces
Interface for managing pods in-place update.
interface for In-place workload vertical scaling.