Class KubeDeploymentList.Builder

    • Method Detail

      • create

        @Stability(Stable)
        public static KubeDeploymentList.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 KubeDeploymentList.Builder.
      • items

        @Stability(Stable)
        public KubeDeploymentList.Builder items​(List<? extends KubeDeploymentProps> items)
        Items is the list of Deployments.

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

        @Stability(Stable)
        public KubeDeploymentList.Builder metadata​(ListMeta metadata)
        Standard list metadata.

        Parameters:
        metadata - Standard list metadata. This parameter is required.
        Returns:
        this