PropagationPolicy# class nublado.controller.models.domain.kubernetes.PropagationPolicy(*values)# Bases: Enum Possible values for the propagationPolicy parameter to delete. Attributes Summary BACKGROUND FOREGROUND ORPHAN Attributes Documentation BACKGROUND = 'Background'# FOREGROUND = 'Foreground'# ORPHAN = 'Orphan'#