Documentation ¶
Index ¶
- Variables
- type ProbeControllerRequest
- type ProbeControllerResponse
- func (*ProbeControllerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProbeControllerResponse) GetManifest() map[string]string
- func (x *ProbeControllerResponse) GetName() string
- func (x *ProbeControllerResponse) GetReady() *wrapperspb.BoolValue
- func (x *ProbeControllerResponse) GetVendorVersion() string
- func (*ProbeControllerResponse) ProtoMessage()
- func (x *ProbeControllerResponse) ProtoReflect() protoreflect.Message
- func (x *ProbeControllerResponse) Reset()
- func (x *ProbeControllerResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ProbeControllerRequest ¶
type ProbeControllerRequest struct {
// contains filtered or unexported fields
}
func (*ProbeControllerRequest) Descriptor
deprecated
func (*ProbeControllerRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProbeControllerRequest.ProtoReflect.Descriptor instead.
func (*ProbeControllerRequest) ProtoMessage ¶
func (*ProbeControllerRequest) ProtoMessage()
func (*ProbeControllerRequest) ProtoReflect ¶
func (x *ProbeControllerRequest) ProtoReflect() protoreflect.Message
func (*ProbeControllerRequest) Reset ¶
func (x *ProbeControllerRequest) Reset()
func (*ProbeControllerRequest) String ¶
func (x *ProbeControllerRequest) String() string
type ProbeControllerResponse ¶
type ProbeControllerResponse struct { // Name of the driver Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Version of CSI driver VendorVersion string `protobuf:"bytes,2,opt,name=vendor_version,json=vendorVersion,proto3" json:"vendor_version,omitempty"` Manifest map[string]string `` /* 157-byte string literal not displayed */ Ready *wrapperspb.BoolValue `protobuf:"bytes,4,opt,name=ready,proto3" json:"ready,omitempty"` // contains filtered or unexported fields }
Metadata about the driver for accepting the RPC calls
func (*ProbeControllerResponse) Descriptor
deprecated
func (*ProbeControllerResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProbeControllerResponse.ProtoReflect.Descriptor instead.
func (*ProbeControllerResponse) GetManifest ¶
func (x *ProbeControllerResponse) GetManifest() map[string]string
func (*ProbeControllerResponse) GetName ¶
func (x *ProbeControllerResponse) GetName() string
func (*ProbeControllerResponse) GetReady ¶
func (x *ProbeControllerResponse) GetReady() *wrapperspb.BoolValue
func (*ProbeControllerResponse) GetVendorVersion ¶
func (x *ProbeControllerResponse) GetVendorVersion() string
func (*ProbeControllerResponse) ProtoMessage ¶
func (*ProbeControllerResponse) ProtoMessage()
func (*ProbeControllerResponse) ProtoReflect ¶
func (x *ProbeControllerResponse) ProtoReflect() protoreflect.Message
func (*ProbeControllerResponse) Reset ¶
func (x *ProbeControllerResponse) Reset()
func (*ProbeControllerResponse) String ¶
func (x *ProbeControllerResponse) String() string
Click to show internal directories.
Click to hide internal directories.