podvminfo

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthPodvminfo        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowPodvminfo          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupPodvminfo = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterPodVMInfoService

func RegisterPodVMInfoService(srv *github_com_containerd_ttrpc.Server, svc PodVMInfoService)

Types

type GetInfoRequest

type GetInfoRequest struct {
	PodName              string   `protobuf:"bytes,1,opt,name=PodName,proto3" json:"PodName,omitempty"`
	PodNamespace         string   `protobuf:"bytes,2,opt,name=PodNamespace,proto3" json:"PodNamespace,omitempty"`
	Wait                 bool     `protobuf:"varint,3,opt,name=Wait,proto3" json:"Wait,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetInfoRequest) Descriptor

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

func (*GetInfoRequest) Marshal

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

func (*GetInfoRequest) MarshalTo

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

func (*GetInfoRequest) MarshalToSizedBuffer

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

func (*GetInfoRequest) ProtoMessage

func (*GetInfoRequest) ProtoMessage()

func (*GetInfoRequest) Reset

func (m *GetInfoRequest) Reset()

func (*GetInfoRequest) Size

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

func (*GetInfoRequest) String

func (this *GetInfoRequest) String() string

func (*GetInfoRequest) Unmarshal

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

func (*GetInfoRequest) XXX_DiscardUnknown

func (m *GetInfoRequest) XXX_DiscardUnknown()

func (*GetInfoRequest) XXX_Marshal

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

func (*GetInfoRequest) XXX_Merge

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

func (*GetInfoRequest) XXX_Size

func (m *GetInfoRequest) XXX_Size() int

func (*GetInfoRequest) XXX_Unmarshal

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

type GetInfoResponse

type GetInfoResponse struct {
	VMID                 string   `protobuf:"bytes,1,opt,name=VMID,proto3" json:"VMID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetInfoResponse) Descriptor

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

func (*GetInfoResponse) Marshal

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

func (*GetInfoResponse) MarshalTo

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

func (*GetInfoResponse) MarshalToSizedBuffer

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

func (*GetInfoResponse) ProtoMessage

func (*GetInfoResponse) ProtoMessage()

func (*GetInfoResponse) Reset

func (m *GetInfoResponse) Reset()

func (*GetInfoResponse) Size

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

func (*GetInfoResponse) String

func (this *GetInfoResponse) String() string

func (*GetInfoResponse) Unmarshal

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

func (*GetInfoResponse) XXX_DiscardUnknown

func (m *GetInfoResponse) XXX_DiscardUnknown()

func (*GetInfoResponse) XXX_Marshal

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

func (*GetInfoResponse) XXX_Merge

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

func (*GetInfoResponse) XXX_Size

func (m *GetInfoResponse) XXX_Size() int

func (*GetInfoResponse) XXX_Unmarshal

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

type PodVMInfoService

type PodVMInfoService interface {
	GetInfo(ctx context.Context, req *GetInfoRequest) (*GetInfoResponse, error)
}

Jump to

Keyboard shortcuts

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