Class KubeIngressList.Builder

    • Method Detail

      • create

        @Stability(Stable)
        public static KubeIngressList.Builder create​(software.constructs.Construct scope,
                                                     String id)
        Parameters:
        scope - the scope in which to define this object. This parameter is required.
        id - a scope-local name for the object. This parameter is required.
        Returns:
        a new instance of KubeIngressList.Builder.
      • items

        @Stability(Stable)
        public KubeIngressList.Builder items​(List<? extends KubeIngressProps> items)
        Items is the list of Ingress.

        Parameters:
        items - Items is the list of Ingress. This parameter is required.
        Returns:
        this
      • metadata

        @Stability(Stable)
        public KubeIngressList.Builder metadata​(ListMeta metadata)
        Standard object's metadata.

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

        Parameters:
        metadata - Standard object's metadata. This parameter is required.
        Returns:
        this