WatchEventType#
- class controller.models.domain.kubernetes.WatchEventType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
Enum
Possible values of the
type
field of Kubernetes watch events.Attributes Summary
Attributes Documentation
- ADDED = 'ADDED'#
- DELETED = 'DELETED'#
- MODIFIED = 'MODIFIED'#