Interface NamespaceSpec

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

    @Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)",
               date="2022-09-16T03:33:04.146Z")
    @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/