moby_buildkit_v1

package
v0.13.2 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 19 Imported by: 232

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthControl        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowControl          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupControl = fmt.Errorf("proto: unexpected end of group")
)
View Source
var BuildHistoryEventType_name = map[int32]string{
	0: "STARTED",
	1: "COMPLETE",
	2: "DELETED",
}
View Source
var BuildHistoryEventType_value = map[string]int32{
	"STARTED":  0,
	"COMPLETE": 1,
	"DELETED":  2,
}

Functions

func RegisterControlServer

func RegisterControlServer(s *grpc.Server, srv ControlServer)

Types

type BuildHistoryEvent added in v0.11.0

type BuildHistoryEvent struct {
	Type                 BuildHistoryEventType `protobuf:"varint,1,opt,name=type,proto3,enum=moby.buildkit.v1.BuildHistoryEventType" json:"type,omitempty"`
	Record               *BuildHistoryRecord   `protobuf:"bytes,2,opt,name=record,proto3" json:"record,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*BuildHistoryEvent) Descriptor added in v0.11.0

func (*BuildHistoryEvent) Descriptor() ([]byte, []int)

func (*BuildHistoryEvent) GetRecord added in v0.11.0

func (m *BuildHistoryEvent) GetRecord() *BuildHistoryRecord

func (*BuildHistoryEvent) GetType added in v0.11.0

func (*BuildHistoryEvent) Marshal added in v0.11.0

func (m *BuildHistoryEvent) Marshal() (dAtA []byte, err error)

func (*BuildHistoryEvent) MarshalTo added in v0.11.0

func (m *BuildHistoryEvent) MarshalTo(dAtA []byte) (int, error)

func (*BuildHistoryEvent) MarshalToSizedBuffer added in v0.11.0

func (m *BuildHistoryEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BuildHistoryEvent) ProtoMessage added in v0.11.0

func (*BuildHistoryEvent) ProtoMessage()

func (*BuildHistoryEvent) Reset added in v0.11.0

func (m *BuildHistoryEvent) Reset()

func (*BuildHistoryEvent) Size added in v0.11.0

func (m *BuildHistoryEvent) Size() (n int)

func (*BuildHistoryEvent) String added in v0.11.0

func (m *BuildHistoryEvent) String() string

func (*BuildHistoryEvent) Unmarshal added in v0.11.0

func (m *BuildHistoryEvent) Unmarshal(dAtA []byte) error

func (*BuildHistoryEvent) XXX_DiscardUnknown added in v0.11.0

func (m *BuildHistoryEvent) XXX_DiscardUnknown()

func (*BuildHistoryEvent) XXX_Marshal added in v0.11.0

func (m *BuildHistoryEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BuildHistoryEvent) XXX_Merge added in v0.11.0

func (m *BuildHistoryEvent) XXX_Merge(src proto.Message)

func (*BuildHistoryEvent) XXX_Size added in v0.11.0

func (m *BuildHistoryEvent) XXX_Size() int

func (*BuildHistoryEvent) XXX_Unmarshal added in v0.11.0

func (m *BuildHistoryEvent) XXX_Unmarshal(b []byte) error

type BuildHistoryEventType added in v0.11.0

type BuildHistoryEventType int32
const (
	BuildHistoryEventType_STARTED  BuildHistoryEventType = 0
	BuildHistoryEventType_COMPLETE BuildHistoryEventType = 1
	BuildHistoryEventType_DELETED  BuildHistoryEventType = 2
)

func (BuildHistoryEventType) EnumDescriptor added in v0.11.0

func (BuildHistoryEventType) EnumDescriptor() ([]byte, []int)

func (BuildHistoryEventType) String added in v0.11.0

func (x BuildHistoryEventType) String() string

type BuildHistoryRecord added in v0.11.0

type BuildHistoryRecord struct {
	Ref                  string                      `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
	Frontend             string                      `protobuf:"bytes,2,opt,name=Frontend,proto3" json:"Frontend,omitempty"`
	FrontendAttrs        map[string]string           `` /* 167-byte string literal not displayed */
	Exporters            []*Exporter                 `protobuf:"bytes,4,rep,name=Exporters,proto3" json:"Exporters,omitempty"`
	Error                *rpc.Status                 `protobuf:"bytes,5,opt,name=error,proto3" json:"error,omitempty"`
	CreatedAt            *time.Time                  `protobuf:"bytes,6,opt,name=CreatedAt,proto3,stdtime" json:"CreatedAt,omitempty"`
	CompletedAt          *time.Time                  `protobuf:"bytes,7,opt,name=CompletedAt,proto3,stdtime" json:"CompletedAt,omitempty"`
	Logs                 *Descriptor                 `protobuf:"bytes,8,opt,name=logs,proto3" json:"logs,omitempty"`
	ExporterResponse     map[string]string           `` /* 173-byte string literal not displayed */
	Result               *BuildResultInfo            `protobuf:"bytes,10,opt,name=Result,proto3" json:"Result,omitempty"`
	Results              map[string]*BuildResultInfo `` /* 156-byte string literal not displayed */
	Generation           int32                       `protobuf:"varint,12,opt,name=Generation,proto3" json:"Generation,omitempty"`
	Trace                *Descriptor                 `protobuf:"bytes,13,opt,name=trace,proto3" json:"trace,omitempty"`
	Pinned               bool                        `protobuf:"varint,14,opt,name=pinned,proto3" json:"pinned,omitempty"`
	NumCachedSteps       int32                       `protobuf:"varint,15,opt,name=numCachedSteps,proto3" json:"numCachedSteps,omitempty"`
	NumTotalSteps        int32                       `protobuf:"varint,16,opt,name=numTotalSteps,proto3" json:"numTotalSteps,omitempty"`
	NumCompletedSteps    int32                       `protobuf:"varint,17,opt,name=numCompletedSteps,proto3" json:"numCompletedSteps,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*BuildHistoryRecord) Descriptor added in v0.11.0

func (*BuildHistoryRecord) Descriptor() ([]byte, []int)

func (*BuildHistoryRecord) GetCompletedAt added in v0.11.0

func (m *BuildHistoryRecord) GetCompletedAt() *time.Time

func (*BuildHistoryRecord) GetCreatedAt added in v0.11.0

func (m *BuildHistoryRecord) GetCreatedAt() *time.Time

func (*BuildHistoryRecord) GetError added in v0.11.0

func (m *BuildHistoryRecord) GetError() *rpc.Status

func (*BuildHistoryRecord) GetExporterResponse added in v0.11.0

func (m *BuildHistoryRecord) GetExporterResponse() map[string]string

func (*BuildHistoryRecord) GetExporters added in v0.11.0

func (m *BuildHistoryRecord) GetExporters() []*Exporter

func (*BuildHistoryRecord) GetFrontend added in v0.11.0

func (m *BuildHistoryRecord) GetFrontend() string

func (*BuildHistoryRecord) GetFrontendAttrs added in v0.11.0

func (m *BuildHistoryRecord) GetFrontendAttrs() map[string]string

func (*BuildHistoryRecord) GetGeneration added in v0.11.0

func (m *BuildHistoryRecord) GetGeneration() int32

func (*BuildHistoryRecord) GetLogs added in v0.11.0

func (m *BuildHistoryRecord) GetLogs() *Descriptor

func (*BuildHistoryRecord) GetNumCachedSteps added in v0.11.0

func (m *BuildHistoryRecord) GetNumCachedSteps() int32

func (*BuildHistoryRecord) GetNumCompletedSteps added in v0.11.2

func (m *BuildHistoryRecord) GetNumCompletedSteps() int32

func (*BuildHistoryRecord) GetNumTotalSteps added in v0.11.0

func (m *BuildHistoryRecord) GetNumTotalSteps() int32

func (*BuildHistoryRecord) GetPinned added in v0.11.0

func (m *BuildHistoryRecord) GetPinned() bool

func (*BuildHistoryRecord) GetRef added in v0.11.0

func (m *BuildHistoryRecord) GetRef() string

func (*BuildHistoryRecord) GetResult added in v0.11.0

func (m *BuildHistoryRecord) GetResult() *BuildResultInfo

func (*BuildHistoryRecord) GetResults added in v0.11.0

func (m *BuildHistoryRecord) GetResults() map[string]*BuildResultInfo

func (*BuildHistoryRecord) GetTrace added in v0.11.0

func (m *BuildHistoryRecord) GetTrace() *Descriptor

func (*BuildHistoryRecord) Marshal added in v0.11.0

func (m *BuildHistoryRecord) Marshal() (dAtA []byte, err error)

func (*BuildHistoryRecord) MarshalTo added in v0.11.0

func (m *BuildHistoryRecord) MarshalTo(dAtA []byte) (int, error)

func (*BuildHistoryRecord) MarshalToSizedBuffer added in v0.11.0

func (m *BuildHistoryRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BuildHistoryRecord) ProtoMessage added in v0.11.0

func (*BuildHistoryRecord) ProtoMessage()

func (*BuildHistoryRecord) Reset added in v0.11.0

func (m *BuildHistoryRecord) Reset()

func (*BuildHistoryRecord) Size added in v0.11.0

func (m *BuildHistoryRecord) Size() (n int)

func (*BuildHistoryRecord) String added in v0.11.0

func (m *BuildHistoryRecord) String() string

func (*BuildHistoryRecord) Unmarshal added in v0.11.0

func (m *BuildHistoryRecord) Unmarshal(dAtA []byte) error

func (*BuildHistoryRecord) XXX_DiscardUnknown added in v0.11.0

func (m *BuildHistoryRecord) XXX_DiscardUnknown()

func (*BuildHistoryRecord) XXX_Marshal added in v0.11.0

func (m *BuildHistoryRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BuildHistoryRecord) XXX_Merge added in v0.11.0

func (m *BuildHistoryRecord) XXX_Merge(src proto.Message)

func (*BuildHistoryRecord) XXX_Size added in v0.11.0

func (m *BuildHistoryRecord) XXX_Size() int

func (*BuildHistoryRecord) XXX_Unmarshal added in v0.11.0

func (m *BuildHistoryRecord) XXX_Unmarshal(b []byte) error

type BuildHistoryRequest added in v0.11.0

type BuildHistoryRequest struct {
	ActiveOnly           bool     `protobuf:"varint,1,opt,name=ActiveOnly,proto3" json:"ActiveOnly,omitempty"`
	Ref                  string   `protobuf:"bytes,2,opt,name=Ref,proto3" json:"Ref,omitempty"`
	EarlyExit            bool     `protobuf:"varint,3,opt,name=EarlyExit,proto3" json:"EarlyExit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BuildHistoryRequest) Descriptor added in v0.11.0

func (*BuildHistoryRequest) Descriptor() ([]byte, []int)

func (*BuildHistoryRequest) GetActiveOnly added in v0.11.0

func (m *BuildHistoryRequest) GetActiveOnly() bool

func (*BuildHistoryRequest) GetEarlyExit added in v0.11.0

func (m *BuildHistoryRequest) GetEarlyExit() bool

func (*BuildHistoryRequest) GetRef added in v0.11.0

func (m *BuildHistoryRequest) GetRef() string

func (*BuildHistoryRequest) Marshal added in v0.11.0

func (m *BuildHistoryRequest) Marshal() (dAtA []byte, err error)

func (*BuildHistoryRequest) MarshalTo added in v0.11.0

func (m *BuildHistoryRequest) MarshalTo(dAtA []byte) (int, error)

func (*BuildHistoryRequest) MarshalToSizedBuffer added in v0.11.0

func (m *BuildHistoryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BuildHistoryRequest) ProtoMessage added in v0.11.0

func (*BuildHistoryRequest) ProtoMessage()

func (*BuildHistoryRequest) Reset added in v0.11.0

func (m *BuildHistoryRequest) Reset()

func (*BuildHistoryRequest) Size added in v0.11.0

func (m *BuildHistoryRequest) Size() (n int)

func (*BuildHistoryRequest) String added in v0.11.0

func (m *BuildHistoryRequest) String() string

func (*BuildHistoryRequest) Unmarshal added in v0.11.0

func (m *BuildHistoryRequest) Unmarshal(dAtA []byte) error

func (*BuildHistoryRequest) XXX_DiscardUnknown added in v0.11.0

func (m *BuildHistoryRequest) XXX_DiscardUnknown()

func (*BuildHistoryRequest) XXX_Marshal added in v0.11.0

func (m *BuildHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BuildHistoryRequest) XXX_Merge added in v0.11.0

func (m *BuildHistoryRequest) XXX_Merge(src proto.Message)

func (*BuildHistoryRequest) XXX_Size added in v0.11.0

func (m *BuildHistoryRequest) XXX_Size() int

func (*BuildHistoryRequest) XXX_Unmarshal added in v0.11.0

func (m *BuildHistoryRequest) XXX_Unmarshal(b []byte) error

type BuildResultInfo added in v0.11.0

type BuildResultInfo struct {
	ResultDeprecated     *Descriptor           `protobuf:"bytes,1,opt,name=ResultDeprecated,proto3" json:"ResultDeprecated,omitempty"`
	Attestations         []*Descriptor         `protobuf:"bytes,2,rep,name=Attestations,proto3" json:"Attestations,omitempty"`
	Results              map[int64]*Descriptor `` /* 156-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*BuildResultInfo) Descriptor added in v0.11.0

func (*BuildResultInfo) Descriptor() ([]byte, []int)

func (*BuildResultInfo) GetAttestations added in v0.11.0

func (m *BuildResultInfo) GetAttestations() []*Descriptor

func (*BuildResultInfo) GetResultDeprecated added in v0.13.0

func (m *BuildResultInfo) GetResultDeprecated() *Descriptor

func (*BuildResultInfo) GetResults added in v0.13.0

func (m *BuildResultInfo) GetResults() map[int64]*Descriptor

func (*BuildResultInfo) Marshal added in v0.11.0

func (m *BuildResultInfo) Marshal() (dAtA []byte, err error)

func (*BuildResultInfo) MarshalTo added in v0.11.0

func (m *BuildResultInfo) MarshalTo(dAtA []byte) (int, error)

func (*BuildResultInfo) MarshalToSizedBuffer added in v0.11.0

func (m *BuildResultInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BuildResultInfo) ProtoMessage added in v0.11.0

func (*BuildResultInfo) ProtoMessage()

func (*BuildResultInfo) Reset added in v0.11.0

func (m *BuildResultInfo) Reset()

func (*BuildResultInfo) Size added in v0.11.0

func (m *BuildResultInfo) Size() (n int)

func (*BuildResultInfo) String added in v0.11.0

func (m *BuildResultInfo) String() string

func (*BuildResultInfo) Unmarshal added in v0.11.0

func (m *BuildResultInfo) Unmarshal(dAtA []byte) error

func (*BuildResultInfo) XXX_DiscardUnknown added in v0.11.0

func (m *BuildResultInfo) XXX_DiscardUnknown()

func (*BuildResultInfo) XXX_Marshal added in v0.11.0

func (m *BuildResultInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BuildResultInfo) XXX_Merge added in v0.11.0

func (m *BuildResultInfo) XXX_Merge(src proto.Message)

func (*BuildResultInfo) XXX_Size added in v0.11.0

func (m *BuildResultInfo) XXX_Size() int

func (*BuildResultInfo) XXX_Unmarshal added in v0.11.0

func (m *BuildResultInfo) XXX_Unmarshal(b []byte) error

type BytesMessage

type BytesMessage struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BytesMessage) Descriptor

func (*BytesMessage) Descriptor() ([]byte, []int)

func (*BytesMessage) GetData

func (m *BytesMessage) GetData() []byte

func (*BytesMessage) Marshal

func (m *BytesMessage) Marshal() (dAtA []byte, err error)

func (*BytesMessage) MarshalTo

func (m *BytesMessage) MarshalTo(dAtA []byte) (int, error)

func (*BytesMessage) MarshalToSizedBuffer added in v0.7.0

func (m *BytesMessage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BytesMessage) ProtoMessage

func (*BytesMessage) ProtoMessage()

func (*BytesMessage) Reset

func (m *BytesMessage) Reset()

func (*BytesMessage) Size

func (m *BytesMessage) Size() (n int)

func (*BytesMessage) String

func (m *BytesMessage) String() string

func (*BytesMessage) Unmarshal

func (m *BytesMessage) Unmarshal(dAtA []byte) error

func (*BytesMessage) XXX_DiscardUnknown added in v0.4.0

func (m *BytesMessage) XXX_DiscardUnknown()

func (*BytesMessage) XXX_Marshal added in v0.4.0

func (m *BytesMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BytesMessage) XXX_Merge added in v0.4.0

func (m *BytesMessage) XXX_Merge(src proto.Message)

func (*BytesMessage) XXX_Size added in v0.4.0

func (m *BytesMessage) XXX_Size() int

func (*BytesMessage) XXX_Unmarshal added in v0.4.0

func (m *BytesMessage) XXX_Unmarshal(b []byte) error

type CacheOptions

type CacheOptions struct {
	// ExportRefDeprecated is deprecated in favor or the new Exports since BuildKit v0.4.0.
	// When ExportRefDeprecated is set, the solver appends
	// {.Type = "registry", .Attrs = ExportAttrs.add("ref", ExportRef)}
	// to Exports for compatibility. (planned to be removed)
	ExportRefDeprecated string `protobuf:"bytes,1,opt,name=ExportRefDeprecated,proto3" json:"ExportRefDeprecated,omitempty"`
	// ImportRefsDeprecated is deprecated in favor or the new Imports since BuildKit v0.4.0.
	// When ImportRefsDeprecated is set, the solver appends
	// {.Type = "registry", .Attrs = {"ref": importRef}}
	// for each of the ImportRefs entry to Imports for compatibility. (planned to be removed)
	ImportRefsDeprecated []string `protobuf:"bytes,2,rep,name=ImportRefsDeprecated,proto3" json:"ImportRefsDeprecated,omitempty"`
	// ExportAttrsDeprecated is deprecated since BuildKit v0.4.0.
	// See the description of ExportRefDeprecated.
	ExportAttrsDeprecated map[string]string `` /* 183-byte string literal not displayed */
	// Exports was introduced in BuildKit v0.4.0.
	Exports []*CacheOptionsEntry `protobuf:"bytes,4,rep,name=Exports,proto3" json:"Exports,omitempty"`
	// Imports was introduced in BuildKit v0.4.0.
	Imports              []*CacheOptionsEntry `protobuf:"bytes,5,rep,name=Imports,proto3" json:"Imports,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*CacheOptions) Descriptor

func (*CacheOptions) Descriptor() ([]byte, []int)

func (*CacheOptions) GetExportAttrsDeprecated added in v0.4.0

func (m *CacheOptions) GetExportAttrsDeprecated() map[string]string

func (*CacheOptions) GetExportRefDeprecated added in v0.4.0

func (m *CacheOptions) GetExportRefDeprecated() string

func (*CacheOptions) GetExports added in v0.4.0

func (m *CacheOptions) GetExports() []*CacheOptionsEntry

func (*CacheOptions) GetImportRefsDeprecated added in v0.4.0

func (m *CacheOptions) GetImportRefsDeprecated() []string

func (*CacheOptions) GetImports added in v0.4.0

func (m *CacheOptions) GetImports() []*CacheOptionsEntry

func (*CacheOptions) Marshal

func (m *CacheOptions) Marshal() (dAtA []byte, err error)

func (*CacheOptions) MarshalTo

func (m *CacheOptions) MarshalTo(dAtA []byte) (int, error)

func (*CacheOptions) MarshalToSizedBuffer added in v0.7.0

func (m *CacheOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CacheOptions) ProtoMessage

func (*CacheOptions) ProtoMessage()

func (*CacheOptions) Reset

func (m *CacheOptions) Reset()

func (*CacheOptions) Size

func (m *CacheOptions) Size() (n int)

func (*CacheOptions) String

func (m *CacheOptions) String() string

func (*CacheOptions) Unmarshal

func (m *CacheOptions) Unmarshal(dAtA []byte) error

func (*CacheOptions) XXX_DiscardUnknown added in v0.4.0

func (m *CacheOptions) XXX_DiscardUnknown()

func (*CacheOptions) XXX_Marshal added in v0.4.0

func (m *CacheOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CacheOptions) XXX_Merge added in v0.4.0

func (m *CacheOptions) XXX_Merge(src proto.Message)

func (*CacheOptions) XXX_Size added in v0.4.0

func (m *CacheOptions) XXX_Size() int

func (*CacheOptions) XXX_Unmarshal added in v0.4.0

func (m *CacheOptions) XXX_Unmarshal(b []byte) error

type CacheOptionsEntry added in v0.4.0

type CacheOptionsEntry struct {
	// Type is like "registry" or "local"
	Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"`
	// Attrs are like mode=(min,max), ref=example.com:5000/foo/bar .
	// See cache importer/exporter implementations' documentation.
	Attrs                map[string]string `` /* 151-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CacheOptionsEntry) Descriptor added in v0.4.0

func (*CacheOptionsEntry) Descriptor() ([]byte, []int)

func (*CacheOptionsEntry) GetAttrs added in v0.4.0

func (m *CacheOptionsEntry) GetAttrs() map[string]string

func (*CacheOptionsEntry) GetType added in v0.4.0

func (m *CacheOptionsEntry) GetType() string

func (*CacheOptionsEntry) Marshal added in v0.4.0

func (m *CacheOptionsEntry) Marshal() (dAtA []byte, err error)

func (*CacheOptionsEntry) MarshalTo added in v0.4.0

func (m *CacheOptionsEntry) MarshalTo(dAtA []byte) (int, error)

func (*CacheOptionsEntry) MarshalToSizedBuffer added in v0.7.0

func (m *CacheOptionsEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CacheOptionsEntry) ProtoMessage added in v0.4.0

func (*CacheOptionsEntry) ProtoMessage()

func (*CacheOptionsEntry) Reset added in v0.4.0

func (m *CacheOptionsEntry) Reset()

func (*CacheOptionsEntry) Size added in v0.4.0

func (m *CacheOptionsEntry) Size() (n int)

func (*CacheOptionsEntry) String added in v0.4.0

func (m *CacheOptionsEntry) String() string

func (*CacheOptionsEntry) Unmarshal added in v0.4.0

func (m *CacheOptionsEntry) Unmarshal(dAtA []byte) error

func (*CacheOptionsEntry) XXX_DiscardUnknown added in v0.4.0

func (m *CacheOptionsEntry) XXX_DiscardUnknown()

func (*CacheOptionsEntry) XXX_Marshal added in v0.4.0

func (m *CacheOptionsEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CacheOptionsEntry) XXX_Merge added in v0.4.0

func (m *CacheOptionsEntry) XXX_Merge(src proto.Message)

func (*CacheOptionsEntry) XXX_Size added in v0.4.0

func (m *CacheOptionsEntry) XXX_Size() int

func (*CacheOptionsEntry) XXX_Unmarshal added in v0.4.0

func (m *CacheOptionsEntry) XXX_Unmarshal(b []byte) error

type ControlClient

ControlClient is the client API for Control service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewControlClient

func NewControlClient(cc *grpc.ClientConn) ControlClient

type Control_ListenBuildHistoryClient added in v0.11.0

type Control_ListenBuildHistoryClient interface {
	Recv() (*BuildHistoryEvent, error)
	grpc.ClientStream
}

type Control_ListenBuildHistoryServer added in v0.11.0

type Control_ListenBuildHistoryServer interface {
	Send(*BuildHistoryEvent) error
	grpc.ServerStream
}

type Control_PruneClient

type Control_PruneClient interface {
	Recv() (*UsageRecord, error)
	grpc.ClientStream
}

type Control_PruneServer

type Control_PruneServer interface {
	Send(*UsageRecord) error
	grpc.ServerStream
}

type Control_SessionClient

type Control_SessionClient interface {
	Send(*BytesMessage) error
	Recv() (*BytesMessage, error)
	grpc.ClientStream
}

type Control_SessionServer

type Control_SessionServer interface {
	Send(*BytesMessage) error
	Recv() (*BytesMessage, error)
	grpc.ServerStream
}

type Control_StatusClient

type Control_StatusClient interface {
	Recv() (*StatusResponse, error)
	grpc.ClientStream
}

type Control_StatusServer

type Control_StatusServer interface {
	Send(*StatusResponse) error
	grpc.ServerStream
}

type Descriptor added in v0.11.0

type Descriptor struct {
	MediaType            string                                     `protobuf:"bytes,1,opt,name=media_type,json=mediaType,proto3" json:"media_type,omitempty"`
	Digest               github_com_opencontainers_go_digest.Digest `protobuf:"bytes,2,opt,name=digest,proto3,customtype=github.com/opencontainers/go-digest.Digest" json:"digest"`
	Size_                int64                                      `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	Annotations          map[string]string                          `` /* 163-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*Descriptor) Descriptor added in v0.11.0

func (*Descriptor) Descriptor() ([]byte, []int)

func (*Descriptor) GetAnnotations added in v0.11.0

func (m *Descriptor) GetAnnotations() map[string]string

func (*Descriptor) GetMediaType added in v0.11.0

func (m *Descriptor) GetMediaType() string

func (*Descriptor) GetSize_ added in v0.11.0

func (m *Descriptor) GetSize_() int64

func (*Descriptor) Marshal added in v0.11.0

func (m *Descriptor) Marshal() (dAtA []byte, err error)

func (*Descriptor) MarshalTo added in v0.11.0

func (m *Descriptor) MarshalTo(dAtA []byte) (int, error)

func (*Descriptor) MarshalToSizedBuffer added in v0.11.0

func (m *Descriptor) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Descriptor) ProtoMessage added in v0.11.0

func (*Descriptor) ProtoMessage()

func (*Descriptor) Reset added in v0.11.0

func (m *Descriptor) Reset()

func (*Descriptor) Size added in v0.11.0

func (m *Descriptor) Size() (n int)

func (*Descriptor) String added in v0.11.0

func (m *Descriptor) String() string

func (*Descriptor) Unmarshal added in v0.11.0

func (m *Descriptor) Unmarshal(dAtA []byte) error

func (*Descriptor) XXX_DiscardUnknown added in v0.11.0

func (m *Descriptor) XXX_DiscardUnknown()

func (*Descriptor) XXX_Marshal added in v0.11.0

func (m *Descriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Descriptor) XXX_Merge added in v0.11.0

func (m *Descriptor) XXX_Merge(src proto.Message)

func (*Descriptor) XXX_Size added in v0.11.0

func (m *Descriptor) XXX_Size() int

func (*Descriptor) XXX_Unmarshal added in v0.11.0

func (m *Descriptor) XXX_Unmarshal(b []byte) error

type DiskUsageRequest

type DiskUsageRequest struct {
	Filter               []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DiskUsageRequest) Descriptor

func (*DiskUsageRequest) Descriptor() ([]byte, []int)

func (*DiskUsageRequest) GetFilter

func (m *DiskUsageRequest) GetFilter() []string

func (*DiskUsageRequest) Marshal

func (m *DiskUsageRequest) Marshal() (dAtA []byte, err error)

func (*DiskUsageRequest) MarshalTo

func (m *DiskUsageRequest) MarshalTo(dAtA []byte) (int, error)

func (*DiskUsageRequest) MarshalToSizedBuffer added in v0.7.0

func (m *DiskUsageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DiskUsageRequest) ProtoMessage

func (*DiskUsageRequest) ProtoMessage()

func (*DiskUsageRequest) Reset

func (m *DiskUsageRequest) Reset()

func (*DiskUsageRequest) Size

func (m *DiskUsageRequest) Size() (n int)

func (*DiskUsageRequest) String

func (m *DiskUsageRequest) String() string

func (*DiskUsageRequest) Unmarshal

func (m *DiskUsageRequest) Unmarshal(dAtA []byte) error

func (*DiskUsageRequest) XXX_DiscardUnknown added in v0.4.0

func (m *DiskUsageRequest) XXX_DiscardUnknown()

func (*DiskUsageRequest) XXX_Marshal added in v0.4.0

func (m *DiskUsageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DiskUsageRequest) XXX_Merge added in v0.4.0

func (m *DiskUsageRequest) XXX_Merge(src proto.Message)

func (*DiskUsageRequest) XXX_Size added in v0.4.0

func (m *DiskUsageRequest) XXX_Size() int

func (*DiskUsageRequest) XXX_Unmarshal added in v0.4.0

func (m *DiskUsageRequest) XXX_Unmarshal(b []byte) error

type DiskUsageResponse

type DiskUsageResponse struct {
	Record               []*UsageRecord `protobuf:"bytes,1,rep,name=record,proto3" json:"record,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*DiskUsageResponse) Descriptor

func (*DiskUsageResponse) Descriptor() ([]byte, []int)

func (*DiskUsageResponse) GetRecord

func (m *DiskUsageResponse) GetRecord() []*UsageRecord

func (*DiskUsageResponse) Marshal

func (m *DiskUsageResponse) Marshal() (dAtA []byte, err error)

func (*DiskUsageResponse) MarshalTo

func (m *DiskUsageResponse) MarshalTo(dAtA []byte) (int, error)

func (*DiskUsageResponse) MarshalToSizedBuffer added in v0.7.0

func (m *DiskUsageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DiskUsageResponse) ProtoMessage

func (*DiskUsageResponse) ProtoMessage()

func (*DiskUsageResponse) Reset

func (m *DiskUsageResponse) Reset()

func (*DiskUsageResponse) Size

func (m *DiskUsageResponse) Size() (n int)

func (*DiskUsageResponse) String

func (m *DiskUsageResponse) String() string

func (*DiskUsageResponse) Unmarshal

func (m *DiskUsageResponse) Unmarshal(dAtA []byte) error

func (*DiskUsageResponse) XXX_DiscardUnknown added in v0.4.0

func (m *DiskUsageResponse) XXX_DiscardUnknown()

func (*DiskUsageResponse) XXX_Marshal added in v0.4.0

func (m *DiskUsageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DiskUsageResponse) XXX_Merge added in v0.4.0

func (m *DiskUsageResponse) XXX_Merge(src proto.Message)

func (*DiskUsageResponse) XXX_Size added in v0.4.0

func (m *DiskUsageResponse) XXX_Size() int

func (*DiskUsageResponse) XXX_Unmarshal added in v0.4.0

func (m *DiskUsageResponse) XXX_Unmarshal(b []byte) error

type Exporter added in v0.11.0

type Exporter struct {
	// Type identifies the exporter
	Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"`
	// Attrs specifies exporter configuration
	Attrs                map[string]string `` /* 151-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

Exporter describes the output exporter

func (*Exporter) Descriptor added in v0.11.0

func (*Exporter) Descriptor() ([]byte, []int)

func (*Exporter) GetAttrs added in v0.11.0

func (m *Exporter) GetAttrs() map[string]string

func (*Exporter) GetType added in v0.11.0

func (m *Exporter) GetType() string

func (*Exporter) Marshal added in v0.11.0

func (m *Exporter) Marshal() (dAtA []byte, err error)

func (*Exporter) MarshalTo added in v0.11.0

func (m *Exporter) MarshalTo(dAtA []byte) (int, error)

func (*Exporter) MarshalToSizedBuffer added in v0.11.0

func (m *Exporter) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Exporter) ProtoMessage added in v0.11.0

func (*Exporter) ProtoMessage()

func (*Exporter) Reset added in v0.11.0

func (m *Exporter) Reset()

func (*Exporter) Size added in v0.11.0

func (m *Exporter) Size() (n int)

func (*Exporter) String added in v0.11.0

func (m *Exporter) String() string

func (*Exporter) Unmarshal added in v0.11.0

func (m *Exporter) Unmarshal(dAtA []byte) error

func (*Exporter) XXX_DiscardUnknown added in v0.11.0

func (m *Exporter) XXX_DiscardUnknown()

func (*Exporter) XXX_Marshal added in v0.11.0

func (m *Exporter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Exporter) XXX_Merge added in v0.11.0

func (m *Exporter) XXX_Merge(src proto.Message)

func (*Exporter) XXX_Size added in v0.11.0

func (m *Exporter) XXX_Size() int

func (*Exporter) XXX_Unmarshal added in v0.11.0

func (m *Exporter) XXX_Unmarshal(b []byte) error

type InfoRequest added in v0.11.0

type InfoRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InfoRequest) Descriptor added in v0.11.0

func (*InfoRequest) Descriptor() ([]byte, []int)

func (*InfoRequest) Marshal added in v0.11.0

func (m *InfoRequest) Marshal() (dAtA []byte, err error)

func (*InfoRequest) MarshalTo added in v0.11.0

func (m *InfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*InfoRequest) MarshalToSizedBuffer added in v0.11.0

func (m *InfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InfoRequest) ProtoMessage added in v0.11.0

func (*InfoRequest) ProtoMessage()

func (*InfoRequest) Reset added in v0.11.0

func (m *InfoRequest) Reset()

func (*InfoRequest) Size added in v0.11.0

func (m *InfoRequest) Size() (n int)

func (*InfoRequest) String added in v0.11.0

func (m *InfoRequest) String() string

func (*InfoRequest) Unmarshal added in v0.11.0

func (m *InfoRequest) Unmarshal(dAtA []byte) error

func (*InfoRequest) XXX_DiscardUnknown added in v0.11.0

func (m *InfoRequest) XXX_DiscardUnknown()

func (*InfoRequest) XXX_Marshal added in v0.11.0

func (m *InfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InfoRequest) XXX_Merge added in v0.11.0

func (m *InfoRequest) XXX_Merge(src proto.Message)

func (*InfoRequest) XXX_Size added in v0.11.0

func (m *InfoRequest) XXX_Size() int

func (*InfoRequest) XXX_Unmarshal added in v0.11.0

func (m *InfoRequest) XXX_Unmarshal(b []byte) error

type InfoResponse added in v0.11.0

type InfoResponse struct {
	BuildkitVersion      *types.BuildkitVersion `protobuf:"bytes,1,opt,name=buildkitVersion,proto3" json:"buildkitVersion,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*InfoResponse) Descriptor added in v0.11.0

func (*InfoResponse) Descriptor() ([]byte, []int)

func (*InfoResponse) GetBuildkitVersion added in v0.11.0

func (m *InfoResponse) GetBuildkitVersion() *types.BuildkitVersion

func (*InfoResponse) Marshal added in v0.11.0

func (m *InfoResponse) Marshal() (dAtA []byte, err error)

func (*InfoResponse) MarshalTo added in v0.11.0

func (m *InfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*InfoResponse) MarshalToSizedBuffer added in v0.11.0

func (m *InfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InfoResponse) ProtoMessage added in v0.11.0

func (*InfoResponse) ProtoMessage()

func (*InfoResponse) Reset added in v0.11.0

func (m *InfoResponse) Reset()

func (*InfoResponse) Size added in v0.11.0

func (m *InfoResponse) Size() (n int)

func (*InfoResponse) String added in v0.11.0

func (m *InfoResponse) String() string

func (*InfoResponse) Unmarshal added in v0.11.0

func (m *InfoResponse) Unmarshal(dAtA []byte) error

func (*InfoResponse) XXX_DiscardUnknown added in v0.11.0

func (m *InfoResponse) XXX_DiscardUnknown()

func (*InfoResponse) XXX_Marshal added in v0.11.0

func (m *InfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InfoResponse) XXX_Merge added in v0.11.0

func (m *InfoResponse) XXX_Merge(src proto.Message)

func (*InfoResponse) XXX_Size added in v0.11.0

func (m *InfoResponse) XXX_Size() int

func (*InfoResponse) XXX_Unmarshal added in v0.11.0

func (m *InfoResponse) XXX_Unmarshal(b []byte) error

type ListWorkersRequest

type ListWorkersRequest struct {
	Filter               []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListWorkersRequest) Descriptor

func (*ListWorkersRequest) Descriptor() ([]byte, []int)

func (*ListWorkersRequest) GetFilter

func (m *ListWorkersRequest) GetFilter() []string

func (*ListWorkersRequest) Marshal

func (m *ListWorkersRequest) Marshal() (dAtA []byte, err error)

func (*ListWorkersRequest) MarshalTo

func (m *ListWorkersRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListWorkersRequest) MarshalToSizedBuffer added in v0.7.0

func (m *ListWorkersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListWorkersRequest) ProtoMessage

func (*ListWorkersRequest) ProtoMessage()

func (*ListWorkersRequest) Reset

func (m *ListWorkersRequest) Reset()

func (*ListWorkersRequest) Size

func (m *ListWorkersRequest) Size() (n int)

func (*ListWorkersRequest) String

func (m *ListWorkersRequest) String() string

func (*ListWorkersRequest) Unmarshal

func (m *ListWorkersRequest) Unmarshal(dAtA []byte) error

func (*ListWorkersRequest) XXX_DiscardUnknown added in v0.4.0

func (m *ListWorkersRequest) XXX_DiscardUnknown()

func (*ListWorkersRequest) XXX_Marshal added in v0.4.0

func (m *ListWorkersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListWorkersRequest) XXX_Merge added in v0.4.0

func (m *ListWorkersRequest) XXX_Merge(src proto.Message)

func (*ListWorkersRequest) XXX_Size added in v0.4.0

func (m *ListWorkersRequest) XXX_Size() int

func (*ListWorkersRequest) XXX_Unmarshal added in v0.4.0

func (m *ListWorkersRequest) XXX_Unmarshal(b []byte) error

type ListWorkersResponse

type ListWorkersResponse struct {
	Record               []*types.WorkerRecord `protobuf:"bytes,1,rep,name=record,proto3" json:"record,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListWorkersResponse) Descriptor

func (*ListWorkersResponse) Descriptor() ([]byte, []int)

func (*ListWorkersResponse) GetRecord

func (m *ListWorkersResponse) GetRecord() []*types.WorkerRecord

func (*ListWorkersResponse) Marshal

func (m *ListWorkersResponse) Marshal() (dAtA []byte, err error)

func (*ListWorkersResponse) MarshalTo

func (m *ListWorkersResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListWorkersResponse) MarshalToSizedBuffer added in v0.7.0

func (m *ListWorkersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListWorkersResponse) ProtoMessage

func (*ListWorkersResponse) ProtoMessage()

func (*ListWorkersResponse) Reset

func (m *ListWorkersResponse) Reset()

func (*ListWorkersResponse) Size

func (m *ListWorkersResponse) Size() (n int)

func (*ListWorkersResponse) String

func (m *ListWorkersResponse) String() string

func (*ListWorkersResponse) Unmarshal

func (m *ListWorkersResponse) Unmarshal(dAtA []byte) error

func (*ListWorkersResponse) XXX_DiscardUnknown added in v0.4.0

func (m *ListWorkersResponse) XXX_DiscardUnknown()

func (*ListWorkersResponse) XXX_Marshal added in v0.4.0

func (m *ListWorkersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListWorkersResponse) XXX_Merge added in v0.4.0

func (m *ListWorkersResponse) XXX_Merge(src proto.Message)

func (*ListWorkersResponse) XXX_Size added in v0.4.0

func (m *ListWorkersResponse) XXX_Size() int

func (*ListWorkersResponse) XXX_Unmarshal added in v0.4.0

func (m *ListWorkersResponse) XXX_Unmarshal(b []byte) error

type PruneRequest

type PruneRequest struct {
	Filter               []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	All                  bool     `protobuf:"varint,2,opt,name=all,proto3" json:"all,omitempty"`
	KeepDuration         int64    `protobuf:"varint,3,opt,name=keepDuration,proto3" json:"keepDuration,omitempty"`
	KeepBytes            int64    `protobuf:"varint,4,opt,name=keepBytes,proto3" json:"keepBytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PruneRequest) Descriptor

func (*PruneRequest) Descriptor() ([]byte, []int)

func (*PruneRequest) GetAll

func (m *PruneRequest) GetAll() bool

func (*PruneRequest) GetFilter

func (m *PruneRequest) GetFilter() []string

func (*PruneRequest) GetKeepBytes

func (m *PruneRequest) GetKeepBytes() int64

func (*PruneRequest) GetKeepDuration

func (m *PruneRequest) GetKeepDuration() int64

func (*PruneRequest) Marshal

func (m *PruneRequest) Marshal() (dAtA []byte, err error)

func (*PruneRequest) MarshalTo

func (m *PruneRequest) MarshalTo(dAtA []byte) (int, error)

func (*PruneRequest) MarshalToSizedBuffer added in v0.7.0

func (m *PruneRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PruneRequest) ProtoMessage

func (*PruneRequest) ProtoMessage()

func (*PruneRequest) Reset

func (m *PruneRequest) Reset()

func (*PruneRequest) Size

func (m *PruneRequest) Size() (n int)

func (*PruneRequest) String

func (m *PruneRequest) String() string

func (*PruneRequest) Unmarshal

func (m *PruneRequest) Unmarshal(dAtA []byte) error

func (*PruneRequest) XXX_DiscardUnknown added in v0.4.0

func (m *PruneRequest) XXX_DiscardUnknown()

func (*PruneRequest) XXX_Marshal added in v0.4.0

func (m *PruneRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PruneRequest) XXX_Merge added in v0.4.0

func (m *PruneRequest) XXX_Merge(src proto.Message)

func (*PruneRequest) XXX_Size added in v0.4.0

func (m *PruneRequest) XXX_Size() int

func (*PruneRequest) XXX_Unmarshal added in v0.4.0

func (m *PruneRequest) XXX_Unmarshal(b []byte) error

type SolveRequest

type SolveRequest struct {
	Ref        string         `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
	Definition *pb.Definition `protobuf:"bytes,2,opt,name=Definition,proto3" json:"Definition,omitempty"`
	// ExporterDeprecated and ExporterAttrsDeprecated are deprecated in favor
	// of the new Exporters. If these fields are set, then they will be
	// appended to the Exporters field if Exporters was not explicitly set.
	ExporterDeprecated      string                                                   `protobuf:"bytes,3,opt,name=ExporterDeprecated,proto3" json:"ExporterDeprecated,omitempty"`
	ExporterAttrsDeprecated map[string]string                                        `` /* 187-byte string literal not displayed */
	Session                 string                                                   `protobuf:"bytes,5,opt,name=Session,proto3" json:"Session,omitempty"`
	Frontend                string                                                   `protobuf:"bytes,6,opt,name=Frontend,proto3" json:"Frontend,omitempty"`
	FrontendAttrs           map[string]string                                        `` /* 167-byte string literal not displayed */
	Cache                   CacheOptions                                             `protobuf:"bytes,8,opt,name=Cache,proto3" json:"Cache"`
	Entitlements            []github_com_moby_buildkit_util_entitlements.Entitlement `` /* 143-byte string literal not displayed */
	FrontendInputs          map[string]*pb.Definition                                `` /* 170-byte string literal not displayed */
	Internal                bool                                                     `protobuf:"varint,11,opt,name=Internal,proto3" json:"Internal,omitempty"`
	SourcePolicy            *pb1.Policy                                              `protobuf:"bytes,12,opt,name=SourcePolicy,proto3" json:"SourcePolicy,omitempty"`
	Exporters               []*Exporter                                              `protobuf:"bytes,13,rep,name=Exporters,proto3" json:"Exporters,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}                                                 `json:"-"`
	XXX_unrecognized        []byte                                                   `json:"-"`
	XXX_sizecache           int32                                                    `json:"-"`
}

func (*SolveRequest) Descriptor

func (*SolveRequest) Descriptor() ([]byte, []int)

func (*SolveRequest) GetCache

func (m *SolveRequest) GetCache() CacheOptions

func (*SolveRequest) GetDefinition

func (m *SolveRequest) GetDefinition() *pb.Definition

func (*SolveRequest) GetExporterAttrsDeprecated added in v0.13.0

func (m *SolveRequest) GetExporterAttrsDeprecated() map[string]string

func (*SolveRequest) GetExporterDeprecated added in v0.13.0

func (m *SolveRequest) GetExporterDeprecated() string

func (*SolveRequest) GetExporters added in v0.13.0

func (m *SolveRequest) GetExporters() []*Exporter

func (*SolveRequest) GetFrontend

func (m *SolveRequest) GetFrontend() string

func (*SolveRequest) GetFrontendAttrs

func (m *SolveRequest) GetFrontendAttrs() map[string]string

func (*SolveRequest) GetFrontendInputs added in v0.7.0

func (m *SolveRequest) GetFrontendInputs() map[string]*pb.Definition

func (*SolveRequest) GetInternal added in v0.11.0

func (m *SolveRequest) GetInternal() bool

func (*SolveRequest) GetRef

func (m *SolveRequest) GetRef() string

func (*SolveRequest) GetSession

func (m *SolveRequest) GetSession() string

func (*SolveRequest) GetSourcePolicy added in v0.11.0

func (m *SolveRequest) GetSourcePolicy() *pb1.Policy

func (*SolveRequest) Marshal

func (m *SolveRequest) Marshal() (dAtA []byte, err error)

func (*SolveRequest) MarshalTo

func (m *SolveRequest) MarshalTo(dAtA []byte) (int, error)

func (*SolveRequest) MarshalToSizedBuffer added in v0.7.0

func (m *SolveRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SolveRequest) ProtoMessage

func (*SolveRequest) ProtoMessage()

func (*SolveRequest) Reset

func (m *SolveRequest) Reset()

func (*SolveRequest) Size

func (m *SolveRequest) Size() (n int)

func (*SolveRequest) String

func (m *SolveRequest) String() string

func (*SolveRequest) Unmarshal

func (m *SolveRequest) Unmarshal(dAtA []byte) error

func (*SolveRequest) XXX_DiscardUnknown added in v0.4.0

func (m *SolveRequest) XXX_DiscardUnknown()

func (*SolveRequest) XXX_Marshal added in v0.4.0

func (m *SolveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SolveRequest) XXX_Merge added in v0.4.0

func (m *SolveRequest) XXX_Merge(src proto.Message)

func (*SolveRequest) XXX_Size added in v0.4.0

func (m *SolveRequest) XXX_Size() int

func (*SolveRequest) XXX_Unmarshal added in v0.4.0

func (m *SolveRequest) XXX_Unmarshal(b []byte) error

type SolveResponse

type SolveResponse struct {
	ExporterResponse     map[string]string `` /* 173-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*SolveResponse) Descriptor

func (*SolveResponse) Descriptor() ([]byte, []int)

func (*SolveResponse) GetExporterResponse

func (m *SolveResponse) GetExporterResponse() map[string]string

func (*SolveResponse) Marshal

func (m *SolveResponse) Marshal() (dAtA []byte, err error)

func (*SolveResponse) MarshalTo

func (m *SolveResponse) MarshalTo(dAtA []byte) (int, error)

func (*SolveResponse) MarshalToSizedBuffer added in v0.7.0

func (m *SolveResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SolveResponse) ProtoMessage

func (*SolveResponse) ProtoMessage()

func (*SolveResponse) Reset

func (m *SolveResponse) Reset()

func (*SolveResponse) Size

func (m *SolveResponse) Size() (n int)

func (*SolveResponse) String

func (m *SolveResponse) String() string

func (*SolveResponse) Unmarshal

func (m *SolveResponse) Unmarshal(dAtA []byte) error

func (*SolveResponse) XXX_DiscardUnknown added in v0.4.0

func (m *SolveResponse) XXX_DiscardUnknown()

func (*SolveResponse) XXX_Marshal added in v0.4.0

func (m *SolveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SolveResponse) XXX_Merge added in v0.4.0

func (m *SolveResponse) XXX_Merge(src proto.Message)

func (*SolveResponse) XXX_Size added in v0.4.0

func (m *SolveResponse) XXX_Size() int

func (*SolveResponse) XXX_Unmarshal added in v0.4.0

func (m *SolveResponse) XXX_Unmarshal(b []byte) error

type StatusRequest

type StatusRequest struct {
	Ref                  string   `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StatusRequest) Descriptor

func (*StatusRequest) Descriptor() ([]byte, []int)

func (*StatusRequest) GetRef

func (m *StatusRequest) GetRef() string

func (*StatusRequest) Marshal

func (m *StatusRequest) Marshal() (dAtA []byte, err error)

func (*StatusRequest) MarshalTo

func (m *StatusRequest) MarshalTo(dAtA []byte) (int, error)

func (*StatusRequest) MarshalToSizedBuffer added in v0.7.0

func (m *StatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StatusRequest) ProtoMessage

func (*StatusRequest) ProtoMessage()

func (*StatusRequest) Reset

func (m *StatusRequest) Reset()

func (*StatusRequest) Size

func (m *StatusRequest) Size() (n int)

func (*StatusRequest) String

func (m *StatusRequest) String() string

func (*StatusRequest) Unmarshal

func (m *StatusRequest) Unmarshal(dAtA []byte) error

func (*StatusRequest) XXX_DiscardUnknown added in v0.4.0

func (m *StatusRequest) XXX_DiscardUnknown()

func (*StatusRequest) XXX_Marshal added in v0.4.0

func (m *StatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StatusRequest) XXX_Merge added in v0.4.0

func (m *StatusRequest) XXX_Merge(src proto.Message)

func (*StatusRequest) XXX_Size added in v0.4.0

func (m *StatusRequest) XXX_Size() int

func (*StatusRequest) XXX_Unmarshal added in v0.4.0

func (m *StatusRequest) XXX_Unmarshal(b []byte) error

type StatusResponse

type StatusResponse struct {
	Vertexes             []*Vertex        `protobuf:"bytes,1,rep,name=vertexes,proto3" json:"vertexes,omitempty"`
	Statuses             []*VertexStatus  `protobuf:"bytes,2,rep,name=statuses,proto3" json:"statuses,omitempty"`
	Logs                 []*VertexLog     `protobuf:"bytes,3,rep,name=logs,proto3" json:"logs,omitempty"`
	Warnings             []*VertexWarning `protobuf:"bytes,4,rep,name=warnings,proto3" json:"warnings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*StatusResponse) Descriptor

func (*StatusResponse) Descriptor() ([]byte, []int)

func (*StatusResponse) GetLogs

func (m *StatusResponse) GetLogs() []*VertexLog

func (*StatusResponse) GetStatuses

func (m *StatusResponse) GetStatuses() []*VertexStatus

func (*StatusResponse) GetVertexes

func (m *StatusResponse) GetVertexes() []*Vertex

func (*StatusResponse) GetWarnings added in v0.10.0

func (m *StatusResponse) GetWarnings() []*VertexWarning

func (*StatusResponse) Marshal

func (m *StatusResponse) Marshal() (dAtA []byte, err error)

func (*StatusResponse) MarshalTo

func (m *StatusResponse) MarshalTo(dAtA []byte) (int, error)

func (*StatusResponse) MarshalToSizedBuffer added in v0.7.0

func (m *StatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StatusResponse) ProtoMessage

func (*StatusResponse) ProtoMessage()

func (*StatusResponse) Reset

func (m *StatusResponse) Reset()

func (*StatusResponse) Size

func (m *StatusResponse) Size() (n int)

func (*StatusResponse) String

func (m *StatusResponse) String() string

func (*StatusResponse) Unmarshal

func (m *StatusResponse) Unmarshal(dAtA []byte) error

func (*StatusResponse) XXX_DiscardUnknown added in v0.4.0

func (m *StatusResponse) XXX_DiscardUnknown()

func (*StatusResponse) XXX_Marshal added in v0.4.0

func (m *StatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StatusResponse) XXX_Merge added in v0.4.0

func (m *StatusResponse) XXX_Merge(src proto.Message)

func (*StatusResponse) XXX_Size added in v0.4.0

func (m *StatusResponse) XXX_Size() int

func (*StatusResponse) XXX_Unmarshal added in v0.4.0

func (m *StatusResponse) XXX_Unmarshal(b []byte) error

type UnimplementedControlServer added in v0.7.0

type UnimplementedControlServer struct {
}

UnimplementedControlServer can be embedded to have forward compatible implementations.

func (*UnimplementedControlServer) DiskUsage added in v0.7.0

func (*UnimplementedControlServer) Info added in v0.11.0

func (*UnimplementedControlServer) ListWorkers added in v0.7.0

func (*UnimplementedControlServer) ListenBuildHistory added in v0.11.0

func (*UnimplementedControlServer) Prune added in v0.7.0

func (*UnimplementedControlServer) Session added in v0.7.0

func (*UnimplementedControlServer) Solve added in v0.7.0

func (*UnimplementedControlServer) Status added in v0.7.0

func (*UnimplementedControlServer) UpdateBuildHistory added in v0.11.0

type UpdateBuildHistoryRequest added in v0.11.0

type UpdateBuildHistoryRequest struct {
	Ref                  string   `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
	Pinned               bool     `protobuf:"varint,2,opt,name=Pinned,proto3" json:"Pinned,omitempty"`
	Delete               bool     `protobuf:"varint,3,opt,name=Delete,proto3" json:"Delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateBuildHistoryRequest) Descriptor added in v0.11.0

func (*UpdateBuildHistoryRequest) Descriptor() ([]byte, []int)

func (*UpdateBuildHistoryRequest) GetDelete added in v0.11.0

func (m *UpdateBuildHistoryRequest) GetDelete() bool

func (*UpdateBuildHistoryRequest) GetPinned added in v0.11.0

func (m *UpdateBuildHistoryRequest) GetPinned() bool

func (*UpdateBuildHistoryRequest) GetRef added in v0.11.0

func (m *UpdateBuildHistoryRequest) GetRef() string

func (*UpdateBuildHistoryRequest) Marshal added in v0.11.0

func (m *UpdateBuildHistoryRequest) Marshal() (dAtA []byte, err error)

func (*UpdateBuildHistoryRequest) MarshalTo added in v0.11.0

func (m *UpdateBuildHistoryRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateBuildHistoryRequest) MarshalToSizedBuffer added in v0.11.0

func (m *UpdateBuildHistoryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateBuildHistoryRequest) ProtoMessage added in v0.11.0

func (*UpdateBuildHistoryRequest) ProtoMessage()

func (*UpdateBuildHistoryRequest) Reset added in v0.11.0

func (m *UpdateBuildHistoryRequest) Reset()

func (*UpdateBuildHistoryRequest) Size added in v0.11.0

func (m *UpdateBuildHistoryRequest) Size() (n int)

func (*UpdateBuildHistoryRequest) String added in v0.11.0

func (m *UpdateBuildHistoryRequest) String() string

func (*UpdateBuildHistoryRequest) Unmarshal added in v0.11.0

func (m *UpdateBuildHistoryRequest) Unmarshal(dAtA []byte) error

func (*UpdateBuildHistoryRequest) XXX_DiscardUnknown added in v0.11.0

func (m *UpdateBuildHistoryRequest) XXX_DiscardUnknown()

func (*UpdateBuildHistoryRequest) XXX_Marshal added in v0.11.0

func (m *UpdateBuildHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateBuildHistoryRequest) XXX_Merge added in v0.11.0

func (m *UpdateBuildHistoryRequest) XXX_Merge(src proto.Message)

func (*UpdateBuildHistoryRequest) XXX_Size added in v0.11.0

func (m *UpdateBuildHistoryRequest) XXX_Size() int

func (*UpdateBuildHistoryRequest) XXX_Unmarshal added in v0.11.0

func (m *UpdateBuildHistoryRequest) XXX_Unmarshal(b []byte) error

type UpdateBuildHistoryResponse added in v0.11.0

type UpdateBuildHistoryResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateBuildHistoryResponse) Descriptor added in v0.11.0

func (*UpdateBuildHistoryResponse) Descriptor() ([]byte, []int)

func (*UpdateBuildHistoryResponse) Marshal added in v0.11.0

func (m *UpdateBuildHistoryResponse) Marshal() (dAtA []byte, err error)

func (*UpdateBuildHistoryResponse) MarshalTo added in v0.11.0

func (m *UpdateBuildHistoryResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateBuildHistoryResponse) MarshalToSizedBuffer added in v0.11.0

func (m *UpdateBuildHistoryResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateBuildHistoryResponse) ProtoMessage added in v0.11.0

func (*UpdateBuildHistoryResponse) ProtoMessage()

func (*UpdateBuildHistoryResponse) Reset added in v0.11.0

func (m *UpdateBuildHistoryResponse) Reset()

func (*UpdateBuildHistoryResponse) Size added in v0.11.0

func (m *UpdateBuildHistoryResponse) Size() (n int)

func (*UpdateBuildHistoryResponse) String added in v0.11.0

func (m *UpdateBuildHistoryResponse) String() string

func (*UpdateBuildHistoryResponse) Unmarshal added in v0.11.0

func (m *UpdateBuildHistoryResponse) Unmarshal(dAtA []byte) error

func (*UpdateBuildHistoryResponse) XXX_DiscardUnknown added in v0.11.0

func (m *UpdateBuildHistoryResponse) XXX_DiscardUnknown()

func (*UpdateBuildHistoryResponse) XXX_Marshal added in v0.11.0

func (m *UpdateBuildHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateBuildHistoryResponse) XXX_Merge added in v0.11.0

func (m *UpdateBuildHistoryResponse) XXX_Merge(src proto.Message)

func (*UpdateBuildHistoryResponse) XXX_Size added in v0.11.0

func (m *UpdateBuildHistoryResponse) XXX_Size() int

func (*UpdateBuildHistoryResponse) XXX_Unmarshal added in v0.11.0

func (m *UpdateBuildHistoryResponse) XXX_Unmarshal(b []byte) error

type UsageRecord

type UsageRecord struct {
	ID                   string     `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Mutable              bool       `protobuf:"varint,2,opt,name=Mutable,proto3" json:"Mutable,omitempty"`
	InUse                bool       `protobuf:"varint,3,opt,name=InUse,proto3" json:"InUse,omitempty"`
	Size_                int64      `protobuf:"varint,4,opt,name=Size,proto3" json:"Size,omitempty"`
	Parent               string     `protobuf:"bytes,5,opt,name=Parent,proto3" json:"Parent,omitempty"` // Deprecated: Do not use.
	CreatedAt            time.Time  `protobuf:"bytes,6,opt,name=CreatedAt,proto3,stdtime" json:"CreatedAt"`
	LastUsedAt           *time.Time `protobuf:"bytes,7,opt,name=LastUsedAt,proto3,stdtime" json:"LastUsedAt,omitempty"`
	UsageCount           int64      `protobuf:"varint,8,opt,name=UsageCount,proto3" json:"UsageCount,omitempty"`
	Description          string     `protobuf:"bytes,9,opt,name=Description,proto3" json:"Description,omitempty"`
	RecordType           string     `protobuf:"bytes,10,opt,name=RecordType,proto3" json:"RecordType,omitempty"`
	Shared               bool       `protobuf:"varint,11,opt,name=Shared,proto3" json:"Shared,omitempty"`
	Parents              []string   `protobuf:"bytes,12,rep,name=Parents,proto3" json:"Parents,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*UsageRecord) Descriptor

func (*UsageRecord) Descriptor() ([]byte, []int)

func (*UsageRecord) GetCreatedAt

func (m *UsageRecord) GetCreatedAt() time.Time

func (*UsageRecord) GetDescription

func (m *UsageRecord) GetDescription() string

func (*UsageRecord) GetID

func (m *UsageRecord) GetID() string

func (*UsageRecord) GetInUse

func (m *UsageRecord) GetInUse() bool

func (*UsageRecord) GetLastUsedAt

func (m *UsageRecord) GetLastUsedAt() *time.Time

func (*UsageRecord) GetMutable

func (m *UsageRecord) GetMutable() bool

func (*UsageRecord) GetParent deprecated

func (m *UsageRecord) GetParent() string

Deprecated: Do not use.

func (*UsageRecord) GetParents added in v0.10.0

func (m *UsageRecord) GetParents() []string

func (*UsageRecord) GetRecordType

func (m *UsageRecord) GetRecordType() string

func (*UsageRecord) GetShared

func (m *UsageRecord) GetShared() bool

func (*UsageRecord) GetSize_

func (m *UsageRecord) GetSize_() int64

func (*UsageRecord) GetUsageCount

func (m *UsageRecord) GetUsageCount() int64

func (*UsageRecord) Marshal

func (m *UsageRecord) Marshal() (dAtA []byte, err error)

func (*UsageRecord) MarshalTo

func (m *UsageRecord) MarshalTo(dAtA []byte) (int, error)

func (*UsageRecord) MarshalToSizedBuffer added in v0.7.0

func (m *UsageRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UsageRecord) ProtoMessage

func (*UsageRecord) ProtoMessage()

func (*UsageRecord) Reset

func (m *UsageRecord) Reset()

func (*UsageRecord) Size

func (m *UsageRecord) Size() (n int)

func (*UsageRecord) String

func (m *UsageRecord) String() string

func (*UsageRecord) Unmarshal

func (m *UsageRecord) Unmarshal(dAtA []byte) error

func (*UsageRecord) XXX_DiscardUnknown added in v0.4.0

func (m *UsageRecord) XXX_DiscardUnknown()

func (*UsageRecord) XXX_Marshal added in v0.4.0

func (m *UsageRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UsageRecord) XXX_Merge added in v0.4.0

func (m *UsageRecord) XXX_Merge(src proto.Message)

func (*UsageRecord) XXX_Size added in v0.4.0

func (m *UsageRecord) XXX_Size() int

func (*UsageRecord) XXX_Unmarshal added in v0.4.0

func (m *UsageRecord) XXX_Unmarshal(b []byte) error

type Vertex

type Vertex struct {
	Digest               github_com_opencontainers_go_digest.Digest   `protobuf:"bytes,1,opt,name=digest,proto3,customtype=github.com/opencontainers/go-digest.Digest" json:"digest"`
	Inputs               []github_com_opencontainers_go_digest.Digest `protobuf:"bytes,2,rep,name=inputs,proto3,customtype=github.com/opencontainers/go-digest.Digest" json:"inputs"`
	Name                 string                                       `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Cached               bool                                         `protobuf:"varint,4,opt,name=cached,proto3" json:"cached,omitempty"`
	Started              *time.Time                                   `protobuf:"bytes,5,opt,name=started,proto3,stdtime" json:"started,omitempty"`
	Completed            *time.Time                                   `protobuf:"bytes,6,opt,name=completed,proto3,stdtime" json:"completed,omitempty"`
	Error                string                                       `protobuf:"bytes,7,opt,name=error,proto3" json:"error,omitempty"`
	ProgressGroup        *pb.ProgressGroup                            `protobuf:"bytes,8,opt,name=progressGroup,proto3" json:"progressGroup,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                     `json:"-"`
	XXX_unrecognized     []byte                                       `json:"-"`
	XXX_sizecache        int32                                        `json:"-"`
}

func (*Vertex) Descriptor

func (*Vertex) Descriptor() ([]byte, []int)

func (*Vertex) GetCached

func (m *Vertex) GetCached() bool

func (*Vertex) GetCompleted

func (m *Vertex) GetCompleted() *time.Time

func (*Vertex) GetError

func (m *Vertex) GetError() string

func (*Vertex) GetName

func (m *Vertex) GetName() string

func (*Vertex) GetProgressGroup added in v0.10.0

func (m *Vertex) GetProgressGroup() *pb.ProgressGroup

func (*Vertex) GetStarted

func (m *Vertex) GetStarted() *time.Time

func (*Vertex) Marshal

func (m *Vertex) Marshal() (dAtA []byte, err error)

func (*Vertex) MarshalTo

func (m *Vertex) MarshalTo(dAtA []byte) (int, error)

func (*Vertex) MarshalToSizedBuffer added in v0.7.0

func (m *Vertex) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Vertex) ProtoMessage

func (*Vertex) ProtoMessage()

func (*Vertex) Reset

func (m *Vertex) Reset()

func (*Vertex) Size

func (m *Vertex) Size() (n int)

func (*Vertex) String

func (m *Vertex) String() string

func (*Vertex) Unmarshal

func (m *Vertex) Unmarshal(dAtA []byte) error

func (*Vertex) XXX_DiscardUnknown added in v0.4.0

func (m *Vertex) XXX_DiscardUnknown()

func (*Vertex) XXX_Marshal added in v0.4.0

func (m *Vertex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vertex) XXX_Merge added in v0.4.0

func (m *Vertex) XXX_Merge(src proto.Message)

func (*Vertex) XXX_Size added in v0.4.0

func (m *Vertex) XXX_Size() int

func (*Vertex) XXX_Unmarshal added in v0.4.0

func (m *Vertex) XXX_Unmarshal(b []byte) error

type VertexLog

type VertexLog struct {
	Vertex               github_com_opencontainers_go_digest.Digest `protobuf:"bytes,1,opt,name=vertex,proto3,customtype=github.com/opencontainers/go-digest.Digest" json:"vertex"`
	Timestamp            time.Time                                  `protobuf:"bytes,2,opt,name=timestamp,proto3,stdtime" json:"timestamp"`
	Stream               int64                                      `protobuf:"varint,3,opt,name=stream,proto3" json:"stream,omitempty"`
	Msg                  []byte                                     `protobuf:"bytes,4,opt,name=msg,proto3" json:"msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*VertexLog) Descriptor

func (*VertexLog) Descriptor() ([]byte, []int)

func (*VertexLog) GetMsg

func (m *VertexLog) GetMsg() []byte

func (*VertexLog) GetStream

func (m *VertexLog) GetStream() int64

func (*VertexLog) GetTimestamp

func (m *VertexLog) GetTimestamp() time.Time

func (*VertexLog) Marshal

func (m *VertexLog) Marshal() (dAtA []byte, err error)

func (*VertexLog) MarshalTo

func (m *VertexLog) MarshalTo(dAtA []byte) (int, error)

func (*VertexLog) MarshalToSizedBuffer added in v0.7.0

func (m *VertexLog) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VertexLog) ProtoMessage

func (*VertexLog) ProtoMessage()

func (*VertexLog) Reset

func (m *VertexLog) Reset()

func (*VertexLog) Size

func (m *VertexLog) Size() (n int)

func (*VertexLog) String

func (m *VertexLog) String() string

func (*VertexLog) Unmarshal

func (m *VertexLog) Unmarshal(dAtA []byte) error

func (*VertexLog) XXX_DiscardUnknown added in v0.4.0

func (m *VertexLog) XXX_DiscardUnknown()

func (*VertexLog) XXX_Marshal added in v0.4.0

func (m *VertexLog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VertexLog) XXX_Merge added in v0.4.0

func (m *VertexLog) XXX_Merge(src proto.Message)

func (*VertexLog) XXX_Size added in v0.4.0

func (m *VertexLog) XXX_Size() int

func (*VertexLog) XXX_Unmarshal added in v0.4.0

func (m *VertexLog) XXX_Unmarshal(b []byte) error

type VertexStatus

type VertexStatus struct {
	ID                   string                                     `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Vertex               github_com_opencontainers_go_digest.Digest `protobuf:"bytes,2,opt,name=vertex,proto3,customtype=github.com/opencontainers/go-digest.Digest" json:"vertex"`
	Name                 string                                     `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Current              int64                                      `protobuf:"varint,4,opt,name=current,proto3" json:"current,omitempty"`
	Total                int64                                      `protobuf:"varint,5,opt,name=total,proto3" json:"total,omitempty"`
	Timestamp            time.Time                                  `protobuf:"bytes,6,opt,name=timestamp,proto3,stdtime" json:"timestamp"`
	Started              *time.Time                                 `protobuf:"bytes,7,opt,name=started,proto3,stdtime" json:"started,omitempty"`
	Completed            *time.Time                                 `protobuf:"bytes,8,opt,name=completed,proto3,stdtime" json:"completed,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*VertexStatus) Descriptor

func (*VertexStatus) Descriptor() ([]byte, []int)

func (*VertexStatus) GetCompleted

func (m *VertexStatus) GetCompleted() *time.Time

func (*VertexStatus) GetCurrent

func (m *VertexStatus) GetCurrent() int64

func (*VertexStatus) GetID

func (m *VertexStatus) GetID() string

func (*VertexStatus) GetName

func (m *VertexStatus) GetName() string

func (*VertexStatus) GetStarted

func (m *VertexStatus) GetStarted() *time.Time

func (*VertexStatus) GetTimestamp

func (m *VertexStatus) GetTimestamp() time.Time

func (*VertexStatus) GetTotal

func (m *VertexStatus) GetTotal() int64

func (*VertexStatus) Marshal

func (m *VertexStatus) Marshal() (dAtA []byte, err error)

func (*VertexStatus) MarshalTo

func (m *VertexStatus) MarshalTo(dAtA []byte) (int, error)

func (*VertexStatus) MarshalToSizedBuffer added in v0.7.0

func (m *VertexStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VertexStatus) ProtoMessage

func (*VertexStatus) ProtoMessage()

func (*VertexStatus) Reset

func (m *VertexStatus) Reset()

func (*VertexStatus) Size

func (m *VertexStatus) Size() (n int)

func (*VertexStatus) String

func (m *VertexStatus) String() string

func (*VertexStatus) Unmarshal

func (m *VertexStatus) Unmarshal(dAtA []byte) error

func (*VertexStatus) XXX_DiscardUnknown added in v0.4.0

func (m *VertexStatus) XXX_DiscardUnknown()

func (*VertexStatus) XXX_Marshal added in v0.4.0

func (m *VertexStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VertexStatus) XXX_Merge added in v0.4.0

func (m *VertexStatus) XXX_Merge(src proto.Message)

func (*VertexStatus) XXX_Size added in v0.4.0

func (m *VertexStatus) XXX_Size() int

func (*VertexStatus) XXX_Unmarshal added in v0.4.0

func (m *VertexStatus) XXX_Unmarshal(b []byte) error

type VertexWarning added in v0.10.0

type VertexWarning struct {
	Vertex               github_com_opencontainers_go_digest.Digest `protobuf:"bytes,1,opt,name=vertex,proto3,customtype=github.com/opencontainers/go-digest.Digest" json:"vertex"`
	Level                int64                                      `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"`
	Short                []byte                                     `protobuf:"bytes,3,opt,name=short,proto3" json:"short,omitempty"`
	Detail               [][]byte                                   `protobuf:"bytes,4,rep,name=detail,proto3" json:"detail,omitempty"`
	Url                  string                                     `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
	Info                 *pb.SourceInfo                             `protobuf:"bytes,6,opt,name=info,proto3" json:"info,omitempty"`
	Ranges               []*pb.Range                                `protobuf:"bytes,7,rep,name=ranges,proto3" json:"ranges,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*VertexWarning) Descriptor added in v0.10.0

func (*VertexWarning) Descriptor() ([]byte, []int)

func (*VertexWarning) GetDetail added in v0.10.0

func (m *VertexWarning) GetDetail() [][]byte

func (*VertexWarning) GetInfo added in v0.10.0

func (m *VertexWarning) GetInfo() *pb.SourceInfo

func (*VertexWarning) GetLevel added in v0.10.0

func (m *VertexWarning) GetLevel() int64

func (*VertexWarning) GetRanges added in v0.10.0

func (m *VertexWarning) GetRanges() []*pb.Range

func (*VertexWarning) GetShort added in v0.10.0

func (m *VertexWarning) GetShort() []byte

func (*VertexWarning) GetUrl added in v0.10.0

func (m *VertexWarning) GetUrl() string

func (*VertexWarning) Marshal added in v0.10.0

func (m *VertexWarning) Marshal() (dAtA []byte, err error)

func (*VertexWarning) MarshalTo added in v0.10.0

func (m *VertexWarning) MarshalTo(dAtA []byte) (int, error)

func (*VertexWarning) MarshalToSizedBuffer added in v0.10.0

func (m *VertexWarning) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VertexWarning) ProtoMessage added in v0.10.0

func (*VertexWarning) ProtoMessage()

func (*VertexWarning) Reset added in v0.10.0

func (m *VertexWarning) Reset()

func (*VertexWarning) Size added in v0.10.0

func (m *VertexWarning) Size() (n int)

func (*VertexWarning) String added in v0.10.0

func (m *VertexWarning) String() string

func (*VertexWarning) Unmarshal added in v0.10.0

func (m *VertexWarning) Unmarshal(dAtA []byte) error

func (*VertexWarning) XXX_DiscardUnknown added in v0.10.0

func (m *VertexWarning) XXX_DiscardUnknown()

func (*VertexWarning) XXX_Marshal added in v0.10.0

func (m *VertexWarning) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VertexWarning) XXX_Merge added in v0.10.0

func (m *VertexWarning) XXX_Merge(src proto.Message)

func (*VertexWarning) XXX_Size added in v0.10.0

func (m *VertexWarning) XXX_Size() int

func (*VertexWarning) XXX_Unmarshal added in v0.10.0

func (m *VertexWarning) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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