NamespaceDeletePolicy Enum

Definition

Delete options of a namespace.

public enum NamespaceDeletePolicy
type NamespaceDeletePolicy = 
Public Enum NamespaceDeletePolicy
Inheritance
NamespaceDeletePolicy

Fields

Name Value Description
Keep 0

Only delete the ARM resource, keep the Kubernetes namespace. Also delete the ManagedByARM label.

Delete 1

Delete both the ARM resource and the Kubernetes namespace together.

Applies to