PodChange# class controller.models.domain.kubernetes.PodChange(phase, pod)# Bases: object Represents a change (not creation or deletion) of a pod. Parameters: phase (PodPhase) – pod (V1Pod) –