AdoptionPolicy Class

Definition

Defines values for AdoptionPolicy.

public static class AdoptionPolicy
type AdoptionPolicy = class
Public Class AdoptionPolicy
Inheritance
AdoptionPolicy

Fields

Name Description
Always

Always take over the existing namespace to be managed by ARM, some fields might be overwritten.

IfIdentical

Take over the existing namespace to be managed by ARM, if there is no difference.

Never

If the namespace already exists in Kubernetes, attempts to create that same namespace in ARM will fail.

Applies to