Documentation
¶
Index ¶
- Variables
- type ClusterAssignmentData
- func (*ClusterAssignmentData) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterAssignmentData) GetServers() map[string]*ServerAssignmentData
- func (*ClusterAssignmentData) ProtoMessage()
- func (x *ClusterAssignmentData) ProtoReflect() protoreflect.Message
- func (x *ClusterAssignmentData) Reset()
- func (x *ClusterAssignmentData) String() string
- type ClusterMetadata
- type ServerAssignmentData
- func (*ServerAssignmentData) Descriptor() ([]byte, []int)deprecated
- func (x *ServerAssignmentData) GetContainers() []int64
- func (*ServerAssignmentData) ProtoMessage()
- func (x *ServerAssignmentData) ProtoReflect() protoreflect.Message
- func (x *ServerAssignmentData) Reset()
- func (x *ServerAssignmentData) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cluster_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ClusterAssignmentData ¶
type ClusterAssignmentData struct { Servers map[string]*ServerAssignmentData `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ClusterAssignmentData) Descriptor
deprecated
func (*ClusterAssignmentData) Descriptor() ([]byte, []int)
Deprecated: Use ClusterAssignmentData.ProtoReflect.Descriptor instead.
func (*ClusterAssignmentData) GetServers ¶
func (x *ClusterAssignmentData) GetServers() map[string]*ServerAssignmentData
func (*ClusterAssignmentData) ProtoMessage ¶
func (*ClusterAssignmentData) ProtoMessage()
func (*ClusterAssignmentData) ProtoReflect ¶
func (x *ClusterAssignmentData) ProtoReflect() protoreflect.Message
func (*ClusterAssignmentData) Reset ¶
func (x *ClusterAssignmentData) Reset()
func (*ClusterAssignmentData) String ¶
func (x *ClusterAssignmentData) String() string
type ClusterMetadata ¶
type ClusterMetadata struct { NumStorageContainers int64 `protobuf:"varint,1,opt,name=num_storage_containers,json=numStorageContainers,proto3" json:"num_storage_containers,omitempty"` // contains filtered or unexported fields }
func (*ClusterMetadata) Descriptor
deprecated
func (*ClusterMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ClusterMetadata.ProtoReflect.Descriptor instead.
func (*ClusterMetadata) GetNumStorageContainers ¶
func (x *ClusterMetadata) GetNumStorageContainers() int64
func (*ClusterMetadata) ProtoMessage ¶
func (*ClusterMetadata) ProtoMessage()
func (*ClusterMetadata) ProtoReflect ¶
func (x *ClusterMetadata) ProtoReflect() protoreflect.Message
func (*ClusterMetadata) Reset ¶
func (x *ClusterMetadata) Reset()
func (*ClusterMetadata) String ¶
func (x *ClusterMetadata) String() string
type ServerAssignmentData ¶
type ServerAssignmentData struct { // assigned containers Containers []int64 `protobuf:"varint,1,rep,packed,name=containers,proto3" json:"containers,omitempty"` // contains filtered or unexported fields }
func (*ServerAssignmentData) Descriptor
deprecated
func (*ServerAssignmentData) Descriptor() ([]byte, []int)
Deprecated: Use ServerAssignmentData.ProtoReflect.Descriptor instead.
func (*ServerAssignmentData) GetContainers ¶
func (x *ServerAssignmentData) GetContainers() []int64
func (*ServerAssignmentData) ProtoMessage ¶
func (*ServerAssignmentData) ProtoMessage()
func (*ServerAssignmentData) ProtoReflect ¶
func (x *ServerAssignmentData) ProtoReflect() protoreflect.Message
func (*ServerAssignmentData) Reset ¶
func (x *ServerAssignmentData) Reset()
func (*ServerAssignmentData) String ¶
func (x *ServerAssignmentData) String() string
Click to show internal directories.
Click to hide internal directories.