package moby_buildkit_v1_types

import "github.com/moby/buildkit/api/types"

Index

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 (m *CDIDevice) CloneMessageVT() proto.Message

func (*CDIDevice) CloneVT

func (m *CDIDevice) CloneVT() *CDIDevice

func (*CDIDevice) Descriptor

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

Deprecated: Use CDIDevice.ProtoReflect.Descriptor instead.

func (*CDIDevice) EqualMessageVT

func (this *CDIDevice) EqualMessageVT(thatMsg proto.Message) bool

func (*CDIDevice) EqualVT

func (this *CDIDevice) EqualVT(that *CDIDevice) bool

func (*CDIDevice) GetAnnotations

func (x *CDIDevice) GetAnnotations() map[string]string

func (*CDIDevice) GetAutoAllow

func (x *CDIDevice) GetAutoAllow() bool

func (*CDIDevice) GetName

func (x *CDIDevice) GetName() string

func (*CDIDevice) GetOnDemand

func (x *CDIDevice) GetOnDemand() bool

func (*CDIDevice) MarshalToSizedBufferVT

func (m *CDIDevice) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CDIDevice) MarshalToVT

func (m *CDIDevice) MarshalToVT(dAtA []byte) (int, error)

func (*CDIDevice) MarshalVT

func (m *CDIDevice) MarshalVT() (dAtA []byte, err error)

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 (m *CDIDevice) SizeVT() (n int)

func (*CDIDevice) String

func (x *CDIDevice) String() string

func (*CDIDevice) UnmarshalVT

func (m *CDIDevice) 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

func (m *GCPolicy) CloneMessageVT() proto.Message

func (*GCPolicy) CloneVT

func (m *GCPolicy) CloneVT() *GCPolicy

func (*GCPolicy) Descriptor

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

Deprecated: Use GCPolicy.ProtoReflect.Descriptor instead.

func (*GCPolicy) EqualMessageVT

func (this *GCPolicy) EqualMessageVT(thatMsg proto.Message) bool

func (*GCPolicy) EqualVT

func (this *GCPolicy) EqualVT(that *GCPolicy) bool

func (*GCPolicy) GetAll

func (x *GCPolicy) GetAll() bool

func (*GCPolicy) GetFilters

func (x *GCPolicy) GetFilters() []string

func (*GCPolicy) GetKeepDuration

func (x *GCPolicy) GetKeepDuration() int64

func (*GCPolicy) GetMaxUsedSpace

func (x *GCPolicy) GetMaxUsedSpace() int64

func (*GCPolicy) GetMinFreeSpace

func (x *GCPolicy) GetMinFreeSpace() int64

func (*GCPolicy) GetReservedSpace

func (x *GCPolicy) GetReservedSpace() int64

func (*GCPolicy) MarshalToSizedBufferVT

func (m *GCPolicy) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GCPolicy) MarshalToVT

func (m *GCPolicy) MarshalToVT(dAtA []byte) (int, error)

func (*GCPolicy) MarshalVT

func (m *GCPolicy) MarshalVT() (dAtA []byte, err error)

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 (m *GCPolicy) SizeVT() (n int)

func (*GCPolicy) String

func (x *GCPolicy) String() string

func (*GCPolicy) UnmarshalVT

func (m *GCPolicy) UnmarshalVT(dAtA []byte) error

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.