computeagent

package
v0.11.5 Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package computeagent contains the proto and compiled go files for the compute agent service.

A mock service under `mock` is used for unit testing the various services used for ncproxy.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthComputeagent        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowComputeagent          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupComputeagent = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterComputeAgentService

func RegisterComputeAgentService(srv *github_com_containerd_ttrpc.Server, svc ComputeAgentService)

Types

type AddNICInternalRequest

type AddNICInternalRequest struct {
	ContainerID          string     `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	NicID                string     `protobuf:"bytes,2,opt,name=nic_id,json=nicId,proto3" json:"nic_id,omitempty"`
	Endpoint             *types.Any `protobuf:"bytes,3,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*AddNICInternalRequest) Descriptor

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

func (*AddNICInternalRequest) Marshal

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

func (*AddNICInternalRequest) MarshalTo

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

func (*AddNICInternalRequest) MarshalToSizedBuffer added in v0.9.11

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

func (*AddNICInternalRequest) ProtoMessage

func (*AddNICInternalRequest) ProtoMessage()

func (*AddNICInternalRequest) Reset

func (m *AddNICInternalRequest) Reset()

func (*AddNICInternalRequest) Size

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

func (*AddNICInternalRequest) String

func (this *AddNICInternalRequest) String() string

func (*AddNICInternalRequest) Unmarshal

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

func (*AddNICInternalRequest) XXX_DiscardUnknown

func (m *AddNICInternalRequest) XXX_DiscardUnknown()

func (*AddNICInternalRequest) XXX_Marshal

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

func (*AddNICInternalRequest) XXX_Merge

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

func (*AddNICInternalRequest) XXX_Size

func (m *AddNICInternalRequest) XXX_Size() int

func (*AddNICInternalRequest) XXX_Unmarshal

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

type AddNICInternalResponse

type AddNICInternalResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddNICInternalResponse) Descriptor

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

func (*AddNICInternalResponse) Marshal

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

func (*AddNICInternalResponse) MarshalTo

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

func (*AddNICInternalResponse) MarshalToSizedBuffer added in v0.9.11

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

func (*AddNICInternalResponse) ProtoMessage

func (*AddNICInternalResponse) ProtoMessage()

func (*AddNICInternalResponse) Reset

func (m *AddNICInternalResponse) Reset()

func (*AddNICInternalResponse) Size

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

func (*AddNICInternalResponse) String

func (this *AddNICInternalResponse) String() string

func (*AddNICInternalResponse) Unmarshal

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

func (*AddNICInternalResponse) XXX_DiscardUnknown

func (m *AddNICInternalResponse) XXX_DiscardUnknown()

func (*AddNICInternalResponse) XXX_Marshal

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

func (*AddNICInternalResponse) XXX_Merge

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

func (*AddNICInternalResponse) XXX_Size

func (m *AddNICInternalResponse) XXX_Size() int

func (*AddNICInternalResponse) XXX_Unmarshal

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

type AssignPCIInternalRequest added in v0.10.0

type AssignPCIInternalRequest struct {
	ContainerID          string   `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	DeviceID             string   `protobuf:"bytes,2,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	VirtualFunctionIndex uint32   `protobuf:"varint,3,opt,name=virtual_function_index,json=virtualFunctionIndex,proto3" json:"virtual_function_index,omitempty"`
	NicID                string   `protobuf:"bytes,4,opt,name=nic_id,json=nicId,proto3" json:"nic_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AssignPCIInternalRequest) Descriptor added in v0.10.0

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

func (*AssignPCIInternalRequest) Marshal added in v0.11.0

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

func (*AssignPCIInternalRequest) MarshalTo added in v0.11.0

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

func (*AssignPCIInternalRequest) MarshalToSizedBuffer added in v0.11.0

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

func (*AssignPCIInternalRequest) ProtoMessage added in v0.10.0

func (*AssignPCIInternalRequest) ProtoMessage()

func (*AssignPCIInternalRequest) Reset added in v0.10.0

func (m *AssignPCIInternalRequest) Reset()

func (*AssignPCIInternalRequest) Size added in v0.11.0

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

func (*AssignPCIInternalRequest) String added in v0.10.0

func (this *AssignPCIInternalRequest) String() string

func (*AssignPCIInternalRequest) Unmarshal added in v0.11.0

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

func (*AssignPCIInternalRequest) XXX_DiscardUnknown added in v0.11.0

func (m *AssignPCIInternalRequest) XXX_DiscardUnknown()

func (*AssignPCIInternalRequest) XXX_Marshal added in v0.11.0

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

func (*AssignPCIInternalRequest) XXX_Merge added in v0.11.0

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

func (*AssignPCIInternalRequest) XXX_Size added in v0.11.0

func (m *AssignPCIInternalRequest) XXX_Size() int

func (*AssignPCIInternalRequest) XXX_Unmarshal added in v0.11.0

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

type AssignPCIInternalResponse added in v0.10.0

type AssignPCIInternalResponse 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 (*AssignPCIInternalResponse) Descriptor added in v0.10.0

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

func (*AssignPCIInternalResponse) Marshal added in v0.11.0

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

func (*AssignPCIInternalResponse) MarshalTo added in v0.11.0

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

func (*AssignPCIInternalResponse) MarshalToSizedBuffer added in v0.11.0

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

func (*AssignPCIInternalResponse) ProtoMessage added in v0.10.0

func (*AssignPCIInternalResponse) ProtoMessage()

func (*AssignPCIInternalResponse) Reset added in v0.10.0

func (m *AssignPCIInternalResponse) Reset()

func (*AssignPCIInternalResponse) Size added in v0.11.0

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

func (*AssignPCIInternalResponse) String added in v0.10.0

func (this *AssignPCIInternalResponse) String() string

func (*AssignPCIInternalResponse) Unmarshal added in v0.11.0

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

func (*AssignPCIInternalResponse) XXX_DiscardUnknown added in v0.11.0

func (m *AssignPCIInternalResponse) XXX_DiscardUnknown()

func (*AssignPCIInternalResponse) XXX_Marshal added in v0.11.0

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

func (*AssignPCIInternalResponse) XXX_Merge added in v0.11.0

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

func (*AssignPCIInternalResponse) XXX_Size added in v0.11.0

func (m *AssignPCIInternalResponse) XXX_Size() int

func (*AssignPCIInternalResponse) XXX_Unmarshal added in v0.11.0

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

type DeleteNICInternalRequest

type DeleteNICInternalRequest struct {
	ContainerID          string     `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	NicID                string     `protobuf:"bytes,2,opt,name=nic_id,json=nicId,proto3" json:"nic_id,omitempty"`
	Endpoint             *types.Any `protobuf:"bytes,3,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*DeleteNICInternalRequest) Descriptor

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

func (*DeleteNICInternalRequest) Marshal

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

func (*DeleteNICInternalRequest) MarshalTo

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

func (*DeleteNICInternalRequest) MarshalToSizedBuffer added in v0.9.11

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

func (*DeleteNICInternalRequest) ProtoMessage

func (*DeleteNICInternalRequest) ProtoMessage()

func (*DeleteNICInternalRequest) Reset

func (m *DeleteNICInternalRequest) Reset()

func (*DeleteNICInternalRequest) Size

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

func (*DeleteNICInternalRequest) String

func (this *DeleteNICInternalRequest) String() string

func (*DeleteNICInternalRequest) Unmarshal

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

func (*DeleteNICInternalRequest) XXX_DiscardUnknown

func (m *DeleteNICInternalRequest) XXX_DiscardUnknown()

func (*DeleteNICInternalRequest) XXX_Marshal

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

func (*DeleteNICInternalRequest) XXX_Merge

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

func (*DeleteNICInternalRequest) XXX_Size

func (m *DeleteNICInternalRequest) XXX_Size() int

func (*DeleteNICInternalRequest) XXX_Unmarshal

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

type DeleteNICInternalResponse

type DeleteNICInternalResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteNICInternalResponse) Descriptor

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

func (*DeleteNICInternalResponse) Marshal

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

func (*DeleteNICInternalResponse) MarshalTo

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

func (*DeleteNICInternalResponse) MarshalToSizedBuffer added in v0.9.11

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

func (*DeleteNICInternalResponse) ProtoMessage

func (*DeleteNICInternalResponse) ProtoMessage()

func (*DeleteNICInternalResponse) Reset

func (m *DeleteNICInternalResponse) Reset()

func (*DeleteNICInternalResponse) Size

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

func (*DeleteNICInternalResponse) String

func (this *DeleteNICInternalResponse) String() string

func (*DeleteNICInternalResponse) Unmarshal

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

func (*DeleteNICInternalResponse) XXX_DiscardUnknown

func (m *DeleteNICInternalResponse) XXX_DiscardUnknown()

func (*DeleteNICInternalResponse) XXX_Marshal

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

func (*DeleteNICInternalResponse) XXX_Merge

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

func (*DeleteNICInternalResponse) XXX_Size

func (m *DeleteNICInternalResponse) XXX_Size() int

func (*DeleteNICInternalResponse) XXX_Unmarshal

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

type IovSettings

type IovSettings struct {
	IovOffloadWeight     uint32   `protobuf:"varint,1,opt,name=IovOffloadWeight,proto3" json:"IovOffloadWeight,omitempty"`
	QueuePairsRequested  uint32   `protobuf:"varint,2,opt,name=QueuePairsRequested,proto3" json:"QueuePairsRequested,omitempty"`
	InterruptModeration  uint32   `protobuf:"varint,3,opt,name=InterruptModeration,proto3" json:"InterruptModeration,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IovSettings) Descriptor

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

func (*IovSettings) Marshal

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

func (*IovSettings) MarshalTo

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

func (*IovSettings) MarshalToSizedBuffer added in v0.9.11

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

func (*IovSettings) ProtoMessage

func (*IovSettings) ProtoMessage()

func (*IovSettings) Reset

func (m *IovSettings) Reset()

func (*IovSettings) Size

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

func (*IovSettings) String

func (this *IovSettings) String() string

func (*IovSettings) Unmarshal

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

func (*IovSettings) XXX_DiscardUnknown

func (m *IovSettings) XXX_DiscardUnknown()

func (*IovSettings) XXX_Marshal

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

func (*IovSettings) XXX_Merge

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

func (*IovSettings) XXX_Size

func (m *IovSettings) XXX_Size() int

func (*IovSettings) XXX_Unmarshal

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

type ModifyNICInternalRequest

type ModifyNICInternalRequest struct {
	NicID                string       `protobuf:"bytes,1,opt,name=nic_id,json=nicId,proto3" json:"nic_id,omitempty"`
	Endpoint             *types.Any   `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	IovPolicySettings    *IovSettings `protobuf:"bytes,3,opt,name=iov_policy_settings,json=iovPolicySettings,proto3" json:"iov_policy_settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ModifyNICInternalRequest) Descriptor

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

func (*ModifyNICInternalRequest) Marshal

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

func (*ModifyNICInternalRequest) MarshalTo

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

func (*ModifyNICInternalRequest) MarshalToSizedBuffer added in v0.9.11

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

func (*ModifyNICInternalRequest) ProtoMessage

func (*ModifyNICInternalRequest) ProtoMessage()

func (*ModifyNICInternalRequest) Reset

func (m *ModifyNICInternalRequest) Reset()

func (*ModifyNICInternalRequest) Size

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

func (*ModifyNICInternalRequest) String

func (this *ModifyNICInternalRequest) String() string

func (*ModifyNICInternalRequest) Unmarshal

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

func (*ModifyNICInternalRequest) XXX_DiscardUnknown

func (m *ModifyNICInternalRequest) XXX_DiscardUnknown()

func (*ModifyNICInternalRequest) XXX_Marshal

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

func (*ModifyNICInternalRequest) XXX_Merge

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

func (*ModifyNICInternalRequest) XXX_Size

func (m *ModifyNICInternalRequest) XXX_Size() int

func (*ModifyNICInternalRequest) XXX_Unmarshal

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

type ModifyNICInternalResponse

type ModifyNICInternalResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ModifyNICInternalResponse) Descriptor

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

func (*ModifyNICInternalResponse) Marshal

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

func (*ModifyNICInternalResponse) MarshalTo

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

func (*ModifyNICInternalResponse) MarshalToSizedBuffer added in v0.9.11

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

func (*ModifyNICInternalResponse) ProtoMessage

func (*ModifyNICInternalResponse) ProtoMessage()

func (*ModifyNICInternalResponse) Reset

func (m *ModifyNICInternalResponse) Reset()

func (*ModifyNICInternalResponse) Size

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

func (*ModifyNICInternalResponse) String

func (this *ModifyNICInternalResponse) String() string

func (*ModifyNICInternalResponse) Unmarshal

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

func (*ModifyNICInternalResponse) XXX_DiscardUnknown

func (m *ModifyNICInternalResponse) XXX_DiscardUnknown()

func (*ModifyNICInternalResponse) XXX_Marshal

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

func (*ModifyNICInternalResponse) XXX_Merge

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

func (*ModifyNICInternalResponse) XXX_Size

func (m *ModifyNICInternalResponse) XXX_Size() int

func (*ModifyNICInternalResponse) XXX_Unmarshal

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

type RemovePCIInternalRequest added in v0.10.0

type RemovePCIInternalRequest struct {
	ContainerID          string   `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	DeviceID             string   `protobuf:"bytes,2,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	VirtualFunctionIndex uint32   `protobuf:"varint,3,opt,name=virtual_function_index,json=virtualFunctionIndex,proto3" json:"virtual_function_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemovePCIInternalRequest) Descriptor added in v0.10.0

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

func (*RemovePCIInternalRequest) Marshal added in v0.11.0

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

func (*RemovePCIInternalRequest) MarshalTo added in v0.11.0

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

func (*RemovePCIInternalRequest) MarshalToSizedBuffer added in v0.11.0

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

func (*RemovePCIInternalRequest) ProtoMessage added in v0.10.0

func (*RemovePCIInternalRequest) ProtoMessage()

func (*RemovePCIInternalRequest) Reset added in v0.10.0

func (m *RemovePCIInternalRequest) Reset()

func (*RemovePCIInternalRequest) Size added in v0.11.0

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

func (*RemovePCIInternalRequest) String added in v0.10.0

func (this *RemovePCIInternalRequest) String() string

func (*RemovePCIInternalRequest) Unmarshal added in v0.11.0

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

func (*RemovePCIInternalRequest) XXX_DiscardUnknown added in v0.11.0

func (m *RemovePCIInternalRequest) XXX_DiscardUnknown()

func (*RemovePCIInternalRequest) XXX_Marshal added in v0.11.0

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

func (*RemovePCIInternalRequest) XXX_Merge added in v0.11.0

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

func (*RemovePCIInternalRequest) XXX_Size added in v0.11.0

func (m *RemovePCIInternalRequest) XXX_Size() int

func (*RemovePCIInternalRequest) XXX_Unmarshal added in v0.11.0

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

type RemovePCIInternalResponse added in v0.10.0

type RemovePCIInternalResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemovePCIInternalResponse) Descriptor added in v0.10.0

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

func (*RemovePCIInternalResponse) Marshal added in v0.11.0

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

func (*RemovePCIInternalResponse) MarshalTo added in v0.11.0

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

func (*RemovePCIInternalResponse) MarshalToSizedBuffer added in v0.11.0

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

func (*RemovePCIInternalResponse) ProtoMessage added in v0.10.0

func (*RemovePCIInternalResponse) ProtoMessage()

func (*RemovePCIInternalResponse) Reset added in v0.10.0

func (m *RemovePCIInternalResponse) Reset()

func (*RemovePCIInternalResponse) Size added in v0.11.0

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

func (*RemovePCIInternalResponse) String added in v0.10.0

func (this *RemovePCIInternalResponse) String() string

func (*RemovePCIInternalResponse) Unmarshal added in v0.11.0

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

func (*RemovePCIInternalResponse) XXX_DiscardUnknown added in v0.11.0

func (m *RemovePCIInternalResponse) XXX_DiscardUnknown()

func (*RemovePCIInternalResponse) XXX_Marshal added in v0.11.0

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

func (*RemovePCIInternalResponse) XXX_Merge added in v0.11.0

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

func (*RemovePCIInternalResponse) XXX_Size added in v0.11.0

func (m *RemovePCIInternalResponse) XXX_Size() int

func (*RemovePCIInternalResponse) XXX_Unmarshal added in v0.11.0

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

Directories

Path Synopsis
Package computeagent_mock is a generated GoMock package.
Package computeagent_mock is a generated GoMock package.

Jump to

Keyboard shortcuts

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