Documentation ¶
Index ¶
- Variables
- type BuildkitVersion
- func (*BuildkitVersion) Descriptor() ([]byte, []int)
- func (m *BuildkitVersion) GetPackage() string
- func (m *BuildkitVersion) GetRevision() string
- func (m *BuildkitVersion) GetVersion() string
- func (m *BuildkitVersion) Marshal() (dAtA []byte, err error)
- func (m *BuildkitVersion) MarshalTo(dAtA []byte) (int, error)
- func (m *BuildkitVersion) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BuildkitVersion) ProtoMessage()
- func (m *BuildkitVersion) Reset()
- func (m *BuildkitVersion) Size() (n int)
- func (m *BuildkitVersion) String() string
- func (m *BuildkitVersion) Unmarshal(dAtA []byte) error
- func (m *BuildkitVersion) XXX_DiscardUnknown()
- func (m *BuildkitVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BuildkitVersion) XXX_Merge(src proto.Message)
- func (m *BuildkitVersion) XXX_Size() int
- func (m *BuildkitVersion) XXX_Unmarshal(b []byte) error
- type GCPolicy
- func (*GCPolicy) Descriptor() ([]byte, []int)
- func (m *GCPolicy) GetAll() bool
- func (m *GCPolicy) GetFilters() []string
- func (m *GCPolicy) GetKeepBytes() int64
- func (m *GCPolicy) GetKeepDuration() int64
- func (m *GCPolicy) Marshal() (dAtA []byte, err error)
- func (m *GCPolicy) MarshalTo(dAtA []byte) (int, error)
- func (m *GCPolicy) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GCPolicy) ProtoMessage()
- func (m *GCPolicy) Reset()
- func (m *GCPolicy) Size() (n int)
- func (m *GCPolicy) String() string
- func (m *GCPolicy) Unmarshal(dAtA []byte) error
- func (m *GCPolicy) XXX_DiscardUnknown()
- func (m *GCPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GCPolicy) XXX_Merge(src proto.Message)
- func (m *GCPolicy) XXX_Size() int
- func (m *GCPolicy) XXX_Unmarshal(b []byte) error
- type WorkerRecord
- func (*WorkerRecord) Descriptor() ([]byte, []int)
- func (m *WorkerRecord) GetBuildkitVersion() *BuildkitVersion
- func (m *WorkerRecord) GetGCPolicy() []*GCPolicy
- func (m *WorkerRecord) GetID() string
- func (m *WorkerRecord) GetLabels() map[string]string
- func (m *WorkerRecord) GetPlatforms() []pb.Platform
- func (m *WorkerRecord) Marshal() (dAtA []byte, err error)
- func (m *WorkerRecord) MarshalTo(dAtA []byte) (int, error)
- func (m *WorkerRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*WorkerRecord) ProtoMessage()
- func (m *WorkerRecord) Reset()
- func (m *WorkerRecord) Size() (n int)
- func (m *WorkerRecord) String() string
- func (m *WorkerRecord) Unmarshal(dAtA []byte) error
- func (m *WorkerRecord) XXX_DiscardUnknown()
- func (m *WorkerRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WorkerRecord) XXX_Merge(src proto.Message)
- func (m *WorkerRecord) XXX_Size() int
- func (m *WorkerRecord) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BuildkitVersion) Descriptor ¶ added in v0.11.0
func (*BuildkitVersion) Descriptor() ([]byte, []int)
func (*BuildkitVersion) GetPackage ¶ added in v0.11.0
func (m *BuildkitVersion) GetPackage() string
func (*BuildkitVersion) GetRevision ¶ added in v0.11.0
func (m *BuildkitVersion) GetRevision() string
func (*BuildkitVersion) GetVersion ¶ added in v0.11.0
func (m *BuildkitVersion) GetVersion() string
func (*BuildkitVersion) Marshal ¶ added in v0.11.0
func (m *BuildkitVersion) Marshal() (dAtA []byte, err error)
func (*BuildkitVersion) MarshalTo ¶ added in v0.11.0
func (m *BuildkitVersion) MarshalTo(dAtA []byte) (int, error)
func (*BuildkitVersion) MarshalToSizedBuffer ¶ added in v0.11.0
func (m *BuildkitVersion) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BuildkitVersion) ProtoMessage ¶ added in v0.11.0
func (*BuildkitVersion) ProtoMessage()
func (*BuildkitVersion) Reset ¶ added in v0.11.0
func (m *BuildkitVersion) Reset()
func (*BuildkitVersion) Size ¶ added in v0.11.0
func (m *BuildkitVersion) Size() (n int)
func (*BuildkitVersion) String ¶ added in v0.11.0
func (m *BuildkitVersion) String() string
func (*BuildkitVersion) Unmarshal ¶ added in v0.11.0
func (m *BuildkitVersion) Unmarshal(dAtA []byte) error
func (*BuildkitVersion) XXX_DiscardUnknown ¶ added in v0.11.0
func (m *BuildkitVersion) XXX_DiscardUnknown()
func (*BuildkitVersion) XXX_Marshal ¶ added in v0.11.0
func (m *BuildkitVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BuildkitVersion) XXX_Merge ¶ added in v0.11.0
func (m *BuildkitVersion) XXX_Merge(src proto.Message)
func (*BuildkitVersion) XXX_Size ¶ added in v0.11.0
func (m *BuildkitVersion) XXX_Size() int
func (*BuildkitVersion) XXX_Unmarshal ¶ added in v0.11.0
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) GetFilters ¶
func (*GCPolicy) GetKeepBytes ¶
func (*GCPolicy) GetKeepDuration ¶
func (*GCPolicy) MarshalToSizedBuffer ¶ added in v0.7.0
func (*GCPolicy) ProtoMessage ¶
func (*GCPolicy) ProtoMessage()
func (*GCPolicy) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *GCPolicy) XXX_DiscardUnknown()
func (*GCPolicy) XXX_Marshal ¶ added in v0.4.0
func (*GCPolicy) XXX_Unmarshal ¶ added in v0.4.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"` 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 ¶ added in v0.11.0
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) MarshalToSizedBuffer ¶ added in v0.7.0
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 ¶ added in v0.4.0
func (m *WorkerRecord) XXX_DiscardUnknown()
func (*WorkerRecord) XXX_Marshal ¶ added in v0.4.0
func (m *WorkerRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WorkerRecord) XXX_Merge ¶ added in v0.4.0
func (m *WorkerRecord) XXX_Merge(src proto.Message)
func (*WorkerRecord) XXX_Size ¶ added in v0.4.0
func (m *WorkerRecord) XXX_Size() int
func (*WorkerRecord) XXX_Unmarshal ¶ added in v0.4.0
func (m *WorkerRecord) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.