Interface KubeNamespaceListProps

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

    @Generated(value="jsii-pacmak/1.88.0 (build eaabd08)",
               date="2023-09-11T06:17:58.661Z")
    @Stability(Stable)
    public interface KubeNamespaceListProps
    extends software.amazon.jsii.JsiiSerializable
    NamespaceList is a list of Namespaces.
    • Method Detail

      • getItems

        @Stability(Stable)
        @NotNull
        List<KubeNamespaceProps> getItems()
        Items is the list of Namespace objects in the list.

        More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/

      • getMetadata

        @Stability(Stable)
        @Nullable
        default ListMeta getMetadata()
        Standard list metadata.

        More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds