moby_buildkit_v1_types

package
v0.17.1 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2024 License: Apache-2.0 Imports: 9 Imported by: 55

Documentation

Index

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

func (*GCPolicy) CloneVT added in v0.17.0

func (m *GCPolicy) CloneVT() *GCPolicy

func (*GCPolicy) Descriptor deprecated

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

Deprecated: Use GCPolicy.ProtoReflect.Descriptor instead.

func (*GCPolicy) EqualMessageVT added in v0.17.0

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

func (*GCPolicy) EqualVT added in v0.17.0

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 added in v0.17.0

func (x *GCPolicy) GetMaxUsedSpace() int64

func (*GCPolicy) GetMinFreeSpace added in v0.17.0

func (x *GCPolicy) GetMinFreeSpace() int64

func (*GCPolicy) GetReservedSpace added in v0.17.0

func (x *GCPolicy) GetReservedSpace() int64

func (*GCPolicy) MarshalToSizedBufferVT added in v0.17.0

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

func (*GCPolicy) MarshalToVT added in v0.17.0

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

func (*GCPolicy) MarshalVT added in v0.17.0

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

func (*GCPolicy) ProtoMessage

func (*GCPolicy) ProtoMessage()

func (*GCPolicy) ProtoReflect added in v0.17.0

func (x *GCPolicy) ProtoReflect() protoreflect.Message

func (*GCPolicy) Reset

func (x *GCPolicy) Reset()

func (*GCPolicy) SizeVT added in v0.17.0

func (m *GCPolicy) SizeVT() (n int)

func (*GCPolicy) String

func (x *GCPolicy) String() string

func (*GCPolicy) UnmarshalVT added in v0.17.0

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 `` /* 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

Jump to

Keyboard shortcuts

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