vcuda

package
v1.1.5 Latest Latest
Warning

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

Go to latest
Published: May 10, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 5 Imported by: 0

Documentation

Overview

Package vcuda is a generated protocol buffer package.

It is generated from these files:

pkg/api/runtime/vcuda/api.proto

It has these top-level messages:

VDeviceRequest
VDeviceResponse

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterVCUDAServiceServer

func RegisterVCUDAServiceServer(s *grpc.Server, srv VCUDAServiceServer)

Types

type VCUDAServiceClient

type VCUDAServiceClient interface {
	RegisterVDevice(ctx context.Context, in *VDeviceRequest, opts ...grpc.CallOption) (*VDeviceResponse, error)
}

func NewVCUDAServiceClient

func NewVCUDAServiceClient(cc *grpc.ClientConn) VCUDAServiceClient

type VCUDAServiceServer

type VCUDAServiceServer interface {
	RegisterVDevice(context.Context, *VDeviceRequest) (*VDeviceResponse, error)
}

type VDeviceRequest

type VDeviceRequest struct {
	BusId         string `protobuf:"bytes,1,opt,name=bus_id,json=busId" json:"bus_id,omitempty"`
	PodUid        string `protobuf:"bytes,2,opt,name=pod_uid,json=podUid" json:"pod_uid,omitempty"`
	ContainerName string `protobuf:"bytes,3,opt,name=container_name,json=containerName" json:"container_name,omitempty"`
	ContainerId   string `protobuf:"bytes,4,opt,name=container_id,json=containerId" json:"container_id,omitempty"`
}

func (*VDeviceRequest) Descriptor

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

func (*VDeviceRequest) GetBusId

func (m *VDeviceRequest) GetBusId() string

func (*VDeviceRequest) GetContainerId

func (m *VDeviceRequest) GetContainerId() string

func (*VDeviceRequest) GetContainerName

func (m *VDeviceRequest) GetContainerName() string

func (*VDeviceRequest) GetPodUid

func (m *VDeviceRequest) GetPodUid() string

func (*VDeviceRequest) ProtoMessage

func (*VDeviceRequest) ProtoMessage()

func (*VDeviceRequest) Reset

func (m *VDeviceRequest) Reset()

func (*VDeviceRequest) String

func (m *VDeviceRequest) String() string

type VDeviceResponse

type VDeviceResponse struct {
}

func (*VDeviceResponse) Descriptor

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

func (*VDeviceResponse) ProtoMessage

func (*VDeviceResponse) ProtoMessage()

func (*VDeviceResponse) Reset

func (m *VDeviceResponse) Reset()

func (*VDeviceResponse) String

func (m *VDeviceResponse) String() string

Jump to

Keyboard shortcuts

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