DeletionPropagationPolicy(value)Deletion Propagation Policy determines what happens to the
underlying Kubernetes resources on a cluster when the
FleetPackage managing those resources no longer targets the
cluster or is deleted.
Enums |
|
|---|---|
| Name | Description |
DELETION_PROPAGATION_POLICY_UNSPECIFIED |
Unspecified deletion propagation policy. Defaults to FOREGROUND. |
FOREGROUND |
Foreground deletion propagation policy. Any resources synced to the cluster will be deleted. |
ORPHAN |
Orphan deletion propagation policy. Any resources synced to the cluster will be abandoned. |