Config Delivery v1beta API - Enum DeletionPropagationPolicy (1.0.0-beta01)

public enum DeletionPropagationPolicy

Reference documentation and code samples for the Config Delivery v1beta API enum DeletionPropagationPolicy.

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.

Namespace

Google.Cloud.ConfigDelivery.V1Beta

Assembly

Google.Cloud.ConfigDelivery.V1Beta.dll

Fields

Name Description
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.

Unspecified

Unspecified deletion propagation policy. Defaults to FOREGROUND.