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
Attributes Documentation
-
pod:
V1Pod= <dataclasses._MISSING_TYPE object># Full object for the pod that changed.