次の方法で共有


NamespaceSpecV1.Finalizers Property

Definition

Gets the list of finalizers associated with the namespace. Finalizers are used to define actions or hooks that must be completed before a namespace is deleted. This ensures specific cleanup tasks are completed properly before the resource is removed.

[YamlDotNet.Serialization.YamlMember(Alias="finalizers")]
public System.Collections.Generic.List<string> Finalizers { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="finalizers")>]
member this.Finalizers : System.Collections.Generic.List<string>
Public ReadOnly Property Finalizers As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to