Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterControlServer(s grpc.ServiceRegistrar, srv ControlServer)
- type BuildHistoryEvent
- func (m *BuildHistoryEvent) CloneMessageVT() proto.Message
- func (m *BuildHistoryEvent) CloneVT() *BuildHistoryEvent
- func (*BuildHistoryEvent) Descriptor() ([]byte, []int)deprecated
- func (this *BuildHistoryEvent) EqualMessageVT(thatMsg proto.Message) bool
- func (this *BuildHistoryEvent) EqualVT(that *BuildHistoryEvent) bool
- func (x *BuildHistoryEvent) GetRecord() *BuildHistoryRecord
- func (x *BuildHistoryEvent) GetType() BuildHistoryEventType
- func (m *BuildHistoryEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BuildHistoryEvent) MarshalToVT(dAtA []byte) (int, error)
- func (m *BuildHistoryEvent) MarshalVT() (dAtA []byte, err error)
- func (*BuildHistoryEvent) ProtoMessage()
- func (x *BuildHistoryEvent) ProtoReflect() protoreflect.Message
- func (x *BuildHistoryEvent) Reset()
- func (m *BuildHistoryEvent) SizeVT() (n int)
- func (x *BuildHistoryEvent) String() string
- func (m *BuildHistoryEvent) UnmarshalVT(dAtA []byte) error
- type BuildHistoryEventType
- func (BuildHistoryEventType) Descriptor() protoreflect.EnumDescriptor
- func (x BuildHistoryEventType) Enum() *BuildHistoryEventType
- func (BuildHistoryEventType) EnumDescriptor() ([]byte, []int)deprecated
- func (x BuildHistoryEventType) Number() protoreflect.EnumNumber
- func (x BuildHistoryEventType) String() string
- func (BuildHistoryEventType) Type() protoreflect.EnumType
- type BuildHistoryRecord
- func (m *BuildHistoryRecord) CloneMessageVT() proto.Message
- func (m *BuildHistoryRecord) CloneVT() *BuildHistoryRecord
- func (*BuildHistoryRecord) Descriptor() ([]byte, []int)deprecated
- func (this *BuildHistoryRecord) EqualMessageVT(thatMsg proto.Message) bool
- func (this *BuildHistoryRecord) EqualVT(that *BuildHistoryRecord) bool
- func (x *BuildHistoryRecord) GetCompletedAt() *timestamp.Timestamp
- func (x *BuildHistoryRecord) GetCreatedAt() *timestamp.Timestamp
- func (x *BuildHistoryRecord) GetError() *status.Status
- func (x *BuildHistoryRecord) GetExporterResponse() map[string]string
- func (x *BuildHistoryRecord) GetExporters() []*Exporter
- func (x *BuildHistoryRecord) GetExternalError() *Descriptor
- func (x *BuildHistoryRecord) GetFrontend() string
- func (x *BuildHistoryRecord) GetFrontendAttrs() map[string]string
- func (x *BuildHistoryRecord) GetGeneration() int32
- func (x *BuildHistoryRecord) GetLogs() *Descriptor
- func (x *BuildHistoryRecord) GetNumCachedSteps() int32
- func (x *BuildHistoryRecord) GetNumCompletedSteps() int32
- func (x *BuildHistoryRecord) GetNumTotalSteps() int32
- func (x *BuildHistoryRecord) GetNumWarnings() int32
- func (x *BuildHistoryRecord) GetPinned() bool
- func (x *BuildHistoryRecord) GetRef() string
- func (x *BuildHistoryRecord) GetResult() *BuildResultInfo
- func (x *BuildHistoryRecord) GetResults() map[string]*BuildResultInfo
- func (x *BuildHistoryRecord) GetTrace() *Descriptor
- func (m *BuildHistoryRecord) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BuildHistoryRecord) MarshalToVT(dAtA []byte) (int, error)
- func (m *BuildHistoryRecord) MarshalVT() (dAtA []byte, err error)
- func (*BuildHistoryRecord) ProtoMessage()
- func (x *BuildHistoryRecord) ProtoReflect() protoreflect.Message
- func (x *BuildHistoryRecord) Reset()
- func (m *BuildHistoryRecord) SizeVT() (n int)
- func (x *BuildHistoryRecord) String() string
- func (m *BuildHistoryRecord) UnmarshalVT(dAtA []byte) error
- type BuildHistoryRequest
- func (m *BuildHistoryRequest) CloneMessageVT() proto.Message
- func (m *BuildHistoryRequest) CloneVT() *BuildHistoryRequest
- func (*BuildHistoryRequest) Descriptor() ([]byte, []int)deprecated
- func (this *BuildHistoryRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *BuildHistoryRequest) EqualVT(that *BuildHistoryRequest) bool
- func (x *BuildHistoryRequest) GetActiveOnly() bool
- func (x *BuildHistoryRequest) GetEarlyExit() bool
- func (x *BuildHistoryRequest) GetFilter() []string
- func (x *BuildHistoryRequest) GetLimit() int32
- func (x *BuildHistoryRequest) GetRef() string
- func (m *BuildHistoryRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BuildHistoryRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *BuildHistoryRequest) MarshalVT() (dAtA []byte, err error)
- func (*BuildHistoryRequest) ProtoMessage()
- func (x *BuildHistoryRequest) ProtoReflect() protoreflect.Message
- func (x *BuildHistoryRequest) Reset()
- func (m *BuildHistoryRequest) SizeVT() (n int)
- func (x *BuildHistoryRequest) String() string
- func (m *BuildHistoryRequest) UnmarshalVT(dAtA []byte) error
- type BuildResultInfo
- func (m *BuildResultInfo) CloneMessageVT() proto.Message
- func (m *BuildResultInfo) CloneVT() *BuildResultInfo
- func (*BuildResultInfo) Descriptor() ([]byte, []int)deprecated
- func (this *BuildResultInfo) EqualMessageVT(thatMsg proto.Message) bool
- func (this *BuildResultInfo) EqualVT(that *BuildResultInfo) bool
- func (x *BuildResultInfo) GetAttestations() []*Descriptor
- func (x *BuildResultInfo) GetResultDeprecated() *Descriptor
- func (x *BuildResultInfo) GetResults() map[int64]*Descriptor
- func (m *BuildResultInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BuildResultInfo) MarshalToVT(dAtA []byte) (int, error)
- func (m *BuildResultInfo) MarshalVT() (dAtA []byte, err error)
- func (*BuildResultInfo) ProtoMessage()
- func (x *BuildResultInfo) ProtoReflect() protoreflect.Message
- func (x *BuildResultInfo) Reset()
- func (m *BuildResultInfo) SizeVT() (n int)
- func (x *BuildResultInfo) String() string
- func (m *BuildResultInfo) UnmarshalVT(dAtA []byte) error
- type BytesMessage
- func (m *BytesMessage) CloneMessageVT() proto.Message
- func (m *BytesMessage) CloneVT() *BytesMessage
- func (*BytesMessage) Descriptor() ([]byte, []int)deprecated
- func (this *BytesMessage) EqualMessageVT(thatMsg proto.Message) bool
- func (this *BytesMessage) EqualVT(that *BytesMessage) bool
- func (x *BytesMessage) GetData() []byte
- func (m *BytesMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BytesMessage) MarshalToVT(dAtA []byte) (int, error)
- func (m *BytesMessage) MarshalVT() (dAtA []byte, err error)
- func (*BytesMessage) ProtoMessage()
- func (x *BytesMessage) ProtoReflect() protoreflect.Message
- func (x *BytesMessage) Reset()
- func (m *BytesMessage) SizeVT() (n int)
- func (x *BytesMessage) String() string
- func (m *BytesMessage) UnmarshalVT(dAtA []byte) error
- type CacheOptions
- func (m *CacheOptions) CloneMessageVT() proto.Message
- func (m *CacheOptions) CloneVT() *CacheOptions
- func (*CacheOptions) Descriptor() ([]byte, []int)deprecated
- func (this *CacheOptions) EqualMessageVT(thatMsg proto.Message) bool
- func (this *CacheOptions) EqualVT(that *CacheOptions) bool
- func (x *CacheOptions) GetExportAttrsDeprecated() map[string]string
- func (x *CacheOptions) GetExportRefDeprecated() string
- func (x *CacheOptions) GetExports() []*CacheOptionsEntry
- func (x *CacheOptions) GetImportRefsDeprecated() []string
- func (x *CacheOptions) GetImports() []*CacheOptionsEntry
- func (m *CacheOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CacheOptions) MarshalToVT(dAtA []byte) (int, error)
- func (m *CacheOptions) MarshalVT() (dAtA []byte, err error)
- func (*CacheOptions) ProtoMessage()
- func (x *CacheOptions) ProtoReflect() protoreflect.Message
- func (x *CacheOptions) Reset()
- func (m *CacheOptions) SizeVT() (n int)
- func (x *CacheOptions) String() string
- func (m *CacheOptions) UnmarshalVT(dAtA []byte) error
- type CacheOptionsEntry
- func (m *CacheOptionsEntry) CloneMessageVT() proto.Message
- func (m *CacheOptionsEntry) CloneVT() *CacheOptionsEntry
- func (*CacheOptionsEntry) Descriptor() ([]byte, []int)deprecated
- func (this *CacheOptionsEntry) EqualMessageVT(thatMsg proto.Message) bool
- func (this *CacheOptionsEntry) EqualVT(that *CacheOptionsEntry) bool
- func (x *CacheOptionsEntry) GetAttrs() map[string]string
- func (x *CacheOptionsEntry) GetType() string
- func (m *CacheOptionsEntry) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CacheOptionsEntry) MarshalToVT(dAtA []byte) (int, error)
- func (m *CacheOptionsEntry) MarshalVT() (dAtA []byte, err error)
- func (*CacheOptionsEntry) ProtoMessage()
- func (x *CacheOptionsEntry) ProtoReflect() protoreflect.Message
- func (x *CacheOptionsEntry) Reset()
- func (m *CacheOptionsEntry) SizeVT() (n int)
- func (x *CacheOptionsEntry) String() string
- func (m *CacheOptionsEntry) UnmarshalVT(dAtA []byte) error
- type ControlClient
- type ControlServer
- type Control_ListenBuildHistoryClient
- type Control_ListenBuildHistoryServer
- type Control_PruneClient
- type Control_PruneServer
- type Control_SessionClient
- type Control_SessionServer
- type Control_StatusClient
- type Control_StatusServer
- type Descriptor
- func (m *Descriptor) CloneMessageVT() proto.Message
- func (m *Descriptor) CloneVT() *Descriptor
- func (*Descriptor) Descriptor() ([]byte, []int)deprecated
- func (this *Descriptor) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Descriptor) EqualVT(that *Descriptor) bool
- func (x *Descriptor) GetAnnotations() map[string]string
- func (x *Descriptor) GetDigest() string
- func (x *Descriptor) GetMediaType() string
- func (x *Descriptor) GetSize() int64
- func (m *Descriptor) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Descriptor) MarshalToVT(dAtA []byte) (int, error)
- func (m *Descriptor) MarshalVT() (dAtA []byte, err error)
- func (*Descriptor) ProtoMessage()
- func (x *Descriptor) ProtoReflect() protoreflect.Message
- func (x *Descriptor) Reset()
- func (m *Descriptor) SizeVT() (n int)
- func (x *Descriptor) String() string
- func (m *Descriptor) UnmarshalVT(dAtA []byte) error
- type DiskUsageRequest
- func (m *DiskUsageRequest) CloneMessageVT() proto.Message
- func (m *DiskUsageRequest) CloneVT() *DiskUsageRequest
- func (*DiskUsageRequest) Descriptor() ([]byte, []int)deprecated
- func (this *DiskUsageRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *DiskUsageRequest) EqualVT(that *DiskUsageRequest) bool
- func (x *DiskUsageRequest) GetAgeLimit() int64
- func (x *DiskUsageRequest) GetFilter() []string
- func (m *DiskUsageRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *DiskUsageRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *DiskUsageRequest) MarshalVT() (dAtA []byte, err error)
- func (*DiskUsageRequest) ProtoMessage()
- func (x *DiskUsageRequest) ProtoReflect() protoreflect.Message
- func (x *DiskUsageRequest) Reset()