PropagationPolicy

class controller.models.domain.kubernetes.PropagationPolicy(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Possible values for the propagationPolicy parameter to delete.

Attributes Summary

BACKGROUND

FOREGROUND

ORPHAN

Attributes Documentation

BACKGROUND = 'Background'
FOREGROUND = 'Foreground'
ORPHAN = 'Orphan'