Interface NamespaceSpec

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    NamespaceSpec.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.88.0 (build eaabd08)",
               date="2023-09-11T06:17:58.737Z")
    @Stability(Stable)
    public interface NamespaceSpec
    extends software.amazon.jsii.JsiiSerializable
    NamespaceSpec describes the attributes on a Namespace.
    • Method Detail

      • getFinalizers

        @Stability(Stable)
        @Nullable
        default List<String> getFinalizers()
        Finalizers is an opaque list of values that must be empty to permanently remove object from storage.

        More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/