Share via


KnownAdoptionPolicy enum

Known values of AdoptionPolicy that the service accepts.

Fields

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.