com.pulumi.dockerbuild.inputs.CacheToInlineArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docker-build Show documentation
Show all versions of docker-build Show documentation
A Pulumi provider for building modern Docker images with buildx and BuildKit.
// *** WARNING: this file was generated by pulumi. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.dockerbuild.inputs;
/**
* Include an inline cache with the exported image.
*
*/
public final class CacheToInlineArgs extends com.pulumi.resources.ResourceArgs {
public static final CacheToInlineArgs Empty = new CacheToInlineArgs();
public static Builder builder() {
return new Builder();
}
public static final class Builder {
private CacheToInlineArgs $;
public Builder() {
$ = new CacheToInlineArgs();
}
public CacheToInlineArgs build() {
return $;
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy