Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IntValueOrDefault ¶ added in v1.1.0
Types ¶
type Image ¶
type Image struct { pulumi.ResourceState Name string DockerImage *dockerbuildkit.Image }
func (*Image) URI ¶ added in v1.9.0
func (d *Image) URI() pulumi.StringOutput
type ImageArgs ¶
type ImageArgs struct { SourceImage string ProjectDir string Provider string Compute project.Compute RepositoryUrl pulumi.StringInput TempDir string Server pulumi.StringInput Username pulumi.StringInput Password pulumi.StringInput }
Click to show internal directories.
Click to hide internal directories.