All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.dockerbuild.inputs.ExportCacheOnlyArgs Maven / Gradle / Ivy

Go to download

A Pulumi provider for building modern Docker images with buildx and BuildKit.

There is a newer version: 0.1.0-alpha.1729468870
Show newest version
// *** 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