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

com.pulumi.dockerbuild.inputs.CacheToInlineArgs 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;




/**
 * 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