com.pulumi.dockerbuild.inputs.ExportCacheOnlyArgs 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;
public final class ExportCacheOnlyArgs extends com.pulumi.resources.ResourceArgs {
public static final ExportCacheOnlyArgs Empty = new ExportCacheOnlyArgs();
public static Builder builder() {
return new Builder();
}
public static final class Builder {
private ExportCacheOnlyArgs $;
public Builder() {
$ = new ExportCacheOnlyArgs();
}
public ExportCacheOnlyArgs build() {
return $;
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy