[][src]Struct buildkit_proto::moby::buildkit::v1::frontend::SolveRequest

pub struct SolveRequest {
    pub definition: Option<Definition>,
    pub frontend: String,
    pub frontend_opt: HashMap<String, String>,
    pub import_cache_refs_deprecated: Vec<String>,
    pub allow_result_return: bool,
    pub final: bool,
    pub exporter_attr: Vec<u8>,
    pub cache_imports: Vec<CacheOptionsEntry>,
}

Fields

definition: Option<Definition>frontend: Stringfrontend_opt: HashMap<String, String>import_cache_refs_deprecated: Vec<String>

ImportCacheRefsDeprecated is deprecated in favor or the new Imports since BuildKit v0.4.0. When ImportCacheRefsDeprecated is set, the solver appends {.Type = "registry", .Attrs = {"ref": importCacheRef}} for each of the ImportCacheRefs entry to CacheImports for compatibility. (planned to be removed)

allow_result_return: boolfinal: bool

apicaps.CapSolveInlineReturn deprecated

exporter_attr: Vec<u8>cache_imports: Vec<CacheOptionsEntry>

CacheImports was added in BuildKit v0.4.0. apicaps:CapImportCaches

Trait Implementations

impl Default for SolveRequest[src]

impl Clone for SolveRequest[src]

impl PartialEq<SolveRequest> for SolveRequest[src]

impl Debug for SolveRequest[src]

impl Message for SolveRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]