package moby_buildkit_v1_types
import "github.com/moby/buildkit/api/types"
Index ¶
- Variables
- type BuildkitVersion
- func (m *BuildkitVersion) CloneMessageVT() proto.Message
- func (m *BuildkitVersion) CloneVT() *BuildkitVersion
- func (*BuildkitVersion) Descriptor() ([]byte, []int)
- 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 CDIDevice
- func (m *CDIDevice) CloneMessageVT() proto.Message
- func (m *CDIDevice) CloneVT() *CDIDevice
- func (*CDIDevice) Descriptor() ([]byte, []int)
- func (this *CDIDevice) EqualMessageVT(thatMsg proto.Message) bool
- func (this *CDIDevice) EqualVT(that *CDIDevice) bool
- func (x *CDIDevice) GetAnnotations() map[string]string
- func (x *CDIDevice) GetAutoAllow() bool
- func (x *CDIDevice) GetName() string
- func (x *CDIDevice) GetOnDemand() bool
- func (m *CDIDevice) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CDIDevice) MarshalToVT(dAtA []byte) (int, error)
- func (m *CDIDevice) MarshalVT() (dAtA []byte, err error)
- func (*CDIDevice) ProtoMessage()
- func (x *CDIDevice) ProtoReflect() protoreflect.Message
- func (x *CDIDevice) Reset()
- func (m *CDIDevice) SizeVT() (n int)
- func (x *CDIDevice) String() string
- func (m *CDIDevice) UnmarshalVT(dAtA []byte) error
- type GCPolicy
- func (m *GCPolicy) CloneMessageVT() proto.Message
- func (m *GCPolicy) CloneVT() *GCPolicy
- func (*GCPolicy) Descriptor() ([]byte, []int)
- 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)
- func (this *WorkerRecord) EqualMessageVT(thatMsg proto.Message) bool
- func (this *WorkerRecord) EqualVT(that *WorkerRecord) bool
- func (x *WorkerRecord) GetBuildkitVersion() *BuildkitVersion
- func (x *WorkerRecord) GetCDIDevices() []*CDIDevice
- 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
Variables ¶
var File_github_com_moby_buildkit_api_types_worker_proto protoreflect.FileDescriptor
Types ¶
type BuildkitVersion ¶
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 ¶
func (m *BuildkitVersion) CloneMessageVT() proto.Message
func (*BuildkitVersion) CloneVT ¶
func (m *BuildkitVersion) CloneVT() *BuildkitVersion
func (*BuildkitVersion) Descriptor ¶
func (*BuildkitVersion) Descriptor() ([]byte, []int)
Deprecated: Use BuildkitVersion.ProtoReflect.Descriptor instead.
func (*BuildkitVersion) EqualMessageVT ¶
func (this *BuildkitVersion) EqualMessageVT(thatMsg proto.Message) bool
func (*BuildkitVersion) EqualVT ¶
func (this *BuildkitVersion) EqualVT(that *BuildkitVersion) bool
func (*BuildkitVersion) GetPackage ¶
func (x *BuildkitVersion) GetPackage() string
func (*BuildkitVersion) GetRevision ¶
func (x *BuildkitVersion) GetRevision() string
func (*BuildkitVersion) GetVersion ¶
func (x *BuildkitVersion) GetVersion() string
func (*BuildkitVersion) MarshalToSizedBufferVT ¶
func (m *BuildkitVersion) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*BuildkitVersion) MarshalToVT ¶
func (m *BuildkitVersion) MarshalToVT(dAtA []byte) (int, error)
func (*BuildkitVersion) MarshalVT ¶
func (m *BuildkitVersion) MarshalVT() (dAtA []byte, err error)
func (*BuildkitVersion) ProtoMessage ¶
func (*BuildkitVersion) ProtoMessage()
func (*BuildkitVersion) ProtoReflect ¶
func (x *BuildkitVersion) ProtoReflect() protoreflect.Message
func (*BuildkitVersion) Reset ¶
func (x *BuildkitVersion) Reset()
func (*BuildkitVersion) SizeVT ¶
func (m *BuildkitVersion) SizeVT() (n int)
func (*BuildkitVersion) String ¶
func (x *BuildkitVersion) String() string
func (*BuildkitVersion) UnmarshalVT ¶
func (m *BuildkitVersion) UnmarshalVT(dAtA []byte) error
type CDIDevice ¶
type CDIDevice struct { Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` AutoAllow bool `protobuf:"varint,2,opt,name=AutoAllow,proto3" json:"AutoAllow,omitempty"` Annotations map[string]string `protobuf:"bytes,3,rep,name=Annotations,proto3" json:"Annotations,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` OnDemand bool `protobuf:"varint,4,opt,name=OnDemand,proto3" json:"OnDemand,omitempty"` // contains filtered or unexported fields }
func (*CDIDevice) CloneMessageVT ¶
func (*CDIDevice) CloneVT ¶
func (*CDIDevice) Descriptor ¶
Deprecated: Use CDIDevice.ProtoReflect.Descriptor instead.
func (*CDIDevice) EqualMessageVT ¶
func (*CDIDevice) EqualVT ¶
func (*CDIDevice) GetAnnotations ¶
func (*CDIDevice) GetAutoAllow ¶
func (*CDIDevice) GetName ¶
func (*CDIDevice) GetOnDemand ¶
func (*CDIDevice) MarshalToSizedBufferVT ¶
func (*CDIDevice) MarshalToVT ¶
func (*CDIDevice) MarshalVT ¶
func (*CDIDevice) ProtoMessage ¶
func (*CDIDevice) ProtoMessage()
func (*CDIDevice) ProtoReflect ¶
func (x *CDIDevice) ProtoReflect() protoreflect.Message
func (*CDIDevice) Reset ¶
func (x *CDIDevice) Reset()
func (*CDIDevice) SizeVT ¶
func (*CDIDevice) String ¶
func (*CDIDevice) UnmarshalVT ¶
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 ¶
func (*GCPolicy) CloneVT ¶
func (*GCPolicy) Descriptor ¶
Deprecated: Use GCPolicy.ProtoReflect.Descriptor instead.
func (*GCPolicy) EqualMessageVT ¶
func (*GCPolicy) EqualVT ¶
func (*GCPolicy) GetAll ¶
func (*GCPolicy) GetFilters ¶
func (*GCPolicy) GetKeepDuration ¶
func (*GCPolicy) GetMaxUsedSpace ¶
func (*GCPolicy) GetMinFreeSpace ¶
func (*GCPolicy) GetReservedSpace ¶
func (*GCPolicy) MarshalToSizedBufferVT ¶
func (*GCPolicy) MarshalToVT ¶
func (*GCPolicy) MarshalVT ¶
func (*GCPolicy) ProtoMessage ¶
func (*GCPolicy) ProtoMessage()
func (*GCPolicy) ProtoReflect ¶
func (x *GCPolicy) ProtoReflect() protoreflect.Message
func (*GCPolicy) Reset ¶
func (x *GCPolicy) Reset()
func (*GCPolicy) SizeVT ¶
func (*GCPolicy) String ¶
func (*GCPolicy) UnmarshalVT ¶
type WorkerRecord ¶
type WorkerRecord struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` Labels map[string]string `protobuf:"bytes,2,rep,name=Labels,proto3" json:"Labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` 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"` CDIDevices []*CDIDevice `protobuf:"bytes,6,rep,name=CDIDevices,proto3" json:"CDIDevices,omitempty"` // contains filtered or unexported fields }
func (*WorkerRecord) CloneMessageVT ¶
func (m *WorkerRecord) CloneMessageVT() proto.Message
func (*WorkerRecord) CloneVT ¶
func (m *WorkerRecord) CloneVT() *WorkerRecord
func (*WorkerRecord) Descriptor ¶
func (*WorkerRecord) Descriptor() ([]byte, []int)
Deprecated: Use WorkerRecord.ProtoReflect.Descriptor instead.
func (*WorkerRecord) EqualMessageVT ¶
func (this *WorkerRecord) EqualMessageVT(thatMsg proto.Message) bool
func (*WorkerRecord) EqualVT ¶
func (this *WorkerRecord) EqualVT(that *WorkerRecord) bool
func (*WorkerRecord) GetBuildkitVersion ¶
func (x *WorkerRecord) GetBuildkitVersion() *BuildkitVersion
func (*WorkerRecord) GetCDIDevices ¶
func (x *WorkerRecord) GetCDIDevices() []*CDIDevice
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 ¶
func (m *WorkerRecord) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*WorkerRecord) MarshalToVT ¶
func (m *WorkerRecord) MarshalToVT(dAtA []byte) (int, error)
func (*WorkerRecord) MarshalVT ¶
func (m *WorkerRecord) MarshalVT() (dAtA []byte, err error)
func (*WorkerRecord) ProtoMessage ¶
func (*WorkerRecord) ProtoMessage()
func (*WorkerRecord) ProtoReflect ¶
func (x *WorkerRecord) ProtoReflect() protoreflect.Message
func (*WorkerRecord) Reset ¶
func (x *WorkerRecord) Reset()
func (*WorkerRecord) SizeVT ¶
func (m *WorkerRecord) SizeVT() (n int)
func (*WorkerRecord) String ¶
func (x *WorkerRecord) String() string
func (*WorkerRecord) UnmarshalVT ¶
func (m *WorkerRecord) UnmarshalVT(dAtA []byte) error
Source Files ¶
worker.pb.go worker_vtproto.pb.go
- Version
- v0.21.0 (latest)
- Published
- Apr 11, 2025
- Platform
- linux/amd64
- Imports
- 9 packages
- Last checked
- 31 minutes ago –
Tools for package owners.