Documentation ¶
Index ¶
- Variables
- type BuildkitVersion
- func (m *BuildkitVersion) CloneMessageVT() proto.Message
- func (m *BuildkitVersion) CloneVT() *BuildkitVersion
- func (*BuildkitVersion) Descriptor() ([]byte, []int)deprecated
- func (this *BuildkitVersion) EqualMessageVT(thatMsg proto.Message) bool
- func (this *BuildkitVersion) EqualVT(that *BuildkitVersion) bool
- func (x *BuildkitVersion) GetPackage() string
- func (x *BuildkitVersion) GetRevision() string
- func (x *BuildkitVersion) GetVersion() string
- func (m *BuildkitVersion) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BuildkitVersion) MarshalToVT(dAtA []byte) (int, error)
- func (m *BuildkitVersion) MarshalVT() (dAtA []byte, err error)
- func (*BuildkitVersion) ProtoMessage()
- func (x *BuildkitVersion) ProtoReflect() protoreflect.Message
- func (x *BuildkitVersion) Reset()
- func (m *BuildkitVersion) SizeVT() (n int)
- func (x *BuildkitVersion) String() string
- func (m *BuildkitVersion) UnmarshalVT(dAtA []byte) error
- type GCPolicy
- func (m *GCPolicy) CloneMessageVT() proto.Message
- func (m *GCPolicy) CloneVT() *GCPolicy
- func (*GCPolicy) Descriptor() ([]byte, []int)deprecated
- func (this *GCPolicy) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GCPolicy) EqualVT(that *GCPolicy) bool
- func (x *GCPolicy) GetAll() bool
- func (x *GCPolicy) GetFilters() []string
- func (x *GCPolicy) GetKeepDuration() int64
- func (x *GCPolicy) GetMaxUsedSpace() int64
- func (x *GCPolicy) GetMinFreeSpace() int64
- func (x *GCPolicy) GetReservedSpace() int64
- func (m *GCPolicy) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GCPolicy) MarshalToVT(dAtA []byte) (int, error)
- func (m *GCPolicy) MarshalVT() (dAtA []byte, err error)
- func (*GCPolicy) ProtoMessage()
- func (x *GCPolicy) ProtoReflect() protoreflect.Message
- func (x *GCPolicy) Reset()
- func (m *GCPolicy) SizeVT() (n int)
- func (x *GCPolicy) String() string
- func (m *GCPolicy) UnmarshalVT(dAtA []byte) error
- type WorkerRecord
- func (m *WorkerRecord) CloneMessageVT() proto.Message
- func (m *WorkerRecord) CloneVT() *WorkerRecord
- func (*WorkerRecord) Descriptor() ([]byte, []int)deprecated
- func (this *WorkerRecord) EqualMessageVT(thatMsg proto.Message) bool
- func (this *WorkerRecord) EqualVT(that *WorkerRecord) bool
- func (x *WorkerRecord) GetBuildkitVersion() *BuildkitVersion
- func (x *WorkerRecord) GetGCPolicy() []*GCPolicy
- func (x *WorkerRecord) GetID() string
- func (x *WorkerRecord) GetLabels() map[string]string
- func (x *WorkerRecord) GetPlatforms() []*pb.Platform
- func (m *WorkerRecord) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *WorkerRecord) MarshalToVT(dAtA []byte) (int, error)
- func (m *WorkerRecord) MarshalVT() (dAtA []byte, err error)
- func (*WorkerRecord) ProtoMessage()
- func (x *WorkerRecord) ProtoReflect() protoreflect.Message
- func (x *WorkerRecord) Reset()
- func (m *WorkerRecord) SizeVT() (n int)
- func (x *WorkerRecord) String() string
- func (m *WorkerRecord) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_moby_buildkit_api_types_worker_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BuildkitVersion ¶ added in v0.11.0
type BuildkitVersion struct { Package string `protobuf:"bytes,1,opt,name=package,proto3" json:"package,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` Revision string `protobuf:"bytes,3,opt,name=revision,proto3" json:"revision,omitempty"` // contains filtered or unexported fields }
func (*BuildkitVersion) CloneMessageVT ¶ added in v0.17.0
func (m *BuildkitVersion) CloneMessageVT() proto.Message
func (*BuildkitVersion) CloneVT ¶ added in v0.17.0
func (m *BuildkitVersion) CloneVT() *BuildkitVersion
func (*BuildkitVersion) Descriptor
deprecated
added in
v0.11.0
func (*BuildkitVersion) Descriptor() ([]byte, []int)
Deprecated: Use BuildkitVersion.ProtoReflect.Descriptor instead.
func (*BuildkitVersion) EqualMessageVT ¶ added in v0.17.0
func (this *BuildkitVersion) EqualMessageVT(thatMsg proto.Message) bool
func (*BuildkitVersion) EqualVT ¶ added in v0.17.0
func (this *BuildkitVersion) EqualVT(that *BuildkitVersion) bool
func (*BuildkitVersion) GetPackage ¶ added in v0.11.0
func (x *BuildkitVersion) GetPackage() string
func (*BuildkitVersion) GetRevision ¶ added in v0.11.0
func (x *BuildkitVersion) GetRevision() string
func (*BuildkitVersion) GetVersion ¶ added in v0.11.0
func (x *BuildkitVersion) GetVersion() string
func (*BuildkitVersion) MarshalToSizedBufferVT ¶ added in v0.17.0
func (m *BuildkitVersion) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*BuildkitVersion) MarshalToVT ¶ added in v0.17.0
func (m *BuildkitVersion) MarshalToVT(dAtA []byte) (int, error)
func (*BuildkitVersion) MarshalVT ¶ added in v0.17.0
func (m *BuildkitVersion) MarshalVT() (dAtA []byte, err error)
func (*BuildkitVersion) ProtoMessage ¶ added in v0.11.0
func (*BuildkitVersion) ProtoMessage()
func (*BuildkitVersion) ProtoReflect ¶ added in v0.17.0
func (x *BuildkitVersion) ProtoReflect() protoreflect.Message
func (*BuildkitVersion) Reset ¶ added in v0.11.0
func (x *BuildkitVersion) Reset()
func (*BuildkitVersion) SizeVT ¶ added in v0.17.0
func (m *BuildkitVersion) SizeVT() (n int)
func (*BuildkitVersion) String ¶ added in v0.11.0
func (x *BuildkitVersion) String() string
func (*BuildkitVersion) UnmarshalVT ¶ added in v0.17.0
func (m *BuildkitVersion) UnmarshalVT(dAtA []byte) error
type GCPolicy ¶
type GCPolicy struct { All bool `protobuf:"varint,1,opt,name=all,proto3" json:"all,omitempty"` KeepDuration int64 `protobuf:"varint,2,opt,name=keepDuration,proto3" json:"keepDuration,omitempty"` Filters []string `protobuf:"bytes,4,rep,name=filters,proto3" json:"filters,omitempty"` // reservedSpace was renamed from freeBytes ReservedSpace int64 `protobuf:"varint,3,opt,name=reservedSpace,proto3" json:"reservedSpace,omitempty"` MaxUsedSpace int64 `protobuf:"varint,5,opt,name=maxUsedSpace,proto3" json:"maxUsedSpace,omitempty"` MinFreeSpace int64 `protobuf:"varint,6,opt,name=minFreeSpace,proto3" json:"minFreeSpace,omitempty"` // contains filtered or unexported fields }
func (*GCPolicy) CloneMessageVT ¶ added in v0.17.0
func (*GCPolicy) Descriptor
deprecated
func (*GCPolicy) EqualMessageVT ¶ added in v0.17.0
func (*GCPolicy) GetFilters ¶
func (*GCPolicy) GetKeepDuration ¶
func (*GCPolicy) GetMaxUsedSpace ¶ added in v0.17.0
func (*GCPolicy) GetMinFreeSpace ¶ added in v0.17.0
func (*GCPolicy) GetReservedSpace ¶ added in v0.17.0
func (*GCPolicy) MarshalToSizedBufferVT ¶ added in v0.17.0
func (*GCPolicy) MarshalToVT ¶ added in v0.17.0
func (*GCPolicy) ProtoMessage ¶
func (*GCPolicy) ProtoMessage()
func (*GCPolicy) ProtoReflect ¶ added in v0.17.0
func (x *GCPolicy) ProtoReflect() protoreflect.Message
func (*GCPolicy) UnmarshalVT ¶ added in v0.17.0
type WorkerRecord ¶
type WorkerRecord struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` Labels map[string]string `` /* 153-byte string literal not displayed */ Platforms []*pb.Platform `protobuf:"bytes,3,rep,name=platforms,proto3" json:"platforms,omitempty"` GCPolicy []*GCPolicy `protobuf:"bytes,4,rep,name=GCPolicy,proto3" json:"GCPolicy,omitempty"` BuildkitVersion *BuildkitVersion `protobuf:"bytes,5,opt,name=BuildkitVersion,proto3" json:"BuildkitVersion,omitempty"` // contains filtered or unexported fields }
func (*WorkerRecord) CloneMessageVT ¶ added in v0.17.0
func (m *WorkerRecord) CloneMessageVT() proto.Message
func (*WorkerRecord) CloneVT ¶ added in v0.17.0
func (m *WorkerRecord) CloneVT() *WorkerRecord
func (*WorkerRecord) Descriptor
deprecated
func (*WorkerRecord) Descriptor() ([]byte, []int)
Deprecated: Use WorkerRecord.ProtoReflect.Descriptor instead.
func (*WorkerRecord) EqualMessageVT ¶ added in v0.17.0
func (this *WorkerRecord) EqualMessageVT(thatMsg proto.Message) bool
func (*WorkerRecord) EqualVT ¶ added in v0.17.0
func (this *WorkerRecord) EqualVT(that *WorkerRecord) bool
func (*WorkerRecord) GetBuildkitVersion ¶ added in v0.11.0
func (x *WorkerRecord) GetBuildkitVersion() *BuildkitVersion
func (*WorkerRecord) GetGCPolicy ¶
func (x *WorkerRecord) GetGCPolicy() []*GCPolicy
func (*WorkerRecord) GetID ¶
func (x *WorkerRecord) GetID() string
func (*WorkerRecord) GetLabels ¶
func (x *WorkerRecord) GetLabels() map[string]string
func (*WorkerRecord) GetPlatforms ¶
func (x *WorkerRecord) GetPlatforms() []*pb.Platform
func (*WorkerRecord) MarshalToSizedBufferVT ¶ added in v0.17.0
func (m *WorkerRecord) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*WorkerRecord) MarshalToVT ¶ added in v0.17.0
func (m *WorkerRecord) MarshalToVT(dAtA []byte) (int, error)
func (*WorkerRecord) MarshalVT ¶ added in v0.17.0
func (m *WorkerRecord) MarshalVT() (dAtA []byte, err error)
func (*WorkerRecord) ProtoMessage ¶
func (*WorkerRecord) ProtoMessage()
func (*WorkerRecord) ProtoReflect ¶ added in v0.17.0
func (x *WorkerRecord) ProtoReflect() protoreflect.Message
func (*WorkerRecord) Reset ¶
func (x *WorkerRecord) Reset()
func (*WorkerRecord) SizeVT ¶ added in v0.17.0
func (m *WorkerRecord) SizeVT() (n int)
func (*WorkerRecord) String ¶
func (x *WorkerRecord) String() string
func (*WorkerRecord) UnmarshalVT ¶ added in v0.17.0
func (m *WorkerRecord) UnmarshalVT(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.