package moby_buildkit_v1_apicaps

import "github.com/moby/buildkit/util/apicaps/pb"

Index

Variables

var File_github_com_moby_buildkit_util_apicaps_pb_caps_proto protoreflect.FileDescriptor

Types

type APICap

type APICap struct {
	ID                  string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Enabled             bool   `protobuf:"varint,2,opt,name=Enabled,proto3" json:"Enabled,omitempty"`
	Deprecated          bool   `protobuf:"varint,3,opt,name=Deprecated,proto3" json:"Deprecated,omitempty"`                  // Unused. May be used for warnings in the future
	DisabledReason      string `protobuf:"bytes,4,opt,name=DisabledReason,proto3" json:"DisabledReason,omitempty"`           // Reason key for detection code
	DisabledReasonMsg   string `protobuf:"bytes,5,opt,name=DisabledReasonMsg,proto3" json:"DisabledReasonMsg,omitempty"`     // Message to the user
	DisabledAlternative string `protobuf:"bytes,6,opt,name=DisabledAlternative,proto3" json:"DisabledAlternative,omitempty"` // Identifier that updated client could catch.
	// contains filtered or unexported fields
}

APICap defines a capability supported by the service

func (*APICap) CloneMessageVT

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

func (*APICap) CloneVT

func (m *APICap) CloneVT() *APICap

func (*APICap) Descriptor

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

Deprecated: Use APICap.ProtoReflect.Descriptor instead.

func (*APICap) EqualMessageVT

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

func (*APICap) EqualVT

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

func (*APICap) GetDeprecated

func (x *APICap) GetDeprecated() bool

func (*APICap) GetDisabledAlternative

func (x *APICap) GetDisabledAlternative() string

func (*APICap) GetDisabledReason

func (x *APICap) GetDisabledReason() string

func (*APICap) GetDisabledReasonMsg

func (x *APICap) GetDisabledReasonMsg() string

func (*APICap) GetEnabled

func (x *APICap) GetEnabled() bool

func (*APICap) GetID

func (x *APICap) GetID() string

func (*APICap) MarshalToSizedBufferVT

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

func (*APICap) MarshalToVT

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

func (*APICap) MarshalVT

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

func (*APICap) ProtoMessage

func (*APICap) ProtoMessage()

func (*APICap) ProtoReflect

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

func (*APICap) Reset

func (x *APICap) Reset()

func (*APICap) SizeVT

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

func (*APICap) String

func (x *APICap) String() string

func (*APICap) UnmarshalVT

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

Source Files

caps.pb.go caps_vtproto.pb.go

Version
v0.20.2
Published
Mar 24, 2025
Platform
js/wasm
Imports
8 packages
Last checked
now

Tools for package owners.