Interface KubeSecretListProps

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

    @Generated(value="jsii-pacmak/1.80.0 (build bce6a1d)",
               date="2023-05-05T16:22:34.111Z")
    @Stability(Stable)
    public interface KubeSecretListProps
    extends software.amazon.jsii.JsiiSerializable
    SecretList is a list of Secret.
    • Method Detail

      • getItems

        @Stability(Stable)
        @NotNull
        List<KubeSecretProps> getItems()
        Items is a list of secret objects.

        More info: https://kubernetes.io/docs/concepts/configuration/secret

      • 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