Interface KubePodListProps

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

    @Generated(value="jsii-pacmak/1.79.0 (build b22f628)",
               date="2023-03-31T02:28:41.916Z")
    @Stability(Stable)
    public interface KubePodListProps
    extends software.amazon.jsii.JsiiSerializable
    PodList is a list of Pods.
    • Method Detail

      • getItems

        @Stability(Stable)
        @NotNull
        List<KubePodProps> getItems()
        List of pods.

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

      • 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