Documentation ¶
Index ¶
- Variables
- type GpuVersionMap
- type GpuVersionMapEntry
- func (*GpuVersionMapEntry) Descriptor() ([]byte, []int)deprecated
- func (x *GpuVersionMapEntry) GetCosImageFamily() string
- func (x *GpuVersionMapEntry) GetGpuDriverVersion() string
- func (*GpuVersionMapEntry) ProtoMessage()
- func (x *GpuVersionMapEntry) ProtoReflect() protoreflect.Message
- func (x *GpuVersionMapEntry) Reset()
- func (x *GpuVersionMapEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_versions_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GpuVersionMap ¶
type GpuVersionMap struct { Entry []*GpuVersionMapEntry `protobuf:"bytes,1,rep,name=entry,proto3" json:"entry,omitempty"` // contains filtered or unexported fields }
This proto defines a list of Nvidia precompiled drivers that are required for COS customers.
func (*GpuVersionMap) Descriptor
deprecated
func (*GpuVersionMap) Descriptor() ([]byte, []int)
Deprecated: Use GpuVersionMap.ProtoReflect.Descriptor instead.
func (*GpuVersionMap) GetEntry ¶
func (x *GpuVersionMap) GetEntry() []*GpuVersionMapEntry
func (*GpuVersionMap) ProtoMessage ¶
func (*GpuVersionMap) ProtoMessage()
func (*GpuVersionMap) ProtoReflect ¶
func (x *GpuVersionMap) ProtoReflect() protoreflect.Message
func (*GpuVersionMap) Reset ¶
func (x *GpuVersionMap) Reset()
func (*GpuVersionMap) String ¶
func (x *GpuVersionMap) String() string
type GpuVersionMapEntry ¶
type GpuVersionMapEntry struct { // Name of a COS image family. // Required. CosImageFamily *string `protobuf:"bytes,1,opt,name=cos_image_family,json=cosImageFamily,proto3,oneof" json:"cos_image_family,omitempty"` // Version of a GPU driver. // Required. GpuDriverVersion *string `protobuf:"bytes,2,opt,name=gpu_driver_version,json=gpuDriverVersion,proto3,oneof" json:"gpu_driver_version,omitempty"` // contains filtered or unexported fields }
func (*GpuVersionMapEntry) Descriptor
deprecated
func (*GpuVersionMapEntry) Descriptor() ([]byte, []int)
Deprecated: Use GpuVersionMapEntry.ProtoReflect.Descriptor instead.
func (*GpuVersionMapEntry) GetCosImageFamily ¶
func (x *GpuVersionMapEntry) GetCosImageFamily() string
func (*GpuVersionMapEntry) GetGpuDriverVersion ¶
func (x *GpuVersionMapEntry) GetGpuDriverVersion() string
func (*GpuVersionMapEntry) ProtoMessage ¶
func (*GpuVersionMapEntry) ProtoMessage()
func (*GpuVersionMapEntry) ProtoReflect ¶
func (x *GpuVersionMapEntry) ProtoReflect() protoreflect.Message
func (*GpuVersionMapEntry) Reset ¶
func (x *GpuVersionMapEntry) Reset()
func (*GpuVersionMapEntry) String ¶
func (x *GpuVersionMapEntry) String() string
Click to show internal directories.
Click to hide internal directories.