Interface NamespaceSpec

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

    @Generated(value="jsii-pacmak/1.69.0 (build f656c31)",
               date="2022-10-06T02:54:45.957Z")
    @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/