PodChange

class controller.models.domain.kubernetes.PodChange(phase, pod)

Bases: object

Represents a change (not creation or deletion) of a pod.

Parameters:

Attributes Summary

phase

New phase of the pod.

pod

Full object for the pod that changed.

Attributes Documentation

phase: PodPhase = <dataclasses._MISSING_TYPE object>

New phase of the pod.

pod: V1Pod = <dataclasses._MISSING_TYPE object>

Full object for the pod that changed.