Interface NamespaceSpec

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

    @Generated(value="jsii-pacmak/1.68.0 (build b45f2f6)",
               date="2022-09-25T03:33:25.757Z")
    @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/