exportentry

package
v0.0.0-...-006b365 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	Name             types.String `tfsdk:"name"`
	Context          types.String `tfsdk:"context"`
	Dest             types.String `tfsdk:"dest"`
	UseOCIMediatypes types.Bool   `tfsdk:"use_oci_mediatypes"`
	Unpack           types.Bool   `tfsdk:"unpack"`
	Compression      types.String `tfsdk:"compression"`
	CompressionLevel types.Int64  `tfsdk:"compression_level"`
	ForceCompression types.Bool   `tfsdk:"force_compression"`
	Buildinfo        types.String `tfsdk:"buildinfo"`
}

type TypedEntries

type TypedEntries []TypedEntry

func (TypedEntries) ToBuildkit

func (ex TypedEntries) ToBuildkit() (out []client.ExportEntry, err error)

type TypedEntry

type TypedEntry struct {
	Entry
	Type string
}

func (*TypedEntry) ToBuildkit

func (ex *TypedEntry) ToBuildkit() (out client.ExportEntry, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL