moby_buildkit_v1_types

package
v0.0.0-...-2745715 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthWorker        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowWorker          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupWorker = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BuildkitVersion) Descriptor

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

func (*BuildkitVersion) GetPackage

func (m *BuildkitVersion) GetPackage() string

func (*BuildkitVersion) GetRevision

func (m *BuildkitVersion) GetRevision() string

func (*BuildkitVersion) GetVersion

func (m *BuildkitVersion) GetVersion() string

func (*BuildkitVersion) Marshal

func (m *BuildkitVersion) Marshal() (dAtA []byte, err error)

func (*BuildkitVersion) MarshalTo

func (m *BuildkitVersion) MarshalTo(dAtA []byte) (int, error)

func (*BuildkitVersion) MarshalToSizedBuffer

func (m *BuildkitVersion) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BuildkitVersion) ProtoMessage

func (*BuildkitVersion) ProtoMessage()

func (*BuildkitVersion) Reset

func (m *BuildkitVersion) Reset()

func (*BuildkitVersion) Size

func (m *BuildkitVersion) Size() (n int)

func (*BuildkitVersion) String

func (m *BuildkitVersion) String() string

func (*BuildkitVersion) Unmarshal

func (m *BuildkitVersion) Unmarshal(dAtA []byte) error

func (*BuildkitVersion) XXX_DiscardUnknown

func (m *BuildkitVersion) XXX_DiscardUnknown()

func (*BuildkitVersion) XXX_Marshal

func (m *BuildkitVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BuildkitVersion) XXX_Merge

func (m *BuildkitVersion) XXX_Merge(src proto.Message)

func (*BuildkitVersion) XXX_Size

func (m *BuildkitVersion) XXX_Size() int

func (*BuildkitVersion) XXX_Unmarshal

func (m *BuildkitVersion) XXX_Unmarshal(b []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"`
	KeepBytes            int64    `protobuf:"varint,3,opt,name=keepBytes,proto3" json:"keepBytes,omitempty"`
	Filters              []string `protobuf:"bytes,4,rep,name=filters,proto3" json:"filters,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GCPolicy) Descriptor

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

func (*GCPolicy) GetAll

func (m *GCPolicy) GetAll() bool

func (*GCPolicy) GetFilters

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

func (*GCPolicy) GetKeepBytes

func (m *GCPolicy) GetKeepBytes() int64

func (*GCPolicy) GetKeepDuration

func (m *GCPolicy) GetKeepDuration() int64

func (*GCPolicy) Marshal

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

func (*GCPolicy) MarshalTo

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

func (*GCPolicy) MarshalToSizedBuffer

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

func (*GCPolicy) ProtoMessage

func (*GCPolicy) ProtoMessage()

func (*GCPolicy) Reset

func (m *GCPolicy) Reset()

func (*GCPolicy) Size

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

func (*GCPolicy) String

func (m *GCPolicy) String() string

func (*GCPolicy) Unmarshal

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

func (*GCPolicy) XXX_DiscardUnknown

func (m *GCPolicy) XXX_DiscardUnknown()

func (*GCPolicy) XXX_Marshal

func (m *GCPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GCPolicy) XXX_Merge

func (m *GCPolicy) XXX_Merge(src proto.Message)

func (*GCPolicy) XXX_Size

func (m *GCPolicy) XXX_Size() int

func (*GCPolicy) XXX_Unmarshal

func (m *GCPolicy) XXX_Unmarshal(b []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"`
	GCPolicy             []*GCPolicy       `protobuf:"bytes,4,rep,name=GCPolicy,proto3" json:"GCPolicy,omitempty"`
	BuildkitVersion      *BuildkitVersion  `protobuf:"bytes,5,opt,name=BuildkitVersion,proto3" json:"BuildkitVersion,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*WorkerRecord) Descriptor

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

func (*WorkerRecord) GetBuildkitVersion

func (m *WorkerRecord) GetBuildkitVersion() *BuildkitVersion

func (*WorkerRecord) GetGCPolicy

func (m *WorkerRecord) GetGCPolicy() []*GCPolicy

func (*WorkerRecord) GetID

func (m *WorkerRecord) GetID() string

func (*WorkerRecord) GetLabels

func (m *WorkerRecord) GetLabels() map[string]string

func (*WorkerRecord) GetPlatforms

func (m *WorkerRecord) GetPlatforms() []pb.Platform

func (*WorkerRecord) Marshal

func (m *WorkerRecord) Marshal() (dAtA []byte, err error)

func (*WorkerRecord) MarshalTo

func (m *WorkerRecord) MarshalTo(dAtA []byte) (int, error)

func (*WorkerRecord) MarshalToSizedBuffer

func (m *WorkerRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkerRecord) ProtoMessage

func (*WorkerRecord) ProtoMessage()

func (*WorkerRecord) Reset

func (m *WorkerRecord) Reset()

func (*WorkerRecord) Size

func (m *WorkerRecord) Size() (n int)

func (*WorkerRecord) String

func (m *WorkerRecord) String() string

func (*WorkerRecord) Unmarshal

func (m *WorkerRecord) Unmarshal(dAtA []byte) error

func (*WorkerRecord) XXX_DiscardUnknown

func (m *WorkerRecord) XXX_DiscardUnknown()

func (*WorkerRecord) XXX_Marshal

func (m *WorkerRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkerRecord) XXX_Merge

func (m *WorkerRecord) XXX_Merge(src proto.Message)

func (*WorkerRecord) XXX_Size

func (m *WorkerRecord) XXX_Size() int

func (*WorkerRecord) XXX_Unmarshal

func (m *WorkerRecord) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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