Documentation ¶
Index ¶
- Variables
- func RegisterExtendedTaskService(srv *github_com_containerd_ttrpc.Server, svc ExtendedTaskService)
- type ComputeProcessorInfoRequest
- func (*ComputeProcessorInfoRequest) Descriptor() ([]byte, []int)
- func (m *ComputeProcessorInfoRequest) Marshal() (dAtA []byte, err error)
- func (m *ComputeProcessorInfoRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ComputeProcessorInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ComputeProcessorInfoRequest) ProtoMessage()
- func (m *ComputeProcessorInfoRequest) Reset()
- func (m *ComputeProcessorInfoRequest) Size() (n int)
- func (this *ComputeProcessorInfoRequest) String() string
- func (m *ComputeProcessorInfoRequest) Unmarshal(dAtA []byte) error
- func (m *ComputeProcessorInfoRequest) XXX_DiscardUnknown()
- func (m *ComputeProcessorInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ComputeProcessorInfoRequest) XXX_Merge(src proto.Message)
- func (m *ComputeProcessorInfoRequest) XXX_Size() int
- func (m *ComputeProcessorInfoRequest) XXX_Unmarshal(b []byte) error
- type ComputeProcessorInfoResponse
- func (*ComputeProcessorInfoResponse) Descriptor() ([]byte, []int)
- func (m *ComputeProcessorInfoResponse) Marshal() (dAtA []byte, err error)
- func (m *ComputeProcessorInfoResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ComputeProcessorInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ComputeProcessorInfoResponse) ProtoMessage()
- func (m *ComputeProcessorInfoResponse) Reset()
- func (m *ComputeProcessorInfoResponse) Size() (n int)
- func (this *ComputeProcessorInfoResponse) String() string
- func (m *ComputeProcessorInfoResponse) Unmarshal(dAtA []byte) error
- func (m *ComputeProcessorInfoResponse) XXX_DiscardUnknown()
- func (m *ComputeProcessorInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ComputeProcessorInfoResponse) XXX_Merge(src proto.Message)
- func (m *ComputeProcessorInfoResponse) XXX_Size() int
- func (m *ComputeProcessorInfoResponse) XXX_Unmarshal(b []byte) error
- type ExtendedTaskService
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func RegisterExtendedTaskService ¶
func RegisterExtendedTaskService(srv *github_com_containerd_ttrpc.Server, svc ExtendedTaskService)
Types ¶
type ComputeProcessorInfoRequest ¶
type ComputeProcessorInfoRequest struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ComputeProcessorInfoRequest) Descriptor ¶
func (*ComputeProcessorInfoRequest) Descriptor() ([]byte, []int)
func (*ComputeProcessorInfoRequest) Marshal ¶ added in v0.11.0
func (m *ComputeProcessorInfoRequest) Marshal() (dAtA []byte, err error)
func (*ComputeProcessorInfoRequest) MarshalTo ¶ added in v0.11.0
func (m *ComputeProcessorInfoRequest) MarshalTo(dAtA []byte) (int, error)
func (*ComputeProcessorInfoRequest) MarshalToSizedBuffer ¶ added in v0.11.0
func (m *ComputeProcessorInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ComputeProcessorInfoRequest) ProtoMessage ¶
func (*ComputeProcessorInfoRequest) ProtoMessage()
func (*ComputeProcessorInfoRequest) Reset ¶
func (m *ComputeProcessorInfoRequest) Reset()
func (*ComputeProcessorInfoRequest) Size ¶ added in v0.11.0
func (m *ComputeProcessorInfoRequest) Size() (n int)
func (*ComputeProcessorInfoRequest) String ¶
func (this *ComputeProcessorInfoRequest) String() string
func (*ComputeProcessorInfoRequest) Unmarshal ¶ added in v0.11.0
func (m *ComputeProcessorInfoRequest) Unmarshal(dAtA []byte) error
func (*ComputeProcessorInfoRequest) XXX_DiscardUnknown ¶ added in v0.11.0
func (m *ComputeProcessorInfoRequest) XXX_DiscardUnknown()
func (*ComputeProcessorInfoRequest) XXX_Marshal ¶ added in v0.11.0
func (m *ComputeProcessorInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ComputeProcessorInfoRequest) XXX_Merge ¶ added in v0.11.0
func (m *ComputeProcessorInfoRequest) XXX_Merge(src proto.Message)
func (*ComputeProcessorInfoRequest) XXX_Size ¶ added in v0.11.0
func (m *ComputeProcessorInfoRequest) XXX_Size() int
func (*ComputeProcessorInfoRequest) XXX_Unmarshal ¶ added in v0.11.0
func (m *ComputeProcessorInfoRequest) XXX_Unmarshal(b []byte) error
type ComputeProcessorInfoResponse ¶
type ComputeProcessorInfoResponse struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ComputeProcessorInfoResponse) Descriptor ¶
func (*ComputeProcessorInfoResponse) Descriptor() ([]byte, []int)
func (*ComputeProcessorInfoResponse) Marshal ¶ added in v0.11.0
func (m *ComputeProcessorInfoResponse) Marshal() (dAtA []byte, err error)
func (*ComputeProcessorInfoResponse) MarshalTo ¶ added in v0.11.0
func (m *ComputeProcessorInfoResponse) MarshalTo(dAtA []byte) (int, error)
func (*ComputeProcessorInfoResponse) MarshalToSizedBuffer ¶ added in v0.11.0
func (m *ComputeProcessorInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ComputeProcessorInfoResponse) ProtoMessage ¶
func (*ComputeProcessorInfoResponse) ProtoMessage()
func (*ComputeProcessorInfoResponse) Reset ¶
func (m *ComputeProcessorInfoResponse) Reset()
func (*ComputeProcessorInfoResponse) Size ¶ added in v0.11.0
func (m *ComputeProcessorInfoResponse) Size() (n int)
func (*ComputeProcessorInfoResponse) String ¶
func (this *ComputeProcessorInfoResponse) String() string
func (*ComputeProcessorInfoResponse) Unmarshal ¶ added in v0.11.0
func (m *ComputeProcessorInfoResponse) Unmarshal(dAtA []byte) error
func (*ComputeProcessorInfoResponse) XXX_DiscardUnknown ¶ added in v0.11.0
func (m *ComputeProcessorInfoResponse) XXX_DiscardUnknown()
func (*ComputeProcessorInfoResponse) XXX_Marshal ¶ added in v0.11.0
func (m *ComputeProcessorInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ComputeProcessorInfoResponse) XXX_Merge ¶ added in v0.11.0
func (m *ComputeProcessorInfoResponse) XXX_Merge(src proto.Message)
func (*ComputeProcessorInfoResponse) XXX_Size ¶ added in v0.11.0
func (m *ComputeProcessorInfoResponse) XXX_Size() int
func (*ComputeProcessorInfoResponse) XXX_Unmarshal ¶ added in v0.11.0
func (m *ComputeProcessorInfoResponse) XXX_Unmarshal(b []byte) error
type ExtendedTaskService ¶
type ExtendedTaskService interface {
ComputeProcessorInfo(ctx context.Context, req *ComputeProcessorInfoRequest) (*ComputeProcessorInfoResponse, error)
}
func NewExtendedTaskClient ¶
func NewExtendedTaskClient(client *github_com_containerd_ttrpc.Client) ExtendedTaskService
Click to show internal directories.
Click to hide internal directories.