PodChange¶
- class controller.models.domain.kubernetes.PodChange(phase, pod)¶
Bases:
objectRepresents a change (not creation or deletion) of a pod.
- Parameters:
phase (
PodPhase)pod (
V1Pod)
Attributes Summary
New phase of the pod.
Full object for the pod that changed.
Attributes Documentation
-
pod:
V1Pod= <dataclasses._MISSING_TYPE object>¶ Full object for the pod that changed.