Documentation
¶
Overview ¶
Package pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func RegisterAuthHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterAuthHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AuthClient) error
- func RegisterAuthHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterAuthHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AuthServer) error
- func RegisterAuthServer(s grpc.ServiceRegistrar, srv AuthServer)
- func RegisterClusterHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterClusterHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ClusterClient) error
- func RegisterClusterHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterClusterHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ClusterServer) error
- func RegisterClusterServer(s grpc.ServiceRegistrar, srv ClusterServer)
- func RegisterCrushRuleHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterCrushRuleHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CrushRuleClient) error
- func RegisterCrushRuleHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterCrushRuleHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CrushRuleServer) error
- func RegisterCrushRuleServer(s grpc.ServiceRegistrar, srv CrushRuleServer)
- func RegisterStatusHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterStatusHandlerClient(ctx context.Context, mux *runtime.ServeMux, client StatusClient) error
- func RegisterStatusHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterStatusHandlerServer(ctx context.Context, mux *runtime.ServeMux, server StatusServer) error
- func RegisterStatusServer(s grpc.ServiceRegistrar, srv StatusServer)
- func RegisterUsersHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterUsersHandlerClient(ctx context.Context, mux *runtime.ServeMux, client UsersClient) error
- func RegisterUsersHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, server UsersServer) error
- func RegisterUsersServer(s grpc.ServiceRegistrar, srv UsersServer)
- type AuthClient
- type AuthServer
- type CephMonDumpAddrVec
- func (*CephMonDumpAddrVec) Descriptor() ([]byte, []int)deprecated
- func (x *CephMonDumpAddrVec) GetAddrvec() []*CephMonDumpAddress
- func (*CephMonDumpAddrVec) ProtoMessage()
- func (x *CephMonDumpAddrVec) ProtoReflect() protoreflect.Message
- func (x *CephMonDumpAddrVec) Reset()
- func (x *CephMonDumpAddrVec) String() string
- type CephMonDumpAddress
- func (*CephMonDumpAddress) Descriptor() ([]byte, []int)deprecated
- func (x *CephMonDumpAddress) GetAddr() string
- func (x *CephMonDumpAddress) GetNonce() int32
- func (x *CephMonDumpAddress) GetType() string
- func (*CephMonDumpAddress) ProtoMessage()
- func (x *CephMonDumpAddress) ProtoReflect() protoreflect.Message
- func (x *CephMonDumpAddress) Reset()
- func (x *CephMonDumpAddress) String() string
- type CephMonDumpFeatures
- func (*CephMonDumpFeatures) Descriptor() ([]byte, []int)deprecated
- func (x *CephMonDumpFeatures) GetOptional() []string
- func (x *CephMonDumpFeatures) GetPersistent() []string
- func (*CephMonDumpFeatures) ProtoMessage()
- func (x *CephMonDumpFeatures) ProtoReflect() protoreflect.Message
- func (x *CephMonDumpFeatures) Reset()
- func (x *CephMonDumpFeatures) String() string
- type CephMonDumpMonInfo
- func (*CephMonDumpMonInfo) Descriptor() ([]byte, []int)deprecated
- func (x *CephMonDumpMonInfo) GetAddr() string
- func (x *CephMonDumpMonInfo) GetCrushLocation() string
- func (x *CephMonDumpMonInfo) GetName() string
- func (x *CephMonDumpMonInfo) GetPriority() int32
- func (x *CephMonDumpMonInfo) GetPublicAddr() string
- func (x *CephMonDumpMonInfo) GetPublicAddrs() *CephMonDumpAddrVec
- func (x *CephMonDumpMonInfo) GetRank() int32
- func (x *CephMonDumpMonInfo) GetWeight() int32
- func (*CephMonDumpMonInfo) ProtoMessage()
- func (x *CephMonDumpMonInfo) ProtoReflect() protoreflect.Message
- func (x *CephMonDumpMonInfo) Reset()
- func (x *CephMonDumpMonInfo) String() string
- type CephMonDumpResponse
- func (*CephMonDumpResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CephMonDumpResponse) GetCreated() *timestamppb.Timestamp
- func (x *CephMonDumpResponse) GetDisallowedLeaders() string
- func (x *CephMonDumpResponse) GetElectionStrategy() int32
- func (x *CephMonDumpResponse) GetEpoch() int32
- func (x *CephMonDumpResponse) GetFeatures() *CephMonDumpFeatures
- func (x *CephMonDumpResponse) GetFsid() string
- func (x *CephMonDumpResponse) GetMinMonRelease() int32
- func (x *CephMonDumpResponse) GetMinMonReleaseName() string
- func (x *CephMonDumpResponse) GetModified() *timestamppb.Timestamp
- func (x *CephMonDumpResponse) GetMons() []*CephMonDumpMonInfo
- func (x *CephMonDumpResponse) GetQuorum() []int32
- func (x *CephMonDumpResponse) GetRemovedRanks() string
- func (x *CephMonDumpResponse) GetStretchMode() bool
- func (x *CephMonDumpResponse) GetTiebreakerMon() string
- func (*CephMonDumpResponse) ProtoMessage()
- func (x *CephMonDumpResponse) ProtoReflect() protoreflect.Message
- func (x *CephMonDumpResponse) Reset()
- func (x *CephMonDumpResponse) String() string
- type CephStatusFSMap
- func (*CephStatusFSMap) Descriptor() ([]byte, []int)deprecated
- func (x *CephStatusFSMap) GetByRank() []*structpb.Value
- func (x *CephStatusFSMap) GetEpoch() int32
- func (x *CephStatusFSMap) GetUpStandby() int32
- func (*CephStatusFSMap) ProtoMessage()
- func (x *CephStatusFSMap) ProtoReflect() protoreflect.Message
- func (x *CephStatusFSMap) Reset()
- func (x *CephStatusFSMap) String() string
- type CephStatusHealth
- func (*CephStatusHealth) Descriptor() ([]byte, []int)deprecated
- func (x *CephStatusHealth) GetChecks() map[string]*structpb.Struct
- func (x *CephStatusHealth) GetMutes() []*structpb.Value
- func (x *CephStatusHealth) GetStatus() string
- func (*CephStatusHealth) ProtoMessage()
- func (x *CephStatusHealth) ProtoReflect() protoreflect.Message
- func (x *CephStatusHealth) Reset()
- func (x *CephStatusHealth) String() string
- type CephStatusMgrMap
- func (*CephStatusMgrMap) Descriptor() ([]byte, []int)deprecated
- func (x *CephStatusMgrMap) GetAvailable() bool
- func (x *CephStatusMgrMap) GetModules() []string
- func (x *CephStatusMgrMap) GetNumStandbys() int32
- func (x *CephStatusMgrMap) GetServices() map[string]string
- func (*CephStatusMgrMap) ProtoMessage()
- func (x *CephStatusMgrMap) ProtoReflect() protoreflect.Message
- func (x *CephStatusMgrMap) Reset()
- func (x *CephStatusMgrMap) String() string
- type CephStatusMonMap
- func (*CephStatusMonMap) Descriptor() ([]byte, []int)deprecated
- func (x *CephStatusMonMap) GetEpoch() int32
- func (x *CephStatusMonMap) GetMinMonReleaseName() string
- func (x *CephStatusMonMap) GetNumMons() int32
- func (*CephStatusMonMap) ProtoMessage()
- func (x *CephStatusMonMap) ProtoReflect() protoreflect.Message
- func (x *CephStatusMonMap) Reset()
- func (x *CephStatusMonMap) String() string
- type CephStatusOSDMap
- func (*CephStatusOSDMap) Descriptor() ([]byte, []int)deprecated
- func (x *CephStatusOSDMap) GetEpoch() int32
- func (x *CephStatusOSDMap) GetNumInOsds() int32
- func (x *CephStatusOSDMap) GetNumOsds() int32
- func (x *CephStatusOSDMap) GetNumRemappedPgs() int32
- func (x *CephStatusOSDMap) GetNumUpOsds() int32
- func (x *CephStatusOSDMap) GetOsdInSince() int64
- func (x *CephStatusOSDMap) GetOsdUpSince() int64
- func (*CephStatusOSDMap) ProtoMessage()
- func (x *CephStatusOSDMap) ProtoReflect() protoreflect.Message
- func (x *CephStatusOSDMap) Reset()
- func (x *CephStatusOSDMap) String() string
- type CephStatusPGMap
- func (*CephStatusPGMap) Descriptor() ([]byte, []int)deprecated
- func (x *CephStatusPGMap) GetBytesAvail() int64
- func (x *CephStatusPGMap) GetBytesTotal() int64
- func (x *CephStatusPGMap) GetBytesUsed() int64
- func (x *CephStatusPGMap) GetDataBytes() int64
- func (x *CephStatusPGMap) GetNumObjects() int32
- func (x *CephStatusPGMap) GetNumPgs() int32
- func (x *CephStatusPGMap) GetNumPools() int32
- func (x *CephStatusPGMap) GetPgsByState() []*CephStatusPGState
- func (*CephStatusPGMap) ProtoMessage()
- func (x *CephStatusPGMap) ProtoReflect() protoreflect.Message
- func (x *CephStatusPGMap) Reset()
- func (x *CephStatusPGMap) String() string
- type CephStatusPGState
- func (*CephStatusPGState) Descriptor() ([]byte, []int)deprecated
- func (x *CephStatusPGState) GetCount() int32
- func (x *CephStatusPGState) GetStateName() string
- func (*CephStatusPGState) ProtoMessage()
- func (x *CephStatusPGState) ProtoReflect() protoreflect.Message
- func (x *CephStatusPGState) Reset()
- func (x *CephStatusPGState) String() string
- type CephStatusService
- func (*CephStatusService) Descriptor() ([]byte, []int)deprecated
- func (x *CephStatusService) GetDaemons() map[string]*structpb.Value
- func (x *CephStatusService) GetSummary() string
- func (*CephStatusService) ProtoMessage()
- func (x *CephStatusService) ProtoReflect() protoreflect.Message
- func (x *CephStatusService) Reset()
- func (x *CephStatusService) String() string
- type CephStatusServiceMap
- func (*CephStatusServiceMap) Descriptor() ([]byte, []int)deprecated
- func (x *CephStatusServiceMap) GetEpoch() int32
- func (x *CephStatusServiceMap) GetModified() string
- func (x *CephStatusServiceMap) GetServices() map[string]*CephStatusService
- func (*CephStatusServiceMap) ProtoMessage()
- func (x *CephStatusServiceMap) ProtoReflect() protoreflect.Message
- func (x *CephStatusServiceMap) Reset()
- func (x *CephStatusServiceMap) String() string
- type CloneRoleReq
- func (*CloneRoleReq) Descriptor() ([]byte, []int)deprecated
- func (x *CloneRoleReq) GetName() string
- func (x *CloneRoleReq) GetNewName() string
- func (*CloneRoleReq) ProtoMessage()
- func (x *CloneRoleReq) ProtoReflect() protoreflect.Message
- func (x *CloneRoleReq) Reset()
- func (x *CloneRoleReq) String() string
- type ClusterClient
- type ClusterServer
- type ClusterStatus
- type ClusterStatus_Status
- func (ClusterStatus_Status) Descriptor() protoreflect.EnumDescriptor
- func (x ClusterStatus_Status) Enum() *ClusterStatus_Status
- func (ClusterStatus_Status) EnumDescriptor() ([]byte, []int)deprecated
- func (x ClusterStatus_Status) Number() protoreflect.EnumNumber
- func (x ClusterStatus_Status) String() string
- func (ClusterStatus_Status) Type() protoreflect.EnumType
- type ClusterUser
- func (*ClusterUser) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterUser) GetCaps() map[string]string
- func (x *ClusterUser) GetEntity() string
- func (x *ClusterUser) GetKey() string
- func (*ClusterUser) ProtoMessage()
- func (x *ClusterUser) ProtoReflect() protoreflect.Message
- func (x *ClusterUser) Reset()
- func (x *ClusterUser) String() string
- type ClusterUsers
- type CreateClusterUserReq
- func (*CreateClusterUserReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateClusterUserReq) GetCapabilities() map[string]string
- func (x *CreateClusterUserReq) GetImportData() []byte
- func (x *CreateClusterUserReq) GetUserEntity() string
- func (*CreateClusterUserReq) ProtoMessage()
- func (x *CreateClusterUserReq) ProtoReflect() protoreflect.Message
- func (x *CreateClusterUserReq) Reset()
- func (x *CreateClusterUserReq) String() string
- type CreateRuleRequest
- func (*CreateRuleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRuleRequest) GetDeviceClass() string
- func (x *CreateRuleRequest) GetFailureDomain() string
- func (x *CreateRuleRequest) GetName() string
- func (x *CreateRuleRequest) GetPoolType() PoolType
- func (x *CreateRuleRequest) GetProfile() string
- func (x *CreateRuleRequest) GetRoot() string
- func (*CreateRuleRequest) ProtoMessage()
- func (x *CreateRuleRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRuleRequest) Reset()
- func (x *CreateRuleRequest) String() string
- type CreateUserReq
- func (*CreateUserReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserReq) GetEmail() string
- func (x *CreateUserReq) GetEnabled() bool
- func (x *CreateUserReq) GetName() string
- func (x *CreateUserReq) GetPassword() string
- func (x *CreateUserReq) GetPwdExpirationDate() *timestamppb.Timestamp
- func (x *CreateUserReq) GetPwdUpdateRequired() bool
- func (x *CreateUserReq) GetRoles() []string
- func (x *CreateUserReq) GetUsername() string
- func (*CreateUserReq) ProtoMessage()
- func (x *CreateUserReq) ProtoReflect() protoreflect.Message
- func (x *CreateUserReq) Reset()
- func (x *CreateUserReq) String() string
- type CrushRuleClient
- type CrushRuleServer
- type DeleteClusterUserReq
- func (*DeleteClusterUserReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteClusterUserReq) GetUserEntity() string
- func (*DeleteClusterUserReq) ProtoMessage()
- func (x *DeleteClusterUserReq) ProtoReflect() protoreflect.Message
- func (x *DeleteClusterUserReq) Reset()
- func (x *DeleteClusterUserReq) String() string
- type DeleteRuleRequest
- type ExportClusterUserReq
- func (*ExportClusterUserReq) Descriptor() ([]byte, []int)deprecated
- func (x *ExportClusterUserReq) GetEntities() []string
- func (*ExportClusterUserReq) ProtoMessage()
- func (x *ExportClusterUserReq) ProtoReflect() protoreflect.Message
- func (x *ExportClusterUserReq) Reset()
- func (x *ExportClusterUserReq) String() string
- type ExportClusterUserResp
- func (*ExportClusterUserResp) Descriptor() ([]byte, []int)deprecated
- func (x *ExportClusterUserResp) GetData() []byte
- func (*ExportClusterUserResp) ProtoMessage()
- func (x *ExportClusterUserResp) ProtoReflect() protoreflect.Message
- func (x *ExportClusterUserResp) Reset()
- func (x *ExportClusterUserResp) String() string
- type GetCephOsdDumpResponse
- func (*GetCephOsdDumpResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCephOsdDumpResponse) GetAllowCrimson() bool
- func (x *GetCephOsdDumpResponse) GetBackfillfullRatio() float64
- func (x *GetCephOsdDumpResponse) GetBlocklist() map[string]*timestamppb.Timestamp
- func (x *GetCephOsdDumpResponse) GetClusterSnapshot() string
- func (x *GetCephOsdDumpResponse) GetCreated() *timestamppb.Timestamp
- func (x *GetCephOsdDumpResponse) GetCrushNodeFlags() *structpb.Struct
- func (x *GetCephOsdDumpResponse) GetCrushVersion() int32
- func (x *GetCephOsdDumpResponse) GetDeviceClassFlags() *structpb.Struct
- func (x *GetCephOsdDumpResponse) GetEpoch() int32
- func (x *GetCephOsdDumpResponse) GetErasureCodeProfiles() map[string]*OsdDumpErasureCodeProfile
- func (x *GetCephOsdDumpResponse) GetFlags() string
- func (x *GetCephOsdDumpResponse) GetFlagsNum() int32
- func (x *GetCephOsdDumpResponse) GetFlagsSet() []string
- func (x *GetCephOsdDumpResponse) GetFsid() string
- func (x *GetCephOsdDumpResponse) GetFullRatio() float64
- func (x *GetCephOsdDumpResponse) GetLastInChange() *timestamppb.Timestamp
- func (x *GetCephOsdDumpResponse) GetLastUpChange() *timestamppb.Timestamp
- func (x *GetCephOsdDumpResponse) GetMaxOsd() int32
- func (x *GetCephOsdDumpResponse) GetMinCompatClient() string
- func (x *GetCephOsdDumpResponse) GetModified() *timestamppb.Timestamp
- func (x *GetCephOsdDumpResponse) GetNearfullRatio() float64
- func (x *GetCephOsdDumpResponse) GetNewPurgedSnaps() []*structpb.Value
- func (x *GetCephOsdDumpResponse) GetNewRemovedSnaps() []*structpb.Value
- func (x *GetCephOsdDumpResponse) GetOsdXinfo() []*OsdDumpOsdXInfo
- func (x *GetCephOsdDumpResponse) GetOsds() []*OsdDumpOsdInfo
- func (x *GetCephOsdDumpResponse) GetPgTemp() []*structpb.Value
- func (x *GetCephOsdDumpResponse) GetPgUpmap() []*structpb.Value
- func (x *GetCephOsdDumpResponse) GetPgUpmapItems() []*structpb.Value
- func (x *GetCephOsdDumpResponse) GetPgUpmapPrimaries() []*structpb.Value
- func (x *GetCephOsdDumpResponse) GetPoolMax() int32
- func (x *GetCephOsdDumpResponse) GetPools() []*OsdDumpPool
- func (x *GetCephOsdDumpResponse) GetPrimaryTemp() []*structpb.Value
- func (x *GetCephOsdDumpResponse) GetRangeBlocklist() *structpb.Struct
- func (x *GetCephOsdDumpResponse) GetRemovedSnapsQueue() []*structpb.Value
- func (x *GetCephOsdDumpResponse) GetRequireMinCompatClient() string
- func (x *GetCephOsdDumpResponse) GetRequireOsdRelease() string
- func (x *GetCephOsdDumpResponse) GetStretchMode() *OsdDumpStretchMode
- func (*GetCephOsdDumpResponse) ProtoMessage()
- func (x *GetCephOsdDumpResponse) ProtoReflect() protoreflect.Message
- func (x *GetCephOsdDumpResponse) Reset()
- func (x *GetCephOsdDumpResponse) String() string
- type GetCephPgDumpResponse
- func (*GetCephPgDumpResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCephPgDumpResponse) GetPgMap() *PGMap
- func (x *GetCephPgDumpResponse) GetPgReady() bool
- func (*GetCephPgDumpResponse) ProtoMessage()
- func (x *GetCephPgDumpResponse) ProtoReflect() protoreflect.Message
- func (x *GetCephPgDumpResponse) Reset()
- func (x *GetCephPgDumpResponse) String() string
- type GetCephStatusResponse
- func (*GetCephStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCephStatusResponse) GetElectionEpoch() int32
- func (x *GetCephStatusResponse) GetFsid() string
- func (x *GetCephStatusResponse) GetFsmap() *CephStatusFSMap
- func (x *GetCephStatusResponse) GetHealth() *CephStatusHealth
- func (x *GetCephStatusResponse) GetMgrmap() *CephStatusMgrMap
- func (x *GetCephStatusResponse) GetMonmap() *CephStatusMonMap
- func (x *GetCephStatusResponse) GetOsdmap() *CephStatusOSDMap
- func (x *GetCephStatusResponse) GetPgmap() *CephStatusPGMap
- func (x *GetCephStatusResponse) GetProgressEvents() *structpb.Struct
- func (x *GetCephStatusResponse) GetQuorum() []int32
- func (x *GetCephStatusResponse) GetQuorumAge() int32
- func (x *GetCephStatusResponse) GetQuorumNames() []string
- func (x *GetCephStatusResponse) GetServicemap() *CephStatusServiceMap
- func (*GetCephStatusResponse) ProtoMessage()
- func (x *GetCephStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetCephStatusResponse) Reset()
- func (x *GetCephStatusResponse) String() string
- type GetRoleReq
- type GetRuleRequest
- type GetUserReq
- type ListRulesResponse
- type LoginReq
- type LoginResp
- func (*LoginResp) Descriptor() ([]byte, []int)deprecated
- func (x *LoginResp) GetPermissions() map[string]*structpb.ListValue
- func (x *LoginResp) GetPwdExpirationDate() *timestamppb.Timestamp
- func (x *LoginResp) GetPwdUpdateRequired() bool
- func (x *LoginResp) GetSso() bool
- func (x *LoginResp) GetToken() string
- func (x *LoginResp) GetUsername() string
- func (*LoginResp) ProtoMessage()
- func (x *LoginResp) ProtoReflect() protoreflect.Message
- func (x *LoginResp) Reset()
- func (x *LoginResp) String() string
- type OSDStatsSum
- func (*OSDStatsSum) Descriptor() ([]byte, []int)deprecated
- func (x *OSDStatsSum) GetAlerts() []string
- func (x *OSDStatsSum) GetHbPeers() []int64
- func (x *OSDStatsSum) GetKb() int64
- func (x *OSDStatsSum) GetKbAvail() int64
- func (x *OSDStatsSum) GetKbUsed() int64
- func (x *OSDStatsSum) GetKbUsedData() int64
- func (x *OSDStatsSum) GetKbUsedMeta() int64
- func (x *OSDStatsSum) GetKbUsedOmap() int64
- func (x *OSDStatsSum) GetNetworkPingTimes() []*OSDStatsSum_NetworkPingTime
- func (x *OSDStatsSum) GetNumOsds() int64
- func (x *OSDStatsSum) GetNumPerPoolOmapOsds() int64
- func (x *OSDStatsSum) GetNumPerPoolOsds() int64
- func (x *OSDStatsSum) GetNumPgs() int64
- func (x *OSDStatsSum) GetNumShardsRepaired() int64
- func (x *OSDStatsSum) GetNumSnapTrimming() int64
- func (x *OSDStatsSum) GetOpQueueAgeHist() *OSDStatsSum_OpQueueAgeHist
- func (x *OSDStatsSum) GetPerfStat() *OSDStatsSum_PerfStat
- func (x *OSDStatsSum) GetSeq() int64
- func (x *OSDStatsSum) GetSnapTrimQueueLen() int64
- func (x *OSDStatsSum) GetStatfs() *OSDStatsSum_StatFs
- func (x *OSDStatsSum) GetUpFrom() int64
- func (*OSDStatsSum) ProtoMessage()
- func (x *OSDStatsSum) ProtoReflect() protoreflect.Message
- func (x *OSDStatsSum) Reset()
- func (x *OSDStatsSum) String() string
- type OSDStatsSum_NetworkPingTime
- func (*OSDStatsSum_NetworkPingTime) Descriptor() ([]byte, []int)deprecated
- func (x *OSDStatsSum_NetworkPingTime) GetInterfaces() []*OSDStatsSum_NetworkPingTime_Interface
- func (x *OSDStatsSum_NetworkPingTime) GetLastUpdate() *timestamppb.Timestamp
- func (x *OSDStatsSum_NetworkPingTime) GetOsd() int64
- func (*OSDStatsSum_NetworkPingTime) ProtoMessage()
- func (x *OSDStatsSum_NetworkPingTime) ProtoReflect() protoreflect.Message
- func (x *OSDStatsSum_NetworkPingTime) Reset()
- func (x *OSDStatsSum_NetworkPingTime) String() string
- type OSDStatsSum_NetworkPingTime_Interface
- func (*OSDStatsSum_NetworkPingTime_Interface) Descriptor() ([]byte, []int)deprecated
- func (x *OSDStatsSum_NetworkPingTime_Interface) GetAverage() *OSDStatsSum_NetworkPingTime_Interface_Average
- func (x *OSDStatsSum_NetworkPingTime_Interface) GetInterfaceName() string
- func (x *OSDStatsSum_NetworkPingTime_Interface) GetLast() float64
- func (x *OSDStatsSum_NetworkPingTime_Interface) GetMax() *OSDStatsSum_NetworkPingTime_Interface_Max
- func (x *OSDStatsSum_NetworkPingTime_Interface) GetMin() *OSDStatsSum_NetworkPingTime_Interface_Min
- func (*OSDStatsSum_NetworkPingTime_Interface) ProtoMessage()
- func (x *OSDStatsSum_NetworkPingTime_Interface) ProtoReflect() protoreflect.Message
- func (x *OSDStatsSum_NetworkPingTime_Interface) Reset()
- func (x *OSDStatsSum_NetworkPingTime_Interface) String() string
- type OSDStatsSum_NetworkPingTime_Interface_Average
- func (*OSDStatsSum_NetworkPingTime_Interface_Average) Descriptor() ([]byte, []int)deprecated
- func (x *OSDStatsSum_NetworkPingTime_Interface_Average) GetMin1() float64
- func (x *OSDStatsSum_NetworkPingTime_Interface_Average) GetMin15() float64
- func (x *OSDStatsSum_NetworkPingTime_Interface_Average) GetMin5() float64
- func (*OSDStatsSum_NetworkPingTime_Interface_Average) ProtoMessage()
- func (x *OSDStatsSum_NetworkPingTime_Interface_Average) ProtoReflect() protoreflect.Message
- func (x *OSDStatsSum_NetworkPingTime_Interface_Average) Reset()
- func (x *OSDStatsSum_NetworkPingTime_Interface_Average) String() string
- type OSDStatsSum_NetworkPingTime_Interface_Max
- func (*OSDStatsSum_NetworkPingTime_Interface_Max) Descriptor() ([]byte, []int)deprecated
- func (x *OSDStatsSum_NetworkPingTime_Interface_Max) GetMin1() float64
- func (x *OSDStatsSum_NetworkPingTime_Interface_Max) GetMin15() float64
- func (x *OSDStatsSum_NetworkPingTime_Interface_Max) GetMin5() float64
- func (*OSDStatsSum_NetworkPingTime_Interface_Max) ProtoMessage()
- func (x *OSDStatsSum_NetworkPingTime_Interface_Max) ProtoReflect() protoreflect.Message
- func (x *OSDStatsSum_NetworkPingTime_Interface_Max) Reset()
- func (x *OSDStatsSum_NetworkPingTime_Interface_Max) String() string
- type OSDStatsSum_NetworkPingTime_Interface_Min
- func (*OSDStatsSum_NetworkPingTime_Interface_Min) Descriptor() ([]byte, []int)deprecated
- func (x *OSDStatsSum_NetworkPingTime_Interface_Min) GetMin1() float64
- func (x *OSDStatsSum_NetworkPingTime_Interface_Min) GetMin15() float64
- func (x *OSDStatsSum_NetworkPingTime_Interface_Min) GetMin5() float64
- func (*OSDStatsSum_NetworkPingTime_Interface_Min) ProtoMessage()
- func (x *OSDStatsSum_NetworkPingTime_Interface_Min) ProtoReflect() protoreflect.Message
- func (x *OSDStatsSum_NetworkPingTime_Interface_Min) Reset()
- func (x *OSDStatsSum_NetworkPingTime_Interface_Min) String() string
- type OSDStatsSum_OpQueueAgeHist
- func (*OSDStatsSum_OpQueueAgeHist) Descriptor() ([]byte, []int)deprecated
- func (x *OSDStatsSum_OpQueueAgeHist) GetHistogram() []int64
- func (x *OSDStatsSum_OpQueueAgeHist) GetUpperBound() int64
- func (*OSDStatsSum_OpQueueAgeHist) ProtoMessage()
- func (x *OSDStatsSum_OpQueueAgeHist) ProtoReflect() protoreflect.Message
- func (x *OSDStatsSum_OpQueueAgeHist) Reset()
- func (x *OSDStatsSum_OpQueueAgeHist) String() string
- type OSDStatsSum_PerfStat
- func (*OSDStatsSum_PerfStat) Descriptor() ([]byte, []int)deprecated
- func (x *OSDStatsSum_PerfStat) GetApplyLatencyMs() int64
- func (x *OSDStatsSum_PerfStat) GetApplyLatencyNs() int64
- func (x *OSDStatsSum_PerfStat) GetCommitLatencyMs() int64
- func (x *OSDStatsSum_PerfStat) GetCommitLatencyNs() int64
- func (*OSDStatsSum_PerfStat) ProtoMessage()
- func (x *OSDStatsSum_PerfStat) ProtoReflect() protoreflect.Message
- func (x *OSDStatsSum_PerfStat) Reset()
- func (x *OSDStatsSum_PerfStat) String() string
- type OSDStatsSum_StatFs
- func (*OSDStatsSum_StatFs) Descriptor() ([]byte, []int)deprecated
- func (x *OSDStatsSum_StatFs) GetAllocated() int64
- func (x *OSDStatsSum_StatFs) GetAvailable() int64
- func (x *OSDStatsSum_StatFs) GetDataCompressed() int64
- func (x *OSDStatsSum_StatFs) GetDataCompressedAllocated() int64
- func (x *OSDStatsSum_StatFs) GetDataCompressedOriginal() int64
- func (x *OSDStatsSum_StatFs) GetDataStored() int64
- func (x *OSDStatsSum_StatFs) GetInternalMetadata() int64
- func (x *OSDStatsSum_StatFs) GetInternallyReserved() int64
- func (x *OSDStatsSum_StatFs) GetOmapAllocated() int64
- func (x *OSDStatsSum_StatFs) GetTotal() int64
- func (*OSDStatsSum_StatFs) ProtoMessage()
- func (x *OSDStatsSum_StatFs) ProtoReflect() protoreflect.Message
- func (x *OSDStatsSum_StatFs) Reset()
- func (x *OSDStatsSum_StatFs) String() string
- type OsdDumpAddrVec
- func (*OsdDumpAddrVec) Descriptor() ([]byte, []int)deprecated
- func (x *OsdDumpAddrVec) GetAddr() string
- func (x *OsdDumpAddrVec) GetNonce() uint64
- func (x *OsdDumpAddrVec) GetType() string
- func (*OsdDumpAddrVec) ProtoMessage()
- func (x *OsdDumpAddrVec) ProtoReflect() protoreflect.Message
- func (x *OsdDumpAddrVec) Reset()
- func (x *OsdDumpAddrVec) String() string
- type OsdDumpClusterAddrs
- func (*OsdDumpClusterAddrs) Descriptor() ([]byte, []int)deprecated
- func (x *OsdDumpClusterAddrs) GetAddrvec() []*OsdDumpAddrVec
- func (*OsdDumpClusterAddrs) ProtoMessage()
- func (x *OsdDumpClusterAddrs) ProtoReflect() protoreflect.Message
- func (x *OsdDumpClusterAddrs) Reset()
- func (x *OsdDumpClusterAddrs) String() string
- type OsdDumpErasureCodeProfile
- func (*OsdDumpErasureCodeProfile) Descriptor() ([]byte, []int)deprecated
- func (x *OsdDumpErasureCodeProfile) GetK() string
- func (x *OsdDumpErasureCodeProfile) GetM() string
- func (x *OsdDumpErasureCodeProfile) GetPlugin() string
- func (x *OsdDumpErasureCodeProfile) GetTechnique() string
- func (*OsdDumpErasureCodeProfile) ProtoMessage()
- func (x *OsdDumpErasureCodeProfile) ProtoReflect() protoreflect.Message
- func (x *OsdDumpErasureCodeProfile) Reset()
- func (x *OsdDumpErasureCodeProfile) String() string
- type OsdDumpHeartbeatAddrs
- func (*OsdDumpHeartbeatAddrs) Descriptor() ([]byte, []int)deprecated
- func (x *OsdDumpHeartbeatAddrs) GetAddrvec() []*OsdDumpAddrVec
- func (*OsdDumpHeartbeatAddrs) ProtoMessage()
- func (x *OsdDumpHeartbeatAddrs) ProtoReflect() protoreflect.Message
- func (x *OsdDumpHeartbeatAddrs) Reset()
- func (x *OsdDumpHeartbeatAddrs) String() string
- type OsdDumpHitSetParams
- func (*OsdDumpHitSetParams) Descriptor() ([]byte, []int)deprecated
- func (x *OsdDumpHitSetParams) GetType() string
- func (*OsdDumpHitSetParams) ProtoMessage()
- func (x *OsdDumpHitSetParams) ProtoReflect() protoreflect.Message
- func (x *OsdDumpHitSetParams) Reset()
- func (x *OsdDumpHitSetParams) String() string
- type OsdDumpLastPgMergeMeta
- func (*OsdDumpLastPgMergeMeta) Descriptor() ([]byte, []int)deprecated
- func (x *OsdDumpLastPgMergeMeta) GetLastEpochClean() int32
- func (x *OsdDumpLastPgMergeMeta) GetLastEpochStarted() int32
- func (x *OsdDumpLastPgMergeMeta) GetReadyEpoch() int32
- func (x *OsdDumpLastPgMergeMeta) GetSourcePgid() string
- func (x *OsdDumpLastPgMergeMeta) GetSourceVersion() string
- func (x *OsdDumpLastPgMergeMeta) GetTargetVersion() string
- func (*OsdDumpLastPgMergeMeta) ProtoMessage()
- func (x *OsdDumpLastPgMergeMeta) ProtoReflect() protoreflect.Message
- func (x *OsdDumpLastPgMergeMeta) Reset()
- func (x *OsdDumpLastPgMergeMeta) String() string
- type OsdDumpOsdInfo
- func (*OsdDumpOsdInfo) Descriptor() ([]byte, []int)deprecated
- func (x *OsdDumpOsdInfo) GetClusterAddr() string
- func (x *OsdDumpOsdInfo) GetClusterAddrs() *OsdDumpClusterAddrs
- func (x *OsdDumpOsdInfo) GetDownAt() int32
- func (x *OsdDumpOsdInfo) GetHeartbeatBackAddr() string
- func (x *OsdDumpOsdInfo) GetHeartbeatBackAddrs() *OsdDumpHeartbeatAddrs
- func (x *OsdDumpOsdInfo) GetHeartbeatFrontAddr() string
- func (x *OsdDumpOsdInfo) GetHeartbeatFrontAddrs() *OsdDumpHeartbeatAddrs
- func (x *OsdDumpOsdInfo) GetIn() int32
- func (x *OsdDumpOsdInfo) GetLastCleanBegin() int32
- func (x *OsdDumpOsdInfo) GetLastCleanEnd() int32
- func (x *OsdDumpOsdInfo) GetLostAt() int32
- func (x *OsdDumpOsdInfo) GetOsd() int32
- func (x *OsdDumpOsdInfo) GetPrimaryAffinity() float64
- func (x *OsdDumpOsdInfo) GetPublicAddr() string
- func (x *OsdDumpOsdInfo) GetPublicAddrs() *OsdDumpPublicAddrs
- func (x *OsdDumpOsdInfo) GetState() []string
- func (x *OsdDumpOsdInfo) GetUp() int32
- func (x *OsdDumpOsdInfo) GetUpFrom() int32
- func (x *OsdDumpOsdInfo) GetUpThru() int32
- func (x *OsdDumpOsdInfo) GetUuid() string
- func (x *OsdDumpOsdInfo) GetWeight() float64
- func (*OsdDumpOsdInfo) ProtoMessage()
- func (x *OsdDumpOsdInfo) ProtoReflect() protoreflect.Message
- func (x *OsdDumpOsdInfo) Reset()
- func (x *OsdDumpOsdInfo) String() string
- type OsdDumpOsdXInfo
- func (*OsdDumpOsdXInfo) Descriptor() ([]byte, []int)deprecated
- func (x *OsdDumpOsdXInfo) GetDeadEpoch() int32
- func (x *OsdDumpOsdXInfo) GetDownStamp() *timestamppb.Timestamp
- func (x *OsdDumpOsdXInfo) GetFeatures() uint64
- func (x *OsdDumpOsdXInfo) GetLaggyInterval() float64
- func (x *OsdDumpOsdXInfo) GetLaggyProbability() float64
- func (x *OsdDumpOsdXInfo) GetLastPurgedSnapsScrub() *timestamppb.Timestamp
- func (x *OsdDumpOsdXInfo) GetOldWeight() float64
- func (x *OsdDumpOsdXInfo) GetOsd() int32
- func (*OsdDumpOsdXInfo) ProtoMessage()
- func (x *OsdDumpOsdXInfo) ProtoReflect() protoreflect.Message
- func (x *OsdDumpOsdXInfo) Reset()
- func (x *OsdDumpOsdXInfo) String() string
- type OsdDumpPool
- func (*OsdDumpPool) Descriptor() ([]byte, []int)deprecated
- func (x *OsdDumpPool) GetApplicationMetadata() *structpb.Struct
- func (x *OsdDumpPool) GetAuid() uint64
- func (x *OsdDumpPool) GetCacheMinEvictAge() uint64
- func (x *OsdDumpPool) GetCacheMinFlushAge() uint64
- func (x *OsdDumpPool) GetCacheMode() string
- func (x *OsdDumpPool) GetCacheTargetDirtyHighRatioMicro() uint64
- func (x *OsdDumpPool) GetCacheTargetDirtyRatioMicro() uint64
- func (x *OsdDumpPool) GetCacheTargetFullRatioMicro() uint64
- func (x *OsdDumpPool) GetCreateTime() *timestamppb.Timestamp
- func (x *OsdDumpPool) GetCrushRule() int32
- func (x *OsdDumpPool) GetErasureCodeProfile() string
- func (x *OsdDumpPool) GetExpectedNumObjects() uint64
- func (x *OsdDumpPool) GetFastRead() bool
- func (x *OsdDumpPool) GetFlags() int64
- func (x *OsdDumpPool) GetFlagsNames() string
- func (x *OsdDumpPool) GetGradeTable() []*structpb.Value
- func (x *OsdDumpPool) GetHitSetCount() uint64
- func (x *OsdDumpPool) GetHitSetGradeDecayRate() uint64
- func (x *OsdDumpPool) GetHitSetParams() *OsdDumpHitSetParams
- func (x *OsdDumpPool) GetHitSetPeriod() uint64
- func (x *OsdDumpPool) GetHitSetSearchLastN() uint64
- func (x *OsdDumpPool) GetLastChange() string
- func (x *OsdDumpPool) GetLastForceOpResend() string
- func (x *OsdDumpPool) GetLastForceOpResendPreluminous() string
- func (x *OsdDumpPool) GetLastForceOpResendPrenautilus() string
- func (x *OsdDumpPool) GetLastPgMergeMeta() *OsdDumpLastPgMergeMeta
- func (x *OsdDumpPool) GetMinReadRecencyForPromote() uint64
- func (x *OsdDumpPool) GetMinSize() int32
- func (x *OsdDumpPool) GetMinWriteRecencyForPromote() uint64
- func (x *OsdDumpPool) GetObjectHash() int32
- func (x *OsdDumpPool) GetOptions() *structpb.Struct
- func (x *OsdDumpPool) GetPeeringCrushBucketBarrier() int32
- func (x *OsdDumpPool) GetPeeringCrushBucketCount() int32
- func (x *OsdDumpPool) GetPeeringCrushBucketMandatoryMember() int32
- func (x *OsdDumpPool) GetPeeringCrushBucketTarget() int32
- func (x *OsdDumpPool) GetPgAutoscaleMode() string
- func (x *OsdDumpPool) GetPgNum() int32
- func (x *OsdDumpPool) GetPgNumPending() int32
- func (x *OsdDumpPool) GetPgNumTarget() int32
- func (x *OsdDumpPool) GetPgPlacementNum() int32
- func (x *OsdDumpPool) GetPgPlacementNumTarget() int32
- func (x *OsdDumpPool) GetPool() int32
- func (x *OsdDumpPool) GetPoolName() string
- func (x *OsdDumpPool) GetPoolSnaps() []*structpb.Value
- func (x *OsdDumpPool) GetQuotaMaxBytes() uint64
- func (x *OsdDumpPool) GetQuotaMaxObjects() uint64
- func (x *OsdDumpPool) GetReadBalance() *OsdDumpReadBalance
- func (x *OsdDumpPool) GetReadTier() int32
- func (x *OsdDumpPool) GetRemovedSnaps() string
- func (x *OsdDumpPool) GetSize() int32
- func (x *OsdDumpPool) GetSnapEpoch() uint64
- func (x *OsdDumpPool) GetSnapMode() string
- func (x *OsdDumpPool) GetSnapSeq() uint64
- func (x *OsdDumpPool) GetStripeWidth() uint64
- func (x *OsdDumpPool) GetTargetMaxBytes() uint64
- func (x *OsdDumpPool) GetTargetMaxObjects() uint64
- func (x *OsdDumpPool) GetTierOf() int32
- func (x *OsdDumpPool) GetTiers() []int32
- func (x *OsdDumpPool) GetType() int32
- func (x *OsdDumpPool) GetUseGmtHitset() bool
- func (x *OsdDumpPool) GetWriteTier() int32
- func (*OsdDumpPool) ProtoMessage()
- func (x *OsdDumpPool) ProtoReflect() protoreflect.Message
- func (x *OsdDumpPool) Reset()
- func (x *OsdDumpPool) String() string
- type OsdDumpPublicAddrs
- func (*OsdDumpPublicAddrs) Descriptor() ([]byte, []int)deprecated
- func (x *OsdDumpPublicAddrs) GetAddrvec() []*OsdDumpAddrVec
- func (*OsdDumpPublicAddrs) ProtoMessage()
- func (x *OsdDumpPublicAddrs) ProtoReflect() protoreflect.Message
- func (x *OsdDumpPublicAddrs) Reset()
- func (x *OsdDumpPublicAddrs) String() string
- type OsdDumpReadBalance
- func (*OsdDumpReadBalance) Descriptor() ([]byte, []int)deprecated
- func (x *OsdDumpReadBalance) GetAveragePrimaryAffinity() float64
- func (x *OsdDumpReadBalance) GetAveragePrimaryAffinityWeighted() float64
- func (x *OsdDumpReadBalance) GetOptimalScore() float64
- func (x *OsdDumpReadBalance) GetPrimaryAffinityWeighted() float64
- func (x *OsdDumpReadBalance) GetRawScoreActing() float64
- func (x *OsdDumpReadBalance) GetRawScoreStable() float64
- func (x *OsdDumpReadBalance) GetScoreActing() float64
- func (x *OsdDumpReadBalance) GetScoreStable() float64
- func (*OsdDumpReadBalance) ProtoMessage()
- func (x *OsdDumpReadBalance) ProtoReflect() protoreflect.Message
- func (x *OsdDumpReadBalance) Reset()
- func (x *OsdDumpReadBalance) String() string
- type OsdDumpStretchMode
- func (*OsdDumpStretchMode) Descriptor() ([]byte, []int)deprecated
- func (x *OsdDumpStretchMode) GetDegradedStretchMode() int32
- func (x *OsdDumpStretchMode) GetRecoveringStretchMode() int32
- func (x *OsdDumpStretchMode) GetStretchBucketCount() int32
- func (x *OsdDumpStretchMode) GetStretchModeBucket() int32
- func (x *OsdDumpStretchMode) GetStretchModeEnabled() bool
- func (*OsdDumpStretchMode) ProtoMessage()
- func (x *OsdDumpStretchMode) ProtoReflect() protoreflect.Message
- func (x *OsdDumpStretchMode) Reset()
- func (x *OsdDumpStretchMode) String() string
- type OsdStats
- func (*OsdStats) Descriptor() ([]byte, []int)deprecated
- func (x *OsdStats) GetAlerts() []string
- func (x *OsdStats) GetHbPeers() []int64
- func (x *OsdStats) GetKb() int64
- func (x *OsdStats) GetKbAvail() int64
- func (x *OsdStats) GetKbUsed() int64
- func (x *OsdStats) GetKbUsedData() int64
- func (x *OsdStats) GetKbUsedMeta() int64
- func (x *OsdStats) GetKbUsedOmap() int64
- func (x *OsdStats) GetNetworkPingTimes() []*OsdStats_NetworkPingTime
- func (x *OsdStats) GetNumOsds() int64
- func (x *OsdStats) GetNumPerPoolOmapOsds() int64
- func (x *OsdStats) GetNumPerPoolOsds() int64
- func (x *OsdStats) GetNumPgs() int64
- func (x *OsdStats) GetNumShardsRepaired() int64
- func (x *OsdStats) GetNumSnapTrimming() int64
- func (x *OsdStats) GetOpQueueAgeHist() *OsdStats_OpQueueAgeHist
- func (x *OsdStats) GetOsd() int64
- func (x *OsdStats) GetPerfStat() *OsdStats_PerfStat
- func (x *OsdStats) GetSeq() int64
- func (x *OsdStats) GetSnapTrimQueueLen() int64
- func (x *OsdStats) GetStatfs() *OsdStats_StatFs
- func (x *OsdStats) GetUpFrom() int64
- func (*OsdStats) ProtoMessage()
- func (x *OsdStats) ProtoReflect() protoreflect.Message
- func (x *OsdStats) Reset()
- func (x *OsdStats) String() string
- type OsdStats_NetworkPingTime
- func (*OsdStats_NetworkPingTime) Descriptor() ([]byte, []int)deprecated
- func (x *OsdStats_NetworkPingTime) GetInterfaces() []*OsdStats_NetworkPingTime_Interface
- func (x *OsdStats_NetworkPingTime) GetLastUpdate() string
- func (x *OsdStats_NetworkPingTime) GetOsd() int64
- func (*OsdStats_NetworkPingTime) ProtoMessage()
- func (x *OsdStats_NetworkPingTime) ProtoReflect() protoreflect.Message
- func (x *OsdStats_NetworkPingTime) Reset()
- func (x *OsdStats_NetworkPingTime) String() string
- type OsdStats_NetworkPingTime_Interface
- func (*OsdStats_NetworkPingTime_Interface) Descriptor() ([]byte, []int)deprecated
- func (x *OsdStats_NetworkPingTime_Interface) GetAverage() *OsdStats_NetworkPingTime_Interface_Average
- func (x *OsdStats_NetworkPingTime_Interface) GetInterfaceName() string
- func (x *OsdStats_NetworkPingTime_Interface) GetLast() float64
- func (x *OsdStats_NetworkPingTime_Interface) GetMax() *OsdStats_NetworkPingTime_Interface_Max
- func (x *OsdStats_NetworkPingTime_Interface) GetMin() *OsdStats_NetworkPingTime_Interface_Min
- func (*OsdStats_NetworkPingTime_Interface) ProtoMessage()
- func (x *OsdStats_NetworkPingTime_Interface) ProtoReflect() protoreflect.Message
- func (x *OsdStats_NetworkPingTime_Interface) Reset()
- func (x *OsdStats_NetworkPingTime_Interface) String() string
- type OsdStats_NetworkPingTime_Interface_Average
- func (*OsdStats_NetworkPingTime_Interface_Average) Descriptor() ([]byte, []int)deprecated
- func (x *OsdStats_NetworkPingTime_Interface_Average) GetMin1() float64
- func (x *OsdStats_NetworkPingTime_Interface_Average) GetMin15() float64
- func (x *OsdStats_NetworkPingTime_Interface_Average) GetMin5() float64
- func (*OsdStats_NetworkPingTime_Interface_Average) ProtoMessage()
- func (x *OsdStats_NetworkPingTime_Interface_Average) ProtoReflect() protoreflect.Message
- func (x *OsdStats_NetworkPingTime_Interface_Average) Reset()
- func (x *OsdStats_NetworkPingTime_Interface_Average) String() string
- type OsdStats_NetworkPingTime_Interface_Max
- func (*OsdStats_NetworkPingTime_Interface_Max) Descriptor() ([]byte, []int)deprecated
- func (x *OsdStats_NetworkPingTime_Interface_Max) GetMin1() float64
- func (x *OsdStats_NetworkPingTime_Interface_Max) GetMin15() float64
- func (x *OsdStats_NetworkPingTime_Interface_Max) GetMin5() float64
- func (*OsdStats_NetworkPingTime_Interface_Max) ProtoMessage()
- func (x *OsdStats_NetworkPingTime_Interface_Max) ProtoReflect() protoreflect.Message
- func (x *OsdStats_NetworkPingTime_Interface_Max) Reset()
- func (x *OsdStats_NetworkPingTime_Interface_Max) String() string
- type OsdStats_NetworkPingTime_Interface_Min
- func (*OsdStats_NetworkPingTime_Interface_Min) Descriptor() ([]byte, []int)deprecated
- func (x *OsdStats_NetworkPingTime_Interface_Min) GetMin1() float64
- func (x *OsdStats_NetworkPingTime_Interface_Min) GetMin15() float64
- func (x *OsdStats_NetworkPingTime_Interface_Min) GetMin5() float64
- func (*OsdStats_NetworkPingTime_Interface_Min) ProtoMessage()
- func (x *OsdStats_NetworkPingTime_Interface_Min) ProtoReflect() protoreflect.Message
- func (x *OsdStats_NetworkPingTime_Interface_Min) Reset()
- func (x *OsdStats_NetworkPingTime_Interface_Min) String() string
- type OsdStats_OpQueueAgeHist
- func (*OsdStats_OpQueueAgeHist) Descriptor() ([]byte, []int)deprecated
- func (x *OsdStats_OpQueueAgeHist) GetHistogram() []int64
- func (x *OsdStats_OpQueueAgeHist) GetUpperBound() int64
- func (*OsdStats_OpQueueAgeHist) ProtoMessage()
- func (x *OsdStats_OpQueueAgeHist) ProtoReflect() protoreflect.Message
- func (x *OsdStats_OpQueueAgeHist) Reset()
- func (x *OsdStats_OpQueueAgeHist) String() string
- type OsdStats_PerfStat
- func (*OsdStats_PerfStat) Descriptor() ([]byte, []int)deprecated
- func (x *OsdStats_PerfStat) GetApplyLatencyMs() int64
- func (x *OsdStats_PerfStat) GetApplyLatencyNs() int64
- func (x *OsdStats_PerfStat) GetCommitLatencyMs() int64
- func (x *OsdStats_PerfStat) GetCommitLatencyNs() int64
- func (*OsdStats_PerfStat) ProtoMessage()
- func (x *OsdStats_PerfStat) ProtoReflect() protoreflect.Message
- func (x *OsdStats_PerfStat) Reset()
- func (x *OsdStats_PerfStat) String() string
- type OsdStats_StatFs
- func (*OsdStats_StatFs) Descriptor() ([]byte, []int)deprecated
- func (x *OsdStats_StatFs) GetAllocated() int64
- func (x *OsdStats_StatFs) GetAvailable() int64
- func (x *OsdStats_StatFs) GetDataCompressed() int64
- func (x *OsdStats_StatFs) GetDataCompressedAllocated() int64
- func (x *OsdStats_StatFs) GetDataCompressedOriginal() int64
- func (x *OsdStats_StatFs) GetDataStored() int64
- func (x *OsdStats_StatFs) GetInternalMetadata() int64
- func (x *OsdStats_StatFs) GetInternallyReserved() int64
- func (x *OsdStats_StatFs) GetOmapAllocated() int64
- func (x *OsdStats_StatFs) GetTotal() int64
- func (*OsdStats_StatFs) ProtoMessage()
- func (x *OsdStats_StatFs) ProtoReflect() protoreflect.Message
- func (x *OsdStats_StatFs) Reset()
- func (x *OsdStats_StatFs) String() string
- type PGMap
- func (*PGMap) Descriptor() ([]byte, []int)deprecated
- func (x *PGMap) GetLastOsdmapEpoch() int64
- func (x *PGMap) GetLastPgScan() int64
- func (x *PGMap) GetOsdStats() []*OsdStats
- func (x *PGMap) GetOsdStatsSum() *OSDStatsSum
- func (x *PGMap) GetPgStats() []*PGStat
- func (x *PGMap) GetPgStatsDelta() *PGStatsDelta
- func (x *PGMap) GetPgStatsSum() *PGStatsSum
- func (x *PGMap) GetPoolStatfs() []*PoolStatFs
- func (x *PGMap) GetPoolStats() []*PoolStats
- func (x *PGMap) GetStamp() *timestamppb.Timestamp
- func (x *PGMap) GetVersion() int64
- func (*PGMap) ProtoMessage()
- func (x *PGMap) ProtoReflect() protoreflect.Message
- func (x *PGMap) Reset()
- func (x *PGMap) String() string
- type PGStat
- func (*PGStat) Descriptor() ([]byte, []int)deprecated
- func (x *PGStat) GetActing() []int64
- func (x *PGStat) GetActingPrimary() int64
- func (x *PGStat) GetAvailNoMissing() []int64
- func (x *PGStat) GetBlockedBy() []int64
- func (x *PGStat) GetCreated() int64
- func (x *PGStat) GetDirtyStatsInvalid() bool
- func (x *PGStat) GetHitsetBytesStatsInvalid() bool
- func (x *PGStat) GetHitsetStatsInvalid() bool
- func (x *PGStat) GetLastActive() *timestamppb.Timestamp
- func (x *PGStat) GetLastBecameActive() *timestamppb.Timestamp
- func (x *PGStat) GetLastBecamePeered() *timestamppb.Timestamp
- func (x *PGStat) GetLastChange() *timestamppb.Timestamp
- func (x *PGStat) GetLastClean() *timestamppb.Timestamp
- func (x *PGStat) GetLastCleanScrubStamp() *timestamppb.Timestamp
- func (x *PGStat) GetLastDeepScrub() string
- func (x *PGStat) GetLastDeepScrubStamp() *timestamppb.Timestamp
- func (x *PGStat) GetLastEpochClean() int64
- func (x *PGStat) GetLastFresh() *timestamppb.Timestamp
- func (x *PGStat) GetLastFullsized() *timestamppb.Timestamp
- func (x *PGStat) GetLastPeered() *timestamppb.Timestamp
- func (x *PGStat) GetLastScrub() string
- func (x *PGStat) GetLastScrubDuration() int64
- func (x *PGStat) GetLastScrubStamp() *timestamppb.Timestamp
- func (x *PGStat) GetLastUndegraded() *timestamppb.Timestamp
- func (x *PGStat) GetLastUnstale() *timestamppb.Timestamp
- func (x *PGStat) GetLogDupsSize() int64
- func (x *PGStat) GetLogSize() int64
- func (x *PGStat) GetLogStart() string
- func (x *PGStat) GetManifestStatsInvalid() bool
- func (x *PGStat) GetMappingEpoch() int64
- func (x *PGStat) GetObjectLocationCounts() []int64
- func (x *PGStat) GetObjectsScrubbed() int64
- func (x *PGStat) GetObjectsTrimmed() int64
- func (x *PGStat) GetOmapStatsInvalid() bool
- func (x *PGStat) GetOndiskLogSize() int64
- func (x *PGStat) GetOndiskLogStart() string
- func (x *PGStat) GetParent() string
- func (x *PGStat) GetParentSplitBits() int64
- func (x *PGStat) GetPgid() string
- func (x *PGStat) GetPinStatsInvalid() bool
- func (x *PGStat) GetPurgedSnaps() []int64
- func (x *PGStat) GetReportedEpoch() int64
- func (x *PGStat) GetReportedSeq() int64
- func (x *PGStat) GetScrubDuration() float64
- func (x *PGStat) GetScrubSchedule() string
- func (x *PGStat) GetSnaptrimDuration() float64
- func (x *PGStat) GetSnaptrimqLen() int64
- func (x *PGStat) GetStatSum() *PGStat_PGStat_StatSum
- func (x *PGStat) GetState() string
- func (x *PGStat) GetStatsInvalid() bool
- func (x *PGStat) GetUp() []int64
- func (x *PGStat) GetUpPrimary() int64
- func (x *PGStat) GetVersion() string
- func (*PGStat) ProtoMessage()
- func (x *PGStat) ProtoReflect() protoreflect.Message
- func (x *PGStat) Reset()
- func (x *PGStat) String() string
- type PGStat_PGStat_StatSum
- func (*PGStat_PGStat_StatSum) Descriptor() ([]byte, []int)deprecated
- func (x *PGStat_PGStat_StatSum) GetNumBytes() int64
- func (x *PGStat_PGStat_StatSum) GetNumBytesHitSetArchive() int64
- func (x *PGStat_PGStat_StatSum) GetNumBytesRecovered() int64
- func (x *PGStat_PGStat_StatSum) GetNumDeepScrubErrors() int64
- func (x *PGStat_PGStat_StatSum) GetNumEvict() int64
- func (x *PGStat_PGStat_StatSum) GetNumEvictKb() int64
- func (x *PGStat_PGStat_StatSum) GetNumEvictModeFull() int64
- func (x *PGStat_PGStat_StatSum) GetNumEvictModeSome() int64
- func (x *PGStat_PGStat_StatSum) GetNumFlush() int64
- func (x *PGStat_PGStat_StatSum) GetNumFlushKb() int64
- func (x *PGStat_PGStat_StatSum) GetNumFlushModeHigh() int64
- func (x *PGStat_PGStat_StatSum) GetNumFlushModeLow() int64
- func (x *PGStat_PGStat_StatSum) GetNumKeysRecovered() int64
- func (x *PGStat_PGStat_StatSum) GetNumLargeOmapObjects() int64
- func (x *PGStat_PGStat_StatSum) GetNumLegacySnapsets() int64
- func (x *PGStat_PGStat_StatSum) GetNumObjectClones() int64
- func (x *PGStat_PGStat_StatSum) GetNumObjectCopies() int64
- func (x *PGStat_PGStat_StatSum) GetNumObjects() int64
- func (x *PGStat_PGStat_StatSum) GetNumObjectsDegraded() int64
- func (x *PGStat_PGStat_StatSum) GetNumObjectsDirty() int64
- func (x *PGStat_PGStat_StatSum) GetNumObjectsHitSetArchive() int64
- func (x *PGStat_PGStat_StatSum) GetNumObjectsManifest() int64
- func (x *PGStat_PGStat_StatSum) GetNumObjectsMisplaced() int64
- func (x *PGStat_PGStat_StatSum) GetNumObjectsMissing() int64
- func (x *PGStat_PGStat_StatSum) GetNumObjectsMissingOnPrimary() int64
- func (x *PGStat_PGStat_StatSum) GetNumObjectsOmap() int64
- func (x *PGStat_PGStat_StatSum) GetNumObjectsPinned() int64
- func (x *PGStat_PGStat_StatSum) GetNumObjectsRecovered() int64
- func (x *PGStat_PGStat_StatSum) GetNumObjectsRepaired() int64
- func (x *PGStat_PGStat_StatSum) GetNumObjectsUnfound() int64
- func (x *PGStat_PGStat_StatSum) GetNumOmapBytes() int64
- func (x *PGStat_PGStat_StatSum) GetNumOmapKeys() int64
- func (x *PGStat_PGStat_StatSum) GetNumPromote() int64
- func (x *PGStat_PGStat_StatSum) GetNumRead() int64
- func (x *PGStat_PGStat_StatSum) GetNumReadKb() int64
- func (x *PGStat_PGStat_StatSum) GetNumScrubErrors() int64
- func (x *PGStat_PGStat_StatSum) GetNumShallowScrubErrors() int64
- func (x *PGStat_PGStat_StatSum) GetNumWhiteouts() int64
- func (x *PGStat_PGStat_StatSum) GetNumWrite() int64
- func (x *PGStat_PGStat_StatSum) GetNumWriteKb() int64
- func (*PGStat_PGStat_StatSum) ProtoMessage()
- func (x *PGStat_PGStat_StatSum) ProtoReflect() protoreflect.Message
- func (x *PGStat_PGStat_StatSum) Reset()
- func (x *PGStat_PGStat_StatSum) String() string
- type PGStatsDelta
- func (*PGStatsDelta) Descriptor() ([]byte, []int)deprecated
- func (x *PGStatsDelta) GetActing() int64
- func (x *PGStatsDelta) GetLogSize() int64
- func (x *PGStatsDelta) GetNumStoreStats() int64
- func (x *PGStatsDelta) GetOndiskLogSize() int64
- func (x *PGStatsDelta) GetStampDelta() string
- func (x *PGStatsDelta) GetStatSum() *PGStatsDelta_PGStatsDelta_StatSum
- func (x *PGStatsDelta) GetStoreStats() *PGStatsDelta_PGStatsDelta_StoreStats
- func (x *PGStatsDelta) GetUp() int64
- func (*PGStatsDelta) ProtoMessage()
- func (x *PGStatsDelta) ProtoReflect() protoreflect.Message
- func (x *PGStatsDelta) Reset()
- func (x *PGStatsDelta) String() string
- type PGStatsDelta_PGStatsDelta_StatSum
- func (*PGStatsDelta_PGStatsDelta_StatSum) Descriptor() ([]byte, []int)deprecated
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumBytes() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumBytesHitSetArchive() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumBytesRecovered() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumDeepScrubErrors() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumEvict() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumEvictKb() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumEvictModeFull() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumEvictModeSome() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumFlush() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumFlushKb() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumFlushModeHigh() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumFlushModeLow() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumKeysRecovered() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumLargeOmapObjects() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumLegacySnapsets() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectClones() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectCopies() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjects() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsDegraded() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsDirty() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsHitSetArchive() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsManifest() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsMisplaced() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsMissing() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsMissingOnPrimary() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsOmap() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsPinned() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsRecovered() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsRepaired() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsUnfound() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumOmapBytes() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumOmapKeys() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumPromote() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumRead() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumReadKb() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumScrubErrors() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumShallowScrubErrors() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumWhiteouts() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumWrite() int64
- func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumWriteKb() int64
- func (*PGStatsDelta_PGStatsDelta_StatSum) ProtoMessage()
- func (x *PGStatsDelta_PGStatsDelta_StatSum) ProtoReflect() protoreflect.Message
- func (x *PGStatsDelta_PGStatsDelta_StatSum) Reset()
- func (x *PGStatsDelta_PGStatsDelta_StatSum) String() string
- type PGStatsDelta_PGStatsDelta_StoreStats
- func (*PGStatsDelta_PGStatsDelta_StoreStats) Descriptor() ([]byte, []int)deprecated
- func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetAllocated() int64
- func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetAvailable() int64
- func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetDataCompressed() int64
- func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetDataCompressedAllocated() int64
- func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetDataCompressedOriginal() int64
- func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetDataStored() int64
- func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetInternalMetadata() int64
- func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetInternallyReserved() int64
- func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetOmapAllocated() int64
- func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetTotal() int64
- func (*PGStatsDelta_PGStatsDelta_StoreStats) ProtoMessage()
- func (x *PGStatsDelta_PGStatsDelta_StoreStats) ProtoReflect() protoreflect.Message
- func (x *PGStatsDelta_PGStatsDelta_StoreStats) Reset()
- func (x *PGStatsDelta_PGStatsDelta_StoreStats) String() string
- type PGStatsSum
- func (*PGStatsSum) Descriptor() ([]byte, []int)deprecated
- func (x *PGStatsSum) GetActing() int64
- func (x *PGStatsSum) GetLogSize() int64
- func (x *PGStatsSum) GetNumStoreStats() int64
- func (x *PGStatsSum) GetOndiskLogSize() int64
- func (x *PGStatsSum) GetStatSum() *PGStatsSum_PGStatsSum_StatSum
- func (x *PGStatsSum) GetStoreStats() *PGStatsSum_PGStatsSum_StoreStats
- func (x *PGStatsSum) GetUp() int64
- func (*PGStatsSum) ProtoMessage()
- func (x *PGStatsSum) ProtoReflect() protoreflect.Message
- func (x *PGStatsSum) Reset()
- func (x *PGStatsSum) String() string
- type PGStatsSum_PGStatsSum_StatSum
- func (*PGStatsSum_PGStatsSum_StatSum) Descriptor() ([]byte, []int)deprecated
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumBytes() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumBytesHitSetArchive() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumBytesRecovered() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumDeepScrubErrors() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumEvict() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumEvictKb() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumEvictModeFull() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumEvictModeSome() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumFlush() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumFlushKb() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumFlushModeHigh() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumFlushModeLow() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumKeysRecovered() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumLargeOmapObjects() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumLegacySnapsets() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectClones() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectCopies() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjects() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsDegraded() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsDirty() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsHitSetArchive() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsManifest() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsMisplaced() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsMissing() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsMissingOnPrimary() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsOmap() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsPinned() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsRecovered() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsRepaired() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsUnfound() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumOmapBytes() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumOmapKeys() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumPromote() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumRead() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumReadKb() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumScrubErrors() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumShallowScrubErrors() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumWhiteouts() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumWrite() int64
- func (x *PGStatsSum_PGStatsSum_StatSum) GetNumWriteKb() int64
- func (*PGStatsSum_PGStatsSum_StatSum) ProtoMessage()
- func (x *PGStatsSum_PGStatsSum_StatSum) ProtoReflect() protoreflect.Message
- func (x *PGStatsSum_PGStatsSum_StatSum) Reset()
- func (x *PGStatsSum_PGStatsSum_StatSum) String() string
- type PGStatsSum_PGStatsSum_StoreStats
- func (*PGStatsSum_PGStatsSum_StoreStats) Descriptor() ([]byte, []int)deprecated
- func (x *PGStatsSum_PGStatsSum_StoreStats) GetAllocated() int64
- func (x *PGStatsSum_PGStatsSum_StoreStats) GetAvailable() int64
- func (x *PGStatsSum_PGStatsSum_StoreStats) GetDataCompressed() int64
- func (x *PGStatsSum_PGStatsSum_StoreStats) GetDataCompressedAllocated() int64
- func (x *PGStatsSum_PGStatsSum_StoreStats) GetDataCompressedOriginal() int64
- func (x *PGStatsSum_PGStatsSum_StoreStats) GetDataStored() int64
- func (x *PGStatsSum_PGStatsSum_StoreStats) GetInternalMetadata() int64
- func (x *PGStatsSum_PGStatsSum_StoreStats) GetInternallyReserved() int64
- func (x *PGStatsSum_PGStatsSum_StoreStats) GetOmapAllocated() int64
- func (x *PGStatsSum_PGStatsSum_StoreStats) GetTotal() int64
- func (*PGStatsSum_PGStatsSum_StoreStats) ProtoMessage()
- func (x *PGStatsSum_PGStatsSum_StoreStats) ProtoReflect() protoreflect.Message
- func (x *PGStatsSum_PGStatsSum_StoreStats) Reset()
- func (x *PGStatsSum_PGStatsSum_StoreStats) String() string
- type PoolStatFs
- func (*PoolStatFs) Descriptor() ([]byte, []int)deprecated
- func (x *PoolStatFs) GetAllocated() int64
- func (x *PoolStatFs) GetAvailable() int64
- func (x *PoolStatFs) GetDataCompressed() int64
- func (x *PoolStatFs) GetDataCompressedAllocated() int64
- func (x *PoolStatFs) GetDataCompressedOriginal() int64
- func (x *PoolStatFs) GetDataStored() int64
- func (x *PoolStatFs) GetInternalMetadata() int64
- func (x *PoolStatFs) GetInternallyReserved() int64
- func (x *PoolStatFs) GetOmapAllocated() int64
- func (x *PoolStatFs) GetOsd() int64
- func (x *PoolStatFs) GetPoolid() int64
- func (x *PoolStatFs) GetTotal() int64
- func (*PoolStatFs) ProtoMessage()
- func (x *PoolStatFs) ProtoReflect() protoreflect.Message
- func (x *PoolStatFs) Reset()
- func (x *PoolStatFs) String() string
- type PoolStats
- func (*PoolStats) Descriptor() ([]byte, []int)deprecated
- func (x *PoolStats) GetActing() int64
- func (x *PoolStats) GetLogSize() int64
- func (x *PoolStats) GetNumPg() int64
- func (x *PoolStats) GetNumStoreStats() int64
- func (x *PoolStats) GetOndiskLogSize() int64
- func (x *PoolStats) GetPoolid() int64
- func (x *PoolStats) GetStatSum() *PoolStats_PoolStats_StatSum
- func (x *PoolStats) GetStoreStats() *PoolStats_PoolStats_StoreStats
- func (x *PoolStats) GetUp() int64
- func (*PoolStats) ProtoMessage()
- func (x *PoolStats) ProtoReflect() protoreflect.Message
- func (x *PoolStats) Reset()
- func (x *PoolStats) String() string
- type PoolStats_PoolStats_StatSum
- func (*PoolStats_PoolStats_StatSum) Descriptor() ([]byte, []int)deprecated
- func (x *PoolStats_PoolStats_StatSum) GetNumBytes() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumBytesHitSetArchive() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumBytesRecovered() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumDeepScrubErrors() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumEvict() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumEvictKb() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumEvictModeFull() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumEvictModeSome() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumFlush() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumFlushKb() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumFlushModeHigh() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumFlushModeLow() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumKeysRecovered() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumLargeOmapObjects() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumLegacySnapsets() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumObjectClones() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumObjectCopies() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumObjects() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumObjectsDegraded() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumObjectsDirty() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumObjectsHitSetArchive() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumObjectsManifest() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumObjectsMisplaced() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumObjectsMissing() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumObjectsMissingOnPrimary() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumObjectsOmap() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumObjectsPinned() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumObjectsRecovered() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumObjectsRepaired() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumObjectsUnfound() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumOmapBytes() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumOmapKeys() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumPromote() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumRead() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumReadKb() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumScrubErrors() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumShallowScrubErrors() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumWhiteouts() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumWrite() int64
- func (x *PoolStats_PoolStats_StatSum) GetNumWriteKb() int64
- func (*PoolStats_PoolStats_StatSum) ProtoMessage()
- func (x *PoolStats_PoolStats_StatSum) ProtoReflect() protoreflect.Message
- func (x *PoolStats_PoolStats_StatSum) Reset()
- func (x *PoolStats_PoolStats_StatSum) String() string
- type PoolStats_PoolStats_StoreStats
- func (*PoolStats_PoolStats_StoreStats) Descriptor() ([]byte, []int)deprecated
- func (x *PoolStats_PoolStats_StoreStats) GetAllocated() int64
- func (x *PoolStats_PoolStats_StoreStats) GetAvailable() int64
- func (x *PoolStats_PoolStats_StoreStats) GetDataCompressed() int64
- func (x *PoolStats_PoolStats_StoreStats) GetDataCompressedAllocated() int64
- func (x *PoolStats_PoolStats_StoreStats) GetDataCompressedOriginal() int64
- func (x *PoolStats_PoolStats_StoreStats) GetDataStored() int64
- func (x *PoolStats_PoolStats_StoreStats) GetInternalMetadata() int64
- func (x *PoolStats_PoolStats_StoreStats) GetInternallyReserved() int64
- func (x *PoolStats_PoolStats_StoreStats) GetOmapAllocated() int64
- func (x *PoolStats_PoolStats_StoreStats) GetTotal() int64
- func (*PoolStats_PoolStats_StoreStats) ProtoMessage()
- func (x *PoolStats_PoolStats_StoreStats) ProtoReflect() protoreflect.Message
- func (x *PoolStats_PoolStats_StoreStats) Reset()
- func (x *PoolStats_PoolStats_StoreStats) String() string
- type PoolType
- type Role
- func (*Role) Descriptor() ([]byte, []int)deprecated
- func (x *Role) GetDescription() string
- func (x *Role) GetName() string
- func (x *Role) GetScopesPermissions() map[string]*structpb.ListValue
- func (*Role) ProtoMessage()
- func (x *Role) ProtoReflect() protoreflect.Message
- func (x *Role) Reset()
- func (x *Role) String() string
- type RolesResp
- type Rule
- func (*Rule) Descriptor() ([]byte, []int)deprecated
- func (x *Rule) GetMaxSize() int64
- func (x *Rule) GetMinSize() int64
- func (x *Rule) GetRuleId() int64
- func (x *Rule) GetRuleName() string
- func (x *Rule) GetRuleset() int64
- func (x *Rule) GetSteps() []*Step
- func (x *Rule) GetType() int64
- func (*Rule) ProtoMessage()
- func (x *Rule) ProtoReflect() protoreflect.Message
- func (x *Rule) Reset()
- func (x *Rule) String() string
- type StatusClient
- type StatusServer
- type Step
- type TokenCheckReq
- type TokenCheckResp
- func (*TokenCheckResp) Descriptor() ([]byte, []int)deprecated
- func (x *TokenCheckResp) GetPermissions() map[string]*structpb.ListValue
- func (x *TokenCheckResp) GetPwdExpirationDate() *timestamppb.Timestamp
- func (x *TokenCheckResp) GetPwdUpdateRequired() bool
- func (x *TokenCheckResp) GetSso() bool
- func (x *TokenCheckResp) GetUsername() string
- func (*TokenCheckResp) ProtoMessage()
- func (x *TokenCheckResp) ProtoReflect() protoreflect.Message
- func (x *TokenCheckResp) Reset()
- func (x *TokenCheckResp) String() string
- type UnimplementedAuthServer
- type UnimplementedClusterServer
- func (UnimplementedClusterServer) CreateUser(context.Context, *CreateClusterUserReq) (*emptypb.Empty, error)
- func (UnimplementedClusterServer) DeleteUser(context.Context, *DeleteClusterUserReq) (*emptypb.Empty, error)
- func (UnimplementedClusterServer) ExportUser(context.Context, *ExportClusterUserReq) (*ExportClusterUserResp, error)
- func (UnimplementedClusterServer) GetStatus(context.Context, *emptypb.Empty) (*ClusterStatus, error)
- func (UnimplementedClusterServer) GetUsers(context.Context, *emptypb.Empty) (*ClusterUsers, error)
- func (UnimplementedClusterServer) UpdateStatus(context.Context, *ClusterStatus) (*emptypb.Empty, error)
- func (UnimplementedClusterServer) UpdateUser(context.Context, *UpdateClusterUserReq) (*emptypb.Empty, error)
- type UnimplementedCrushRuleServer
- func (UnimplementedCrushRuleServer) CreateRule(context.Context, *CreateRuleRequest) (*emptypb.Empty, error)
- func (UnimplementedCrushRuleServer) DeleteRule(context.Context, *DeleteRuleRequest) (*emptypb.Empty, error)
- func (UnimplementedCrushRuleServer) GetRule(context.Context, *GetRuleRequest) (*Rule, error)
- func (UnimplementedCrushRuleServer) ListRules(context.Context, *emptypb.Empty) (*ListRulesResponse, error)
- type UnimplementedStatusServer
- func (UnimplementedStatusServer) GetCephMonDump(context.Context, *emptypb.Empty) (*CephMonDumpResponse, error)
- func (UnimplementedStatusServer) GetCephOsdDump(context.Context, *emptypb.Empty) (*GetCephOsdDumpResponse, error)
- func (UnimplementedStatusServer) GetCephPgDump(context.Context, *emptypb.Empty) (*GetCephPgDumpResponse, error)
- func (UnimplementedStatusServer) GetCephReport(context.Context, *emptypb.Empty) (*structpb.Struct, error)
- func (UnimplementedStatusServer) GetCephStatus(context.Context, *emptypb.Empty) (*GetCephStatusResponse, error)
- type UnimplementedUsersServer
- func (UnimplementedUsersServer) CloneRole(context.Context, *CloneRoleReq) (*emptypb.Empty, error)
- func (UnimplementedUsersServer) CreateRole(context.Context, *Role) (*emptypb.Empty, error)
- func (UnimplementedUsersServer) CreateUser(context.Context, *CreateUserReq) (*emptypb.Empty, error)
- func (UnimplementedUsersServer) DeleteRole(context.Context, *GetRoleReq) (*emptypb.Empty, error)
- func (UnimplementedUsersServer) DeleteUser(context.Context, *GetUserReq) (*emptypb.Empty, error)
- func (UnimplementedUsersServer) GetRole(context.Context, *GetRoleReq) (*Role, error)
- func (UnimplementedUsersServer) GetUser(context.Context, *GetUserReq) (*User, error)
- func (UnimplementedUsersServer) ListRoles(context.Context, *emptypb.Empty) (*RolesResp, error)
- func (UnimplementedUsersServer) ListUsers(context.Context, *emptypb.Empty) (*UsersResp, error)
- func (UnimplementedUsersServer) UpdateRole(context.Context, *Role) (*emptypb.Empty, error)
- func (UnimplementedUsersServer) UpdateUser(context.Context, *CreateUserReq) (*emptypb.Empty, error)
- func (UnimplementedUsersServer) UserChangePassword(context.Context, *UserChangePasswordReq) (*emptypb.Empty, error)
- type UnsafeAuthServer
- type UnsafeClusterServer
- type UnsafeCrushRuleServer
- type UnsafeStatusServer
- type UnsafeUsersServer
- type UpdateClusterUserReq
- func (*UpdateClusterUserReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateClusterUserReq) GetCapabilities() map[string]string
- func (x *UpdateClusterUserReq) GetUserEntity() string
- func (*UpdateClusterUserReq) ProtoMessage()
- func (x *UpdateClusterUserReq) ProtoReflect() protoreflect.Message
- func (x *UpdateClusterUserReq) Reset()
- func (x *UpdateClusterUserReq) String() string
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetEmail() string
- func (x *User) GetEnabled() bool
- func (x *User) GetLastUpdate() *timestamppb.Timestamp
- func (x *User) GetName() string
- func (x *User) GetPwdExpirationDate() *timestamppb.Timestamp
- func (x *User) GetPwdUpdateRequired() bool
- func (x *User) GetRoles() []string
- func (x *User) GetUsername() string
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- type UserChangePasswordReq
- func (*UserChangePasswordReq) Descriptor() ([]byte, []int)deprecated
- func (x *UserChangePasswordReq) GetNewPassword() string
- func (x *UserChangePasswordReq) GetOldPassword() string
- func (x *UserChangePasswordReq) GetUsername() string
- func (*UserChangePasswordReq) ProtoMessage()
- func (x *UserChangePasswordReq) ProtoReflect() protoreflect.Message
- func (x *UserChangePasswordReq) Reset()
- func (x *UserChangePasswordReq) String() string
- type UsersClient
- type UsersResp
- type UsersServer
Constants ¶
const ( Auth_Login_FullMethodName = "/ceph.Auth/Login" Auth_Logout_FullMethodName = "/ceph.Auth/Logout" Auth_Check_FullMethodName = "/ceph.Auth/Check" )
const ( Cluster_GetStatus_FullMethodName = "/ceph.Cluster/GetStatus" Cluster_UpdateStatus_FullMethodName = "/ceph.Cluster/UpdateStatus" Cluster_GetUsers_FullMethodName = "/ceph.Cluster/GetUsers" Cluster_UpdateUser_FullMethodName = "/ceph.Cluster/UpdateUser" Cluster_CreateUser_FullMethodName = "/ceph.Cluster/CreateUser" Cluster_ExportUser_FullMethodName = "/ceph.Cluster/ExportUser" Cluster_DeleteUser_FullMethodName = "/ceph.Cluster/DeleteUser" )
const ( CrushRule_CreateRule_FullMethodName = "/ceph.CrushRule/CreateRule" CrushRule_DeleteRule_FullMethodName = "/ceph.CrushRule/DeleteRule" CrushRule_GetRule_FullMethodName = "/ceph.CrushRule/GetRule" CrushRule_ListRules_FullMethodName = "/ceph.CrushRule/ListRules" )
const ( Status_GetCephStatus_FullMethodName = "/ceph.Status/GetCephStatus" Status_GetCephMonDump_FullMethodName = "/ceph.Status/GetCephMonDump" Status_GetCephOsdDump_FullMethodName = "/ceph.Status/GetCephOsdDump" Status_GetCephPgDump_FullMethodName = "/ceph.Status/GetCephPgDump" Status_GetCephReport_FullMethodName = "/ceph.Status/GetCephReport" )
const ( Users_ListUsers_FullMethodName = "/ceph.Users/ListUsers" Users_GetUser_FullMethodName = "/ceph.Users/GetUser" Users_CreateUser_FullMethodName = "/ceph.Users/CreateUser" Users_DeleteUser_FullMethodName = "/ceph.Users/DeleteUser" Users_UpdateUser_FullMethodName = "/ceph.Users/UpdateUser" Users_UserChangePassword_FullMethodName = "/ceph.Users/UserChangePassword" Users_ListRoles_FullMethodName = "/ceph.Users/ListRoles" Users_GetRole_FullMethodName = "/ceph.Users/GetRole" Users_CreateRole_FullMethodName = "/ceph.Users/CreateRole" Users_DeleteRole_FullMethodName = "/ceph.Users/DeleteRole" Users_UpdateRole_FullMethodName = "/ceph.Users/UpdateRole" Users_CloneRole_FullMethodName = "/ceph.Users/CloneRole" )
Variables ¶
var ( ClusterStatus_Status_name = map[int32]string{ 0: "INSTALLED", 1: "POST_INSTALLED", } ClusterStatus_Status_value = map[string]int32{ "INSTALLED": 0, "POST_INSTALLED": 1, } )
Enum value maps for ClusterStatus_Status.
var ( PoolType_name = map[int32]string{ 0: "replication", 1: "erasure", } PoolType_value = map[string]int32{ "replication": 0, "erasure": 1, } )
Enum value maps for PoolType.
var Auth_ServiceDesc = grpc.ServiceDesc{ ServiceName: "ceph.Auth", HandlerType: (*AuthServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Login", Handler: _Auth_Login_Handler, }, { MethodName: "Logout", Handler: _Auth_Logout_Handler, }, { MethodName: "Check", Handler: _Auth_Check_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "auth.proto", }
Auth_ServiceDesc is the grpc.ServiceDesc for Auth service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var Cluster_ServiceDesc = grpc.ServiceDesc{ ServiceName: "ceph.Cluster", HandlerType: (*ClusterServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetStatus", Handler: _Cluster_GetStatus_Handler, }, { MethodName: "UpdateStatus", Handler: _Cluster_UpdateStatus_Handler, }, { MethodName: "GetUsers", Handler: _Cluster_GetUsers_Handler, }, { MethodName: "UpdateUser", Handler: _Cluster_UpdateUser_Handler, }, { MethodName: "CreateUser", Handler: _Cluster_CreateUser_Handler, }, { MethodName: "ExportUser", Handler: _Cluster_ExportUser_Handler, }, { MethodName: "DeleteUser", Handler: _Cluster_DeleteUser_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "cluster.proto", }
Cluster_ServiceDesc is the grpc.ServiceDesc for Cluster service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var CrushRule_ServiceDesc = grpc.ServiceDesc{ ServiceName: "ceph.CrushRule", HandlerType: (*CrushRuleServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateRule", Handler: _CrushRule_CreateRule_Handler, }, { MethodName: "DeleteRule", Handler: _CrushRule_DeleteRule_Handler, }, { MethodName: "GetRule", Handler: _CrushRule_GetRule_Handler, }, { MethodName: "ListRules", Handler: _CrushRule_ListRules_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "crush_rule.proto", }
CrushRule_ServiceDesc is the grpc.ServiceDesc for CrushRule service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_auth_proto protoreflect.FileDescriptor
var File_cluster_proto protoreflect.FileDescriptor
var File_crush_rule_proto protoreflect.FileDescriptor
var File_status_proto protoreflect.FileDescriptor
var File_users_proto protoreflect.FileDescriptor
var Status_ServiceDesc = grpc.ServiceDesc{ ServiceName: "ceph.Status", HandlerType: (*StatusServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetCephStatus", Handler: _Status_GetCephStatus_Handler, }, { MethodName: "GetCephMonDump", Handler: _Status_GetCephMonDump_Handler, }, { MethodName: "GetCephOsdDump", Handler: _Status_GetCephOsdDump_Handler, }, { MethodName: "GetCephPgDump", Handler: _Status_GetCephPgDump_Handler, }, { MethodName: "GetCephReport", Handler: _Status_GetCephReport_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "status.proto", }
Status_ServiceDesc is the grpc.ServiceDesc for Status service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var Users_ServiceDesc = grpc.ServiceDesc{ ServiceName: "ceph.Users", HandlerType: (*UsersServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListUsers", Handler: _Users_ListUsers_Handler, }, { MethodName: "GetUser", Handler: _Users_GetUser_Handler, }, { MethodName: "CreateUser", Handler: _Users_CreateUser_Handler, }, { MethodName: "DeleteUser", Handler: _Users_DeleteUser_Handler, }, { MethodName: "UpdateUser", Handler: _Users_UpdateUser_Handler, }, { MethodName: "UserChangePassword", Handler: _Users_UserChangePassword_Handler, }, { MethodName: "ListRoles", Handler: _Users_ListRoles_Handler, }, { MethodName: "GetRole", Handler: _Users_GetRole_Handler, }, { MethodName: "CreateRole", Handler: _Users_CreateRole_Handler, }, { MethodName: "DeleteRole", Handler: _Users_DeleteRole_Handler, }, { MethodName: "UpdateRole", Handler: _Users_UpdateRole_Handler, }, { MethodName: "CloneRole", Handler: _Users_CloneRole_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "users.proto", }
Users_ServiceDesc is the grpc.ServiceDesc for Users service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterAuthHandler ¶
RegisterAuthHandler registers the http handlers for service Auth to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterAuthHandlerClient ¶
RegisterAuthHandlerClient registers the http handlers for service Auth to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AuthClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AuthClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AuthClient" to call the correct interceptors.
func RegisterAuthHandlerFromEndpoint ¶
func RegisterAuthHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterAuthHandlerFromEndpoint is same as RegisterAuthHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterAuthHandlerServer ¶
RegisterAuthHandlerServer registers the http handlers for service Auth to "mux". UnaryRPC :call AuthServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterAuthHandlerFromEndpoint instead.
func RegisterAuthServer ¶
func RegisterAuthServer(s grpc.ServiceRegistrar, srv AuthServer)
func RegisterClusterHandler ¶
func RegisterClusterHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterClusterHandler registers the http handlers for service Cluster to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterClusterHandlerClient ¶
func RegisterClusterHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ClusterClient) error
RegisterClusterHandlerClient registers the http handlers for service Cluster to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ClusterClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ClusterClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ClusterClient" to call the correct interceptors.
func RegisterClusterHandlerFromEndpoint ¶
func RegisterClusterHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterClusterHandlerFromEndpoint is same as RegisterClusterHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterClusterHandlerServer ¶
func RegisterClusterHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ClusterServer) error
RegisterClusterHandlerServer registers the http handlers for service Cluster to "mux". UnaryRPC :call ClusterServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterClusterHandlerFromEndpoint instead.
func RegisterClusterServer ¶
func RegisterClusterServer(s grpc.ServiceRegistrar, srv ClusterServer)
func RegisterCrushRuleHandler ¶
func RegisterCrushRuleHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterCrushRuleHandler registers the http handlers for service CrushRule to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterCrushRuleHandlerClient ¶
func RegisterCrushRuleHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CrushRuleClient) error
RegisterCrushRuleHandlerClient registers the http handlers for service CrushRule to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CrushRuleClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CrushRuleClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CrushRuleClient" to call the correct interceptors.
func RegisterCrushRuleHandlerFromEndpoint ¶
func RegisterCrushRuleHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterCrushRuleHandlerFromEndpoint is same as RegisterCrushRuleHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterCrushRuleHandlerServer ¶
func RegisterCrushRuleHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CrushRuleServer) error
RegisterCrushRuleHandlerServer registers the http handlers for service CrushRule to "mux". UnaryRPC :call CrushRuleServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterCrushRuleHandlerFromEndpoint instead.
func RegisterCrushRuleServer ¶
func RegisterCrushRuleServer(s grpc.ServiceRegistrar, srv CrushRuleServer)
func RegisterStatusHandler ¶
RegisterStatusHandler registers the http handlers for service Status to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterStatusHandlerClient ¶
func RegisterStatusHandlerClient(ctx context.Context, mux *runtime.ServeMux, client StatusClient) error
RegisterStatusHandlerClient registers the http handlers for service Status to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "StatusClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "StatusClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "StatusClient" to call the correct interceptors.
func RegisterStatusHandlerFromEndpoint ¶
func RegisterStatusHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterStatusHandlerFromEndpoint is same as RegisterStatusHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterStatusHandlerServer ¶
func RegisterStatusHandlerServer(ctx context.Context, mux *runtime.ServeMux, server StatusServer) error
RegisterStatusHandlerServer registers the http handlers for service Status to "mux". UnaryRPC :call StatusServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterStatusHandlerFromEndpoint instead.
func RegisterStatusServer ¶
func RegisterStatusServer(s grpc.ServiceRegistrar, srv StatusServer)
func RegisterUsersHandler ¶
RegisterUsersHandler registers the http handlers for service Users to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterUsersHandlerClient ¶
func RegisterUsersHandlerClient(ctx context.Context, mux *runtime.ServeMux, client UsersClient) error
RegisterUsersHandlerClient registers the http handlers for service Users to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "UsersClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "UsersClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "UsersClient" to call the correct interceptors.
func RegisterUsersHandlerFromEndpoint ¶
func RegisterUsersHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterUsersHandlerFromEndpoint is same as RegisterUsersHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterUsersHandlerServer ¶
func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, server UsersServer) error
RegisterUsersHandlerServer registers the http handlers for service Users to "mux". UnaryRPC :call UsersServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterUsersHandlerFromEndpoint instead.
func RegisterUsersServer ¶
func RegisterUsersServer(s grpc.ServiceRegistrar, srv UsersServer)
Types ¶
type AuthClient ¶
type AuthClient interface { Login(ctx context.Context, in *LoginReq, opts ...grpc.CallOption) (*LoginResp, error) Logout(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) Check(ctx context.Context, in *TokenCheckReq, opts ...grpc.CallOption) (*TokenCheckResp, error) }
AuthClient is the client API for Auth service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewAuthClient ¶
func NewAuthClient(cc grpc.ClientConnInterface) AuthClient
type AuthServer ¶
type AuthServer interface { Login(context.Context, *LoginReq) (*LoginResp, error) Logout(context.Context, *emptypb.Empty) (*emptypb.Empty, error) Check(context.Context, *TokenCheckReq) (*TokenCheckResp, error) }
AuthServer is the server API for Auth service. All implementations should embed UnimplementedAuthServer for forward compatibility.
type CephMonDumpAddrVec ¶
type CephMonDumpAddrVec struct { Addrvec []*CephMonDumpAddress `protobuf:"bytes,1,rep,name=addrvec,proto3" json:"addrvec,omitempty"` // contains filtered or unexported fields }
func (*CephMonDumpAddrVec) Descriptor
deprecated
func (*CephMonDumpAddrVec) Descriptor() ([]byte, []int)
Deprecated: Use CephMonDumpAddrVec.ProtoReflect.Descriptor instead.
func (*CephMonDumpAddrVec) GetAddrvec ¶
func (x *CephMonDumpAddrVec) GetAddrvec() []*CephMonDumpAddress
func (*CephMonDumpAddrVec) ProtoMessage ¶
func (*CephMonDumpAddrVec) ProtoMessage()
func (*CephMonDumpAddrVec) ProtoReflect ¶
func (x *CephMonDumpAddrVec) ProtoReflect() protoreflect.Message
func (*CephMonDumpAddrVec) Reset ¶
func (x *CephMonDumpAddrVec) Reset()
func (*CephMonDumpAddrVec) String ¶
func (x *CephMonDumpAddrVec) String() string
type CephMonDumpAddress ¶
type CephMonDumpAddress struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Addr string `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"` Nonce int32 `protobuf:"varint,3,opt,name=nonce,proto3" json:"nonce,omitempty"` // contains filtered or unexported fields }
func (*CephMonDumpAddress) Descriptor
deprecated
func (*CephMonDumpAddress) Descriptor() ([]byte, []int)
Deprecated: Use CephMonDumpAddress.ProtoReflect.Descriptor instead.
func (*CephMonDumpAddress) GetAddr ¶
func (x *CephMonDumpAddress) GetAddr() string
func (*CephMonDumpAddress) GetNonce ¶
func (x *CephMonDumpAddress) GetNonce() int32
func (*CephMonDumpAddress) GetType ¶
func (x *CephMonDumpAddress) GetType() string
func (*CephMonDumpAddress) ProtoMessage ¶
func (*CephMonDumpAddress) ProtoMessage()
func (*CephMonDumpAddress) ProtoReflect ¶
func (x *CephMonDumpAddress) ProtoReflect() protoreflect.Message
func (*CephMonDumpAddress) Reset ¶
func (x *CephMonDumpAddress) Reset()
func (*CephMonDumpAddress) String ¶
func (x *CephMonDumpAddress) String() string
type CephMonDumpFeatures ¶
type CephMonDumpFeatures struct { Persistent []string `protobuf:"bytes,1,rep,name=persistent,proto3" json:"persistent,omitempty"` Optional []string `protobuf:"bytes,2,rep,name=optional,proto3" json:"optional,omitempty"` // contains filtered or unexported fields }
func (*CephMonDumpFeatures) Descriptor
deprecated
func (*CephMonDumpFeatures) Descriptor() ([]byte, []int)
Deprecated: Use CephMonDumpFeatures.ProtoReflect.Descriptor instead.
func (*CephMonDumpFeatures) GetOptional ¶
func (x *CephMonDumpFeatures) GetOptional() []string
func (*CephMonDumpFeatures) GetPersistent ¶
func (x *CephMonDumpFeatures) GetPersistent() []string
func (*CephMonDumpFeatures) ProtoMessage ¶
func (*CephMonDumpFeatures) ProtoMessage()
func (*CephMonDumpFeatures) ProtoReflect ¶
func (x *CephMonDumpFeatures) ProtoReflect() protoreflect.Message
func (*CephMonDumpFeatures) Reset ¶
func (x *CephMonDumpFeatures) Reset()
func (*CephMonDumpFeatures) String ¶
func (x *CephMonDumpFeatures) String() string
type CephMonDumpMonInfo ¶
type CephMonDumpMonInfo struct { Rank int32 `protobuf:"varint,1,opt,name=rank,proto3" json:"rank,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` PublicAddrs *CephMonDumpAddrVec `protobuf:"bytes,3,opt,name=public_addrs,json=publicAddrs,proto3" json:"public_addrs,omitempty"` Addr string `protobuf:"bytes,4,opt,name=addr,proto3" json:"addr,omitempty"` PublicAddr string `protobuf:"bytes,5,opt,name=public_addr,json=publicAddr,proto3" json:"public_addr,omitempty"` Priority int32 `protobuf:"varint,6,opt,name=priority,proto3" json:"priority,omitempty"` Weight int32 `protobuf:"varint,7,opt,name=weight,proto3" json:"weight,omitempty"` CrushLocation string `protobuf:"bytes,8,opt,name=crush_location,json=crushLocation,proto3" json:"crush_location,omitempty"` // contains filtered or unexported fields }
func (*CephMonDumpMonInfo) Descriptor
deprecated
func (*CephMonDumpMonInfo) Descriptor() ([]byte, []int)
Deprecated: Use CephMonDumpMonInfo.ProtoReflect.Descriptor instead.
func (*CephMonDumpMonInfo) GetAddr ¶
func (x *CephMonDumpMonInfo) GetAddr() string
func (*CephMonDumpMonInfo) GetCrushLocation ¶
func (x *CephMonDumpMonInfo) GetCrushLocation() string
func (*CephMonDumpMonInfo) GetName ¶
func (x *CephMonDumpMonInfo) GetName() string
func (*CephMonDumpMonInfo) GetPriority ¶
func (x *CephMonDumpMonInfo) GetPriority() int32
func (*CephMonDumpMonInfo) GetPublicAddr ¶
func (x *CephMonDumpMonInfo) GetPublicAddr() string
func (*CephMonDumpMonInfo) GetPublicAddrs ¶
func (x *CephMonDumpMonInfo) GetPublicAddrs() *CephMonDumpAddrVec
func (*CephMonDumpMonInfo) GetRank ¶
func (x *CephMonDumpMonInfo) GetRank() int32
func (*CephMonDumpMonInfo) GetWeight ¶
func (x *CephMonDumpMonInfo) GetWeight() int32
func (*CephMonDumpMonInfo) ProtoMessage ¶
func (*CephMonDumpMonInfo) ProtoMessage()
func (*CephMonDumpMonInfo) ProtoReflect ¶
func (x *CephMonDumpMonInfo) ProtoReflect() protoreflect.Message
func (*CephMonDumpMonInfo) Reset ¶
func (x *CephMonDumpMonInfo) Reset()
func (*CephMonDumpMonInfo) String ¶
func (x *CephMonDumpMonInfo) String() string
type CephMonDumpResponse ¶
type CephMonDumpResponse struct { Epoch int32 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"` Fsid string `protobuf:"bytes,2,opt,name=fsid,proto3" json:"fsid,omitempty"` Modified *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=modified,proto3" json:"modified,omitempty"` Created *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created,proto3" json:"created,omitempty"` MinMonRelease int32 `protobuf:"varint,5,opt,name=min_mon_release,json=minMonRelease,proto3" json:"min_mon_release,omitempty"` MinMonReleaseName string `protobuf:"bytes,6,opt,name=min_mon_release_name,json=minMonReleaseName,proto3" json:"min_mon_release_name,omitempty"` ElectionStrategy int32 `protobuf:"varint,7,opt,name=election_strategy,json=electionStrategy,proto3" json:"election_strategy,omitempty"` DisallowedLeaders string `protobuf:"bytes,8,opt,name=disallowed_leaders,json=disallowedLeaders,proto3" json:"disallowed_leaders,omitempty"` StretchMode bool `protobuf:"varint,9,opt,name=stretch_mode,json=stretchMode,proto3" json:"stretch_mode,omitempty"` TiebreakerMon string `protobuf:"bytes,10,opt,name=tiebreaker_mon,json=tiebreakerMon,proto3" json:"tiebreaker_mon,omitempty"` RemovedRanks string `protobuf:"bytes,11,opt,name=removed_ranks,json=removedRanks,proto3" json:"removed_ranks,omitempty"` Features *CephMonDumpFeatures `protobuf:"bytes,12,opt,name=features,proto3" json:"features,omitempty"` Mons []*CephMonDumpMonInfo `protobuf:"bytes,13,rep,name=mons,proto3" json:"mons,omitempty"` Quorum []int32 `protobuf:"varint,14,rep,packed,name=quorum,proto3" json:"quorum,omitempty"` // contains filtered or unexported fields }
func (*CephMonDumpResponse) Descriptor
deprecated
func (*CephMonDumpResponse) Descriptor() ([]byte, []int)
Deprecated: Use CephMonDumpResponse.ProtoReflect.Descriptor instead.
func (*CephMonDumpResponse) GetCreated ¶
func (x *CephMonDumpResponse) GetCreated() *timestamppb.Timestamp
func (*CephMonDumpResponse) GetDisallowedLeaders ¶
func (x *CephMonDumpResponse) GetDisallowedLeaders() string
func (*CephMonDumpResponse) GetElectionStrategy ¶
func (x *CephMonDumpResponse) GetElectionStrategy() int32
func (*CephMonDumpResponse) GetEpoch ¶
func (x *CephMonDumpResponse) GetEpoch() int32
func (*CephMonDumpResponse) GetFeatures ¶
func (x *CephMonDumpResponse) GetFeatures() *CephMonDumpFeatures
func (*CephMonDumpResponse) GetFsid ¶
func (x *CephMonDumpResponse) GetFsid() string
func (*CephMonDumpResponse) GetMinMonRelease ¶
func (x *CephMonDumpResponse) GetMinMonRelease() int32
func (*CephMonDumpResponse) GetMinMonReleaseName ¶
func (x *CephMonDumpResponse) GetMinMonReleaseName() string
func (*CephMonDumpResponse) GetModified ¶
func (x *CephMonDumpResponse) GetModified() *timestamppb.Timestamp
func (*CephMonDumpResponse) GetMons ¶
func (x *CephMonDumpResponse) GetMons() []*CephMonDumpMonInfo
func (*CephMonDumpResponse) GetQuorum ¶
func (x *CephMonDumpResponse) GetQuorum() []int32
func (*CephMonDumpResponse) GetRemovedRanks ¶
func (x *CephMonDumpResponse) GetRemovedRanks() string
func (*CephMonDumpResponse) GetStretchMode ¶
func (x *CephMonDumpResponse) GetStretchMode() bool
func (*CephMonDumpResponse) GetTiebreakerMon ¶
func (x *CephMonDumpResponse) GetTiebreakerMon() string
func (*CephMonDumpResponse) ProtoMessage ¶
func (*CephMonDumpResponse) ProtoMessage()
func (*CephMonDumpResponse) ProtoReflect ¶
func (x *CephMonDumpResponse) ProtoReflect() protoreflect.Message
func (*CephMonDumpResponse) Reset ¶
func (x *CephMonDumpResponse) Reset()
func (*CephMonDumpResponse) String ¶
func (x *CephMonDumpResponse) String() string
type CephStatusFSMap ¶
type CephStatusFSMap struct { Epoch int32 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"` ByRank []*structpb.Value `protobuf:"bytes,2,rep,name=by_rank,json=byRank,proto3" json:"by_rank,omitempty"` UpStandby int32 `protobuf:"varint,3,opt,name=up_standby,json=upStandby,proto3" json:"up_standby,omitempty"` // contains filtered or unexported fields }
func (*CephStatusFSMap) Descriptor
deprecated
func (*CephStatusFSMap) Descriptor() ([]byte, []int)
Deprecated: Use CephStatusFSMap.ProtoReflect.Descriptor instead.
func (*CephStatusFSMap) GetByRank ¶
func (x *CephStatusFSMap) GetByRank() []*structpb.Value
func (*CephStatusFSMap) GetEpoch ¶
func (x *CephStatusFSMap) GetEpoch() int32
func (*CephStatusFSMap) GetUpStandby ¶
func (x *CephStatusFSMap) GetUpStandby() int32
func (*CephStatusFSMap) ProtoMessage ¶
func (*CephStatusFSMap) ProtoMessage()
func (*CephStatusFSMap) ProtoReflect ¶
func (x *CephStatusFSMap) ProtoReflect() protoreflect.Message
func (*CephStatusFSMap) Reset ¶
func (x *CephStatusFSMap) Reset()
func (*CephStatusFSMap) String ¶
func (x *CephStatusFSMap) String() string
type CephStatusHealth ¶
type CephStatusHealth struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Checks map[string]*structpb.Struct `` /* 153-byte string literal not displayed */ Mutes []*structpb.Value `protobuf:"bytes,3,rep,name=mutes,proto3" json:"mutes,omitempty"` // contains filtered or unexported fields }
func (*CephStatusHealth) Descriptor
deprecated
func (*CephStatusHealth) Descriptor() ([]byte, []int)
Deprecated: Use CephStatusHealth.ProtoReflect.Descriptor instead.
func (*CephStatusHealth) GetChecks ¶
func (x *CephStatusHealth) GetChecks() map[string]*structpb.Struct
func (*CephStatusHealth) GetMutes ¶
func (x *CephStatusHealth) GetMutes() []*structpb.Value
func (*CephStatusHealth) GetStatus ¶
func (x *CephStatusHealth) GetStatus() string
func (*CephStatusHealth) ProtoMessage ¶
func (*CephStatusHealth) ProtoMessage()
func (*CephStatusHealth) ProtoReflect ¶
func (x *CephStatusHealth) ProtoReflect() protoreflect.Message
func (*CephStatusHealth) Reset ¶
func (x *CephStatusHealth) Reset()
func (*CephStatusHealth) String ¶
func (x *CephStatusHealth) String() string
type CephStatusMgrMap ¶
type CephStatusMgrMap struct { Available bool `protobuf:"varint,1,opt,name=available,proto3" json:"available,omitempty"` NumStandbys int32 `protobuf:"varint,2,opt,name=num_standbys,json=numStandbys,proto3" json:"num_standbys,omitempty"` Modules []string `protobuf:"bytes,3,rep,name=modules,proto3" json:"modules,omitempty"` Services map[string]string `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CephStatusMgrMap) Descriptor
deprecated
func (*CephStatusMgrMap) Descriptor() ([]byte, []int)
Deprecated: Use CephStatusMgrMap.ProtoReflect.Descriptor instead.
func (*CephStatusMgrMap) GetAvailable ¶
func (x *CephStatusMgrMap) GetAvailable() bool
func (*CephStatusMgrMap) GetModules ¶
func (x *CephStatusMgrMap) GetModules() []string
func (*CephStatusMgrMap) GetNumStandbys ¶
func (x *CephStatusMgrMap) GetNumStandbys() int32
func (*CephStatusMgrMap) GetServices ¶
func (x *CephStatusMgrMap) GetServices() map[string]string
func (*CephStatusMgrMap) ProtoMessage ¶
func (*CephStatusMgrMap) ProtoMessage()
func (*CephStatusMgrMap) ProtoReflect ¶
func (x *CephStatusMgrMap) ProtoReflect() protoreflect.Message
func (*CephStatusMgrMap) Reset ¶
func (x *CephStatusMgrMap) Reset()
func (*CephStatusMgrMap) String ¶
func (x *CephStatusMgrMap) String() string
type CephStatusMonMap ¶
type CephStatusMonMap struct { Epoch int32 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"` MinMonReleaseName string `protobuf:"bytes,2,opt,name=min_mon_release_name,json=minMonReleaseName,proto3" json:"min_mon_release_name,omitempty"` NumMons int32 `protobuf:"varint,3,opt,name=num_mons,json=numMons,proto3" json:"num_mons,omitempty"` // contains filtered or unexported fields }
func (*CephStatusMonMap) Descriptor
deprecated
func (*CephStatusMonMap) Descriptor() ([]byte, []int)
Deprecated: Use CephStatusMonMap.ProtoReflect.Descriptor instead.
func (*CephStatusMonMap) GetEpoch ¶
func (x *CephStatusMonMap) GetEpoch() int32
func (*CephStatusMonMap) GetMinMonReleaseName ¶
func (x *CephStatusMonMap) GetMinMonReleaseName() string
func (*CephStatusMonMap) GetNumMons ¶
func (x *CephStatusMonMap) GetNumMons() int32
func (*CephStatusMonMap) ProtoMessage ¶
func (*CephStatusMonMap) ProtoMessage()
func (*CephStatusMonMap) ProtoReflect ¶
func (x *CephStatusMonMap) ProtoReflect() protoreflect.Message
func (*CephStatusMonMap) Reset ¶
func (x *CephStatusMonMap) Reset()
func (*CephStatusMonMap) String ¶
func (x *CephStatusMonMap) String() string
type CephStatusOSDMap ¶
type CephStatusOSDMap struct { Epoch int32 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"` NumOsds int32 `protobuf:"varint,2,opt,name=num_osds,json=numOsds,proto3" json:"num_osds,omitempty"` NumUpOsds int32 `protobuf:"varint,3,opt,name=num_up_osds,json=numUpOsds,proto3" json:"num_up_osds,omitempty"` OsdUpSince int64 `protobuf:"varint,4,opt,name=osd_up_since,json=osdUpSince,proto3" json:"osd_up_since,omitempty"` NumInOsds int32 `protobuf:"varint,5,opt,name=num_in_osds,json=numInOsds,proto3" json:"num_in_osds,omitempty"` OsdInSince int64 `protobuf:"varint,6,opt,name=osd_in_since,json=osdInSince,proto3" json:"osd_in_since,omitempty"` NumRemappedPgs int32 `protobuf:"varint,7,opt,name=num_remapped_pgs,json=numRemappedPgs,proto3" json:"num_remapped_pgs,omitempty"` // contains filtered or unexported fields }
func (*CephStatusOSDMap) Descriptor
deprecated
func (*CephStatusOSDMap) Descriptor() ([]byte, []int)
Deprecated: Use CephStatusOSDMap.ProtoReflect.Descriptor instead.
func (*CephStatusOSDMap) GetEpoch ¶
func (x *CephStatusOSDMap) GetEpoch() int32
func (*CephStatusOSDMap) GetNumInOsds ¶
func (x *CephStatusOSDMap) GetNumInOsds() int32
func (*CephStatusOSDMap) GetNumOsds ¶
func (x *CephStatusOSDMap) GetNumOsds() int32
func (*CephStatusOSDMap) GetNumRemappedPgs ¶
func (x *CephStatusOSDMap) GetNumRemappedPgs() int32
func (*CephStatusOSDMap) GetNumUpOsds ¶
func (x *CephStatusOSDMap) GetNumUpOsds() int32
func (*CephStatusOSDMap) GetOsdInSince ¶
func (x *CephStatusOSDMap) GetOsdInSince() int64
func (*CephStatusOSDMap) GetOsdUpSince ¶
func (x *CephStatusOSDMap) GetOsdUpSince() int64
func (*CephStatusOSDMap) ProtoMessage ¶
func (*CephStatusOSDMap) ProtoMessage()
func (*CephStatusOSDMap) ProtoReflect ¶
func (x *CephStatusOSDMap) ProtoReflect() protoreflect.Message
func (*CephStatusOSDMap) Reset ¶
func (x *CephStatusOSDMap) Reset()
func (*CephStatusOSDMap) String ¶
func (x *CephStatusOSDMap) String() string
type CephStatusPGMap ¶
type CephStatusPGMap struct { PgsByState []*CephStatusPGState `protobuf:"bytes,1,rep,name=pgs_by_state,json=pgsByState,proto3" json:"pgs_by_state,omitempty"` NumPgs int32 `protobuf:"varint,2,opt,name=num_pgs,json=numPgs,proto3" json:"num_pgs,omitempty"` NumPools int32 `protobuf:"varint,3,opt,name=num_pools,json=numPools,proto3" json:"num_pools,omitempty"` NumObjects int32 `protobuf:"varint,4,opt,name=num_objects,json=numObjects,proto3" json:"num_objects,omitempty"` DataBytes int64 `protobuf:"varint,5,opt,name=data_bytes,json=dataBytes,proto3" json:"data_bytes,omitempty"` BytesUsed int64 `protobuf:"varint,6,opt,name=bytes_used,json=bytesUsed,proto3" json:"bytes_used,omitempty"` BytesAvail int64 `protobuf:"varint,7,opt,name=bytes_avail,json=bytesAvail,proto3" json:"bytes_avail,omitempty"` BytesTotal int64 `protobuf:"varint,8,opt,name=bytes_total,json=bytesTotal,proto3" json:"bytes_total,omitempty"` // contains filtered or unexported fields }
func (*CephStatusPGMap) Descriptor
deprecated
func (*CephStatusPGMap) Descriptor() ([]byte, []int)
Deprecated: Use CephStatusPGMap.ProtoReflect.Descriptor instead.
func (*CephStatusPGMap) GetBytesAvail ¶
func (x *CephStatusPGMap) GetBytesAvail() int64
func (*CephStatusPGMap) GetBytesTotal ¶
func (x *CephStatusPGMap) GetBytesTotal() int64
func (*CephStatusPGMap) GetBytesUsed ¶
func (x *CephStatusPGMap) GetBytesUsed() int64
func (*CephStatusPGMap) GetDataBytes ¶
func (x *CephStatusPGMap) GetDataBytes() int64
func (*CephStatusPGMap) GetNumObjects ¶
func (x *CephStatusPGMap) GetNumObjects() int32
func (*CephStatusPGMap) GetNumPgs ¶
func (x *CephStatusPGMap) GetNumPgs() int32
func (*CephStatusPGMap) GetNumPools ¶
func (x *CephStatusPGMap) GetNumPools() int32
func (*CephStatusPGMap) GetPgsByState ¶
func (x *CephStatusPGMap) GetPgsByState() []*CephStatusPGState
func (*CephStatusPGMap) ProtoMessage ¶
func (*CephStatusPGMap) ProtoMessage()
func (*CephStatusPGMap) ProtoReflect ¶
func (x *CephStatusPGMap) ProtoReflect() protoreflect.Message
func (*CephStatusPGMap) Reset ¶
func (x *CephStatusPGMap) Reset()
func (*CephStatusPGMap) String ¶
func (x *CephStatusPGMap) String() string
type CephStatusPGState ¶
type CephStatusPGState struct { StateName string `protobuf:"bytes,1,opt,name=state_name,json=stateName,proto3" json:"state_name,omitempty"` Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*CephStatusPGState) Descriptor
deprecated
func (*CephStatusPGState) Descriptor() ([]byte, []int)
Deprecated: Use CephStatusPGState.ProtoReflect.Descriptor instead.
func (*CephStatusPGState) GetCount ¶
func (x *CephStatusPGState) GetCount() int32
func (*CephStatusPGState) GetStateName ¶
func (x *CephStatusPGState) GetStateName() string
func (*CephStatusPGState) ProtoMessage ¶
func (*CephStatusPGState) ProtoMessage()
func (*CephStatusPGState) ProtoReflect ¶
func (x *CephStatusPGState) ProtoReflect() protoreflect.Message
func (*CephStatusPGState) Reset ¶
func (x *CephStatusPGState) Reset()
func (*CephStatusPGState) String ¶
func (x *CephStatusPGState) String() string
type CephStatusService ¶
type CephStatusService struct { Daemons map[string]*structpb.Value `` /* 155-byte string literal not displayed */ Summary string `protobuf:"bytes,2,opt,name=summary,proto3" json:"summary,omitempty"` // contains filtered or unexported fields }
func (*CephStatusService) Descriptor
deprecated
func (*CephStatusService) Descriptor() ([]byte, []int)
Deprecated: Use CephStatusService.ProtoReflect.Descriptor instead.
func (*CephStatusService) GetDaemons ¶
func (x *CephStatusService) GetDaemons() map[string]*structpb.Value
func (*CephStatusService) GetSummary ¶
func (x *CephStatusService) GetSummary() string
func (*CephStatusService) ProtoMessage ¶
func (*CephStatusService) ProtoMessage()
func (*CephStatusService) ProtoReflect ¶
func (x *CephStatusService) ProtoReflect() protoreflect.Message
func (*CephStatusService) Reset ¶
func (x *CephStatusService) Reset()
func (*CephStatusService) String ¶
func (x *CephStatusService) String() string
type CephStatusServiceMap ¶
type CephStatusServiceMap struct { Epoch int32 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"` Modified string `protobuf:"bytes,2,opt,name=modified,proto3" json:"modified,omitempty"` Services map[string]*CephStatusService `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CephStatusServiceMap) Descriptor
deprecated
func (*CephStatusServiceMap) Descriptor() ([]byte, []int)
Deprecated: Use CephStatusServiceMap.ProtoReflect.Descriptor instead.
func (*CephStatusServiceMap) GetEpoch ¶
func (x *CephStatusServiceMap) GetEpoch() int32
func (*CephStatusServiceMap) GetModified ¶
func (x *CephStatusServiceMap) GetModified() string
func (*CephStatusServiceMap) GetServices ¶
func (x *CephStatusServiceMap) GetServices() map[string]*CephStatusService
func (*CephStatusServiceMap) ProtoMessage ¶
func (*CephStatusServiceMap) ProtoMessage()
func (*CephStatusServiceMap) ProtoReflect ¶
func (x *CephStatusServiceMap) ProtoReflect() protoreflect.Message
func (*CephStatusServiceMap) Reset ¶
func (x *CephStatusServiceMap) Reset()
func (*CephStatusServiceMap) String ¶
func (x *CephStatusServiceMap) String() string
type CloneRoleReq ¶
type CloneRoleReq struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` NewName string `protobuf:"bytes,2,opt,name=new_name,proto3" json:"new_name,omitempty"` // contains filtered or unexported fields }
func (*CloneRoleReq) Descriptor
deprecated
func (*CloneRoleReq) Descriptor() ([]byte, []int)
Deprecated: Use CloneRoleReq.ProtoReflect.Descriptor instead.
func (*CloneRoleReq) GetName ¶
func (x *CloneRoleReq) GetName() string
func (*CloneRoleReq) GetNewName ¶
func (x *CloneRoleReq) GetNewName() string
func (*CloneRoleReq) ProtoMessage ¶
func (*CloneRoleReq) ProtoMessage()
func (*CloneRoleReq) ProtoReflect ¶
func (x *CloneRoleReq) ProtoReflect() protoreflect.Message
func (*CloneRoleReq) Reset ¶
func (x *CloneRoleReq) Reset()
func (*CloneRoleReq) String ¶
func (x *CloneRoleReq) String() string
type ClusterClient ¶
type ClusterClient interface { // Get cluster status GetStatus(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ClusterStatus, error) // Update cluster status UpdateStatus(ctx context.Context, in *ClusterStatus, opts ...grpc.CallOption) (*emptypb.Empty, error) GetUsers(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ClusterUsers, error) UpdateUser(ctx context.Context, in *UpdateClusterUserReq, opts ...grpc.CallOption) (*emptypb.Empty, error) CreateUser(ctx context.Context, in *CreateClusterUserReq, opts ...grpc.CallOption) (*emptypb.Empty, error) ExportUser(ctx context.Context, in *ExportClusterUserReq, opts ...grpc.CallOption) (*ExportClusterUserResp, error) DeleteUser(ctx context.Context, in *DeleteClusterUserReq, opts ...grpc.CallOption) (*emptypb.Empty, error) }
ClusterClient is the client API for Cluster service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewClusterClient ¶
func NewClusterClient(cc grpc.ClientConnInterface) ClusterClient
type ClusterServer ¶
type ClusterServer interface { // Get cluster status GetStatus(context.Context, *emptypb.Empty) (*ClusterStatus, error) // Update cluster status UpdateStatus(context.Context, *ClusterStatus) (*emptypb.Empty, error) GetUsers(context.Context, *emptypb.Empty) (*ClusterUsers, error) UpdateUser(context.Context, *UpdateClusterUserReq) (*emptypb.Empty, error) CreateUser(context.Context, *CreateClusterUserReq) (*emptypb.Empty, error) ExportUser(context.Context, *ExportClusterUserReq) (*ExportClusterUserResp, error) DeleteUser(context.Context, *DeleteClusterUserReq) (*emptypb.Empty, error) }
ClusterServer is the server API for Cluster service. All implementations should embed UnimplementedClusterServer for forward compatibility.
type ClusterStatus ¶
type ClusterStatus struct { Status ClusterStatus_Status `protobuf:"varint,1,opt,name=status,proto3,enum=ceph.ClusterStatus_Status" json:"status,omitempty"` // contains filtered or unexported fields }
func (*ClusterStatus) Descriptor
deprecated
func (*ClusterStatus) Descriptor() ([]byte, []int)
Deprecated: Use ClusterStatus.ProtoReflect.Descriptor instead.
func (*ClusterStatus) GetStatus ¶
func (x *ClusterStatus) GetStatus() ClusterStatus_Status
func (*ClusterStatus) ProtoMessage ¶
func (*ClusterStatus) ProtoMessage()
func (*ClusterStatus) ProtoReflect ¶
func (x *ClusterStatus) ProtoReflect() protoreflect.Message
func (*ClusterStatus) Reset ¶
func (x *ClusterStatus) Reset()
func (*ClusterStatus) String ¶
func (x *ClusterStatus) String() string
type ClusterStatus_Status ¶
type ClusterStatus_Status int32
const ( ClusterStatus_INSTALLED ClusterStatus_Status = 0 ClusterStatus_POST_INSTALLED ClusterStatus_Status = 1 )
func (ClusterStatus_Status) Descriptor ¶
func (ClusterStatus_Status) Descriptor() protoreflect.EnumDescriptor
func (ClusterStatus_Status) Enum ¶
func (x ClusterStatus_Status) Enum() *ClusterStatus_Status
func (ClusterStatus_Status) EnumDescriptor
deprecated
func (ClusterStatus_Status) EnumDescriptor() ([]byte, []int)
Deprecated: Use ClusterStatus_Status.Descriptor instead.
func (ClusterStatus_Status) Number ¶
func (x ClusterStatus_Status) Number() protoreflect.EnumNumber
func (ClusterStatus_Status) String ¶
func (x ClusterStatus_Status) String() string
func (ClusterStatus_Status) Type ¶
func (ClusterStatus_Status) Type() protoreflect.EnumType
type ClusterUser ¶
type ClusterUser struct { // entity, e.g: "client.admin" Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // user capabilities, e.g: {"mon": "allow r","osd":"allow rw pool=liverpool"} Caps map[string]string `` /* 149-byte string literal not displayed */ // keyring Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*ClusterUser) Descriptor
deprecated
func (*ClusterUser) Descriptor() ([]byte, []int)
Deprecated: Use ClusterUser.ProtoReflect.Descriptor instead.
func (*ClusterUser) GetCaps ¶
func (x *ClusterUser) GetCaps() map[string]string
func (*ClusterUser) GetEntity ¶
func (x *ClusterUser) GetEntity() string
func (*ClusterUser) GetKey ¶
func (x *ClusterUser) GetKey() string
func (*ClusterUser) ProtoMessage ¶
func (*ClusterUser) ProtoMessage()
func (*ClusterUser) ProtoReflect ¶
func (x *ClusterUser) ProtoReflect() protoreflect.Message
func (*ClusterUser) Reset ¶
func (x *ClusterUser) Reset()
func (*ClusterUser) String ¶
func (x *ClusterUser) String() string
type ClusterUsers ¶
type ClusterUsers struct { Users []*ClusterUser `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"` // contains filtered or unexported fields }
func (*ClusterUsers) Descriptor
deprecated
func (*ClusterUsers) Descriptor() ([]byte, []int)
Deprecated: Use ClusterUsers.ProtoReflect.Descriptor instead.
func (*ClusterUsers) GetUsers ¶
func (x *ClusterUsers) GetUsers() []*ClusterUser
func (*ClusterUsers) ProtoMessage ¶
func (*ClusterUsers) ProtoMessage()
func (*ClusterUsers) ProtoReflect ¶
func (x *ClusterUsers) ProtoReflect() protoreflect.Message
func (*ClusterUsers) Reset ¶
func (x *ClusterUsers) Reset()
func (*ClusterUsers) String ¶
func (x *ClusterUsers) String() string
type CreateClusterUserReq ¶
type CreateClusterUserReq struct { // user capabilities, e.g: {"mon": "allow r","osd":"allow rw pool=liverpool"} Capabilities map[string]string `` /* 165-byte string literal not displayed */ // entity, e.g: "client.admin" UserEntity string `protobuf:"bytes,2,opt,name=user_entity,proto3" json:"user_entity,omitempty"` // keyring file format - if import_data is set then other fields ignored ImportData []byte `protobuf:"bytes,3,opt,name=import_data,proto3" json:"import_data,omitempty"` // contains filtered or unexported fields }
func (*CreateClusterUserReq) Descriptor
deprecated
func (*CreateClusterUserReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateClusterUserReq.ProtoReflect.Descriptor instead.
func (*CreateClusterUserReq) GetCapabilities ¶
func (x *CreateClusterUserReq) GetCapabilities() map[string]string
func (*CreateClusterUserReq) GetImportData ¶
func (x *CreateClusterUserReq) GetImportData() []byte
func (*CreateClusterUserReq) GetUserEntity ¶
func (x *CreateClusterUserReq) GetUserEntity() string
func (*CreateClusterUserReq) ProtoMessage ¶
func (*CreateClusterUserReq) ProtoMessage()
func (*CreateClusterUserReq) ProtoReflect ¶
func (x *CreateClusterUserReq) ProtoReflect() protoreflect.Message
func (*CreateClusterUserReq) Reset ¶
func (x *CreateClusterUserReq) Reset()
func (*CreateClusterUserReq) String ¶
func (x *CreateClusterUserReq) String() string
type CreateRuleRequest ¶
type CreateRuleRequest struct { DeviceClass *string `protobuf:"bytes,1,opt,name=device_class,json=deviceClass,proto3,oneof" json:"device_class,omitempty"` FailureDomain string `protobuf:"bytes,2,opt,name=failure_domain,json=failureDomain,proto3" json:"failure_domain,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` PoolType PoolType `protobuf:"varint,4,opt,name=pool_type,json=poolType,proto3,enum=ceph.PoolType" json:"pool_type,omitempty"` Profile *string `protobuf:"bytes,5,opt,name=profile,proto3,oneof" json:"profile,omitempty"` Root *string `protobuf:"bytes,6,opt,name=root,proto3,oneof" json:"root,omitempty"` // contains filtered or unexported fields }
CREATE RULE
func (*CreateRuleRequest) Descriptor
deprecated
func (*CreateRuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRuleRequest.ProtoReflect.Descriptor instead.
func (*CreateRuleRequest) GetDeviceClass ¶
func (x *CreateRuleRequest) GetDeviceClass() string
func (*CreateRuleRequest) GetFailureDomain ¶
func (x *CreateRuleRequest) GetFailureDomain() string
func (*CreateRuleRequest) GetName ¶
func (x *CreateRuleRequest) GetName() string
func (*CreateRuleRequest) GetPoolType ¶
func (x *CreateRuleRequest) GetPoolType() PoolType
func (*CreateRuleRequest) GetProfile ¶
func (x *CreateRuleRequest) GetProfile() string
func (*CreateRuleRequest) GetRoot ¶
func (x *CreateRuleRequest) GetRoot() string
func (*CreateRuleRequest) ProtoMessage ¶
func (*CreateRuleRequest) ProtoMessage()
func (*CreateRuleRequest) ProtoReflect ¶
func (x *CreateRuleRequest) ProtoReflect() protoreflect.Message
func (*CreateRuleRequest) Reset ¶
func (x *CreateRuleRequest) Reset()
func (*CreateRuleRequest) String ¶
func (x *CreateRuleRequest) String() string
type CreateUserReq ¶
type CreateUserReq struct { Email *string `protobuf:"bytes,1,opt,name=email,proto3,oneof" json:"email,omitempty"` Enabled bool `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"` Name *string `protobuf:"bytes,3,opt,name=name,proto3,oneof" json:"name,omitempty"` Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"` PwdExpirationDate *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=pwd_expiration_date,json=pwdExpirationDate,proto3,oneof" json:"pwd_expiration_date,omitempty"` PwdUpdateRequired bool `protobuf:"varint,6,opt,name=pwd_update_required,json=pwdUpdateRequired,proto3" json:"pwd_update_required,omitempty"` Roles []string `protobuf:"bytes,7,rep,name=roles,proto3" json:"roles,omitempty"` Username string `protobuf:"bytes,8,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*CreateUserReq) Descriptor
deprecated
func (*CreateUserReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserReq.ProtoReflect.Descriptor instead.
func (*CreateUserReq) GetEmail ¶
func (x *CreateUserReq) GetEmail() string
func (*CreateUserReq) GetEnabled ¶
func (x *CreateUserReq) GetEnabled() bool
func (*CreateUserReq) GetName ¶
func (x *CreateUserReq) GetName() string
func (*CreateUserReq) GetPassword ¶
func (x *CreateUserReq) GetPassword() string
func (*CreateUserReq) GetPwdExpirationDate ¶
func (x *CreateUserReq) GetPwdExpirationDate() *timestamppb.Timestamp
func (*CreateUserReq) GetPwdUpdateRequired ¶
func (x *CreateUserReq) GetPwdUpdateRequired() bool
func (*CreateUserReq) GetRoles ¶
func (x *CreateUserReq) GetRoles() []string
func (*CreateUserReq) GetUsername ¶
func (x *CreateUserReq) GetUsername() string
func (*CreateUserReq) ProtoMessage ¶
func (*CreateUserReq) ProtoMessage()
func (*CreateUserReq) ProtoReflect ¶
func (x *CreateUserReq) ProtoReflect() protoreflect.Message
func (*CreateUserReq) Reset ¶
func (x *CreateUserReq) Reset()
func (*CreateUserReq) String ¶
func (x *CreateUserReq) String() string
type CrushRuleClient ¶
type CrushRuleClient interface { CreateRule(ctx context.Context, in *CreateRuleRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) DeleteRule(ctx context.Context, in *DeleteRuleRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) GetRule(ctx context.Context, in *GetRuleRequest, opts ...grpc.CallOption) (*Rule, error) ListRules(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ListRulesResponse, error) }
CrushRuleClient is the client API for CrushRule service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewCrushRuleClient ¶
func NewCrushRuleClient(cc grpc.ClientConnInterface) CrushRuleClient
type CrushRuleServer ¶
type CrushRuleServer interface { CreateRule(context.Context, *CreateRuleRequest) (*emptypb.Empty, error) DeleteRule(context.Context, *DeleteRuleRequest) (*emptypb.Empty, error) GetRule(context.Context, *GetRuleRequest) (*Rule, error) ListRules(context.Context, *emptypb.Empty) (*ListRulesResponse, error) }
CrushRuleServer is the server API for CrushRule service. All implementations should embed UnimplementedCrushRuleServer for forward compatibility.
type DeleteClusterUserReq ¶
type DeleteClusterUserReq struct { UserEntity string `protobuf:"bytes,1,opt,name=user_entity,proto3" json:"user_entity,omitempty"` // contains filtered or unexported fields }
func (*DeleteClusterUserReq) Descriptor
deprecated
func (*DeleteClusterUserReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteClusterUserReq.ProtoReflect.Descriptor instead.
func (*DeleteClusterUserReq) GetUserEntity ¶
func (x *DeleteClusterUserReq) GetUserEntity() string
func (*DeleteClusterUserReq) ProtoMessage ¶
func (*DeleteClusterUserReq) ProtoMessage()
func (*DeleteClusterUserReq) ProtoReflect ¶
func (x *DeleteClusterUserReq) ProtoReflect() protoreflect.Message
func (*DeleteClusterUserReq) Reset ¶
func (x *DeleteClusterUserReq) Reset()
func (*DeleteClusterUserReq) String ¶
func (x *DeleteClusterUserReq) String() string
type DeleteRuleRequest ¶
type DeleteRuleRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
DELETE RULE
func (*DeleteRuleRequest) Descriptor
deprecated
func (*DeleteRuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRuleRequest.ProtoReflect.Descriptor instead.
func (*DeleteRuleRequest) GetName ¶
func (x *DeleteRuleRequest) GetName() string
func (*DeleteRuleRequest) ProtoMessage ¶
func (*DeleteRuleRequest) ProtoMessage()
func (*DeleteRuleRequest) ProtoReflect ¶
func (x *DeleteRuleRequest) ProtoReflect() protoreflect.Message
func (*DeleteRuleRequest) Reset ¶
func (x *DeleteRuleRequest) Reset()
func (*DeleteRuleRequest) String ¶
func (x *DeleteRuleRequest) String() string
type ExportClusterUserReq ¶
type ExportClusterUserReq struct { Entities []string `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"` // contains filtered or unexported fields }
func (*ExportClusterUserReq) Descriptor
deprecated
func (*ExportClusterUserReq) Descriptor() ([]byte, []int)
Deprecated: Use ExportClusterUserReq.ProtoReflect.Descriptor instead.
func (*ExportClusterUserReq) GetEntities ¶
func (x *ExportClusterUserReq) GetEntities() []string
func (*ExportClusterUserReq) ProtoMessage ¶
func (*ExportClusterUserReq) ProtoMessage()
func (*ExportClusterUserReq) ProtoReflect ¶
func (x *ExportClusterUserReq) ProtoReflect() protoreflect.Message
func (*ExportClusterUserReq) Reset ¶
func (x *ExportClusterUserReq) Reset()
func (*ExportClusterUserReq) String ¶
func (x *ExportClusterUserReq) String() string
type ExportClusterUserResp ¶
type ExportClusterUserResp struct { // User key and capabilities in Ceph config file format Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ExportClusterUserResp) Descriptor
deprecated
func (*ExportClusterUserResp) Descriptor() ([]byte, []int)
Deprecated: Use ExportClusterUserResp.ProtoReflect.Descriptor instead.
func (*ExportClusterUserResp) GetData ¶
func (x *ExportClusterUserResp) GetData() []byte
func (*ExportClusterUserResp) ProtoMessage ¶
func (*ExportClusterUserResp) ProtoMessage()
func (*ExportClusterUserResp) ProtoReflect ¶
func (x *ExportClusterUserResp) ProtoReflect() protoreflect.Message
func (*ExportClusterUserResp) Reset ¶
func (x *ExportClusterUserResp) Reset()
func (*ExportClusterUserResp) String ¶
func (x *ExportClusterUserResp) String() string
type GetCephOsdDumpResponse ¶
type GetCephOsdDumpResponse struct { Epoch int32 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"` Fsid string `protobuf:"bytes,2,opt,name=fsid,proto3" json:"fsid,omitempty"` Created *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created,proto3" json:"created,omitempty"` Modified *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=modified,proto3" json:"modified,omitempty"` LastUpChange *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=last_up_change,json=lastUpChange,proto3" json:"last_up_change,omitempty"` LastInChange *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=last_in_change,json=lastInChange,proto3" json:"last_in_change,omitempty"` Flags string `protobuf:"bytes,7,opt,name=flags,proto3" json:"flags,omitempty"` FlagsNum int32 `protobuf:"varint,8,opt,name=flags_num,json=flagsNum,proto3" json:"flags_num,omitempty"` FlagsSet []string `protobuf:"bytes,9,rep,name=flags_set,json=flagsSet,proto3" json:"flags_set,omitempty"` CrushVersion int32 `protobuf:"varint,10,opt,name=crush_version,json=crushVersion,proto3" json:"crush_version,omitempty"` FullRatio float64 `protobuf:"fixed64,11,opt,name=full_ratio,json=fullRatio,proto3" json:"full_ratio,omitempty"` BackfillfullRatio float64 `protobuf:"fixed64,12,opt,name=backfillfull_ratio,json=backfillfullRatio,proto3" json:"backfillfull_ratio,omitempty"` NearfullRatio float64 `protobuf:"fixed64,13,opt,name=nearfull_ratio,json=nearfullRatio,proto3" json:"nearfull_ratio,omitempty"` ClusterSnapshot string `protobuf:"bytes,14,opt,name=cluster_snapshot,json=clusterSnapshot,proto3" json:"cluster_snapshot,omitempty"` PoolMax int32 `protobuf:"varint,15,opt,name=pool_max,json=poolMax,proto3" json:"pool_max,omitempty"` MaxOsd int32 `protobuf:"varint,16,opt,name=max_osd,json=maxOsd,proto3" json:"max_osd,omitempty"` RequireMinCompatClient string `` /* 132-byte string literal not displayed */ MinCompatClient string `protobuf:"bytes,18,opt,name=min_compat_client,json=minCompatClient,proto3" json:"min_compat_client,omitempty"` RequireOsdRelease string `protobuf:"bytes,19,opt,name=require_osd_release,json=requireOsdRelease,proto3" json:"require_osd_release,omitempty"` AllowCrimson bool `protobuf:"varint,20,opt,name=allow_crimson,json=allowCrimson,proto3" json:"allow_crimson,omitempty"` Pools []*OsdDumpPool `protobuf:"bytes,21,rep,name=pools,proto3" json:"pools,omitempty"` Osds []*OsdDumpOsdInfo `protobuf:"bytes,22,rep,name=osds,proto3" json:"osds,omitempty"` OsdXinfo []*OsdDumpOsdXInfo `protobuf:"bytes,23,rep,name=osd_xinfo,json=osdXinfo,proto3" json:"osd_xinfo,omitempty"` PgUpmap []*structpb.Value `protobuf:"bytes,24,rep,name=pg_upmap,json=pgUpmap,proto3" json:"pg_upmap,omitempty"` PgUpmapItems []*structpb.Value `protobuf:"bytes,25,rep,name=pg_upmap_items,json=pgUpmapItems,proto3" json:"pg_upmap_items,omitempty"` PgUpmapPrimaries []*structpb.Value `protobuf:"bytes,26,rep,name=pg_upmap_primaries,json=pgUpmapPrimaries,proto3" json:"pg_upmap_primaries,omitempty"` PgTemp []*structpb.Value `protobuf:"bytes,27,rep,name=pg_temp,json=pgTemp,proto3" json:"pg_temp,omitempty"` PrimaryTemp []*structpb.Value `protobuf:"bytes,28,rep,name=primary_temp,json=primaryTemp,proto3" json:"primary_temp,omitempty"` Blocklist map[string]*timestamppb.Timestamp `` /* 160-byte string literal not displayed */ RangeBlocklist *structpb.Struct `protobuf:"bytes,30,opt,name=range_blocklist,json=rangeBlocklist,proto3" json:"range_blocklist,omitempty"` ErasureCodeProfiles map[string]*OsdDumpErasureCodeProfile `` /* 209-byte string literal not displayed */ RemovedSnapsQueue []*structpb.Value `protobuf:"bytes,32,rep,name=removed_snaps_queue,json=removedSnapsQueue,proto3" json:"removed_snaps_queue,omitempty"` NewRemovedSnaps []*structpb.Value `protobuf:"bytes,33,rep,name=new_removed_snaps,json=newRemovedSnaps,proto3" json:"new_removed_snaps,omitempty"` NewPurgedSnaps []*structpb.Value `protobuf:"bytes,34,rep,name=new_purged_snaps,json=newPurgedSnaps,proto3" json:"new_purged_snaps,omitempty"` CrushNodeFlags *structpb.Struct `protobuf:"bytes,35,opt,name=crush_node_flags,json=crushNodeFlags,proto3" json:"crush_node_flags,omitempty"` DeviceClassFlags *structpb.Struct `protobuf:"bytes,36,opt,name=device_class_flags,json=deviceClassFlags,proto3" json:"device_class_flags,omitempty"` StretchMode *OsdDumpStretchMode `protobuf:"bytes,37,opt,name=stretch_mode,json=stretchMode,proto3" json:"stretch_mode,omitempty"` // contains filtered or unexported fields }
func (*GetCephOsdDumpResponse) Descriptor
deprecated
func (*GetCephOsdDumpResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCephOsdDumpResponse.ProtoReflect.Descriptor instead.
func (*GetCephOsdDumpResponse) GetAllowCrimson ¶
func (x *GetCephOsdDumpResponse) GetAllowCrimson() bool
func (*GetCephOsdDumpResponse) GetBackfillfullRatio ¶
func (x *GetCephOsdDumpResponse) GetBackfillfullRatio() float64
func (*GetCephOsdDumpResponse) GetBlocklist ¶
func (x *GetCephOsdDumpResponse) GetBlocklist() map[string]*timestamppb.Timestamp
func (*GetCephOsdDumpResponse) GetClusterSnapshot ¶
func (x *GetCephOsdDumpResponse) GetClusterSnapshot() string
func (*GetCephOsdDumpResponse) GetCreated ¶
func (x *GetCephOsdDumpResponse) GetCreated() *timestamppb.Timestamp
func (*GetCephOsdDumpResponse) GetCrushNodeFlags ¶
func (x *GetCephOsdDumpResponse) GetCrushNodeFlags() *structpb.Struct
func (*GetCephOsdDumpResponse) GetCrushVersion ¶
func (x *GetCephOsdDumpResponse) GetCrushVersion() int32
func (*GetCephOsdDumpResponse) GetDeviceClassFlags ¶
func (x *GetCephOsdDumpResponse) GetDeviceClassFlags() *structpb.Struct
func (*GetCephOsdDumpResponse) GetEpoch ¶
func (x *GetCephOsdDumpResponse) GetEpoch() int32
func (*GetCephOsdDumpResponse) GetErasureCodeProfiles ¶
func (x *GetCephOsdDumpResponse) GetErasureCodeProfiles() map[string]*OsdDumpErasureCodeProfile
func (*GetCephOsdDumpResponse) GetFlags ¶
func (x *GetCephOsdDumpResponse) GetFlags() string
func (*GetCephOsdDumpResponse) GetFlagsNum ¶
func (x *GetCephOsdDumpResponse) GetFlagsNum() int32
func (*GetCephOsdDumpResponse) GetFlagsSet ¶
func (x *GetCephOsdDumpResponse) GetFlagsSet() []string
func (*GetCephOsdDumpResponse) GetFsid ¶
func (x *GetCephOsdDumpResponse) GetFsid() string
func (*GetCephOsdDumpResponse) GetFullRatio ¶
func (x *GetCephOsdDumpResponse) GetFullRatio() float64
func (*GetCephOsdDumpResponse) GetLastInChange ¶
func (x *GetCephOsdDumpResponse) GetLastInChange() *timestamppb.Timestamp
func (*GetCephOsdDumpResponse) GetLastUpChange ¶
func (x *GetCephOsdDumpResponse) GetLastUpChange() *timestamppb.Timestamp
func (*GetCephOsdDumpResponse) GetMaxOsd ¶
func (x *GetCephOsdDumpResponse) GetMaxOsd() int32
func (*GetCephOsdDumpResponse) GetMinCompatClient ¶
func (x *GetCephOsdDumpResponse) GetMinCompatClient() string
func (*GetCephOsdDumpResponse) GetModified ¶
func (x *GetCephOsdDumpResponse) GetModified() *timestamppb.Timestamp
func (*GetCephOsdDumpResponse) GetNearfullRatio ¶
func (x *GetCephOsdDumpResponse) GetNearfullRatio() float64
func (*GetCephOsdDumpResponse) GetNewPurgedSnaps ¶
func (x *GetCephOsdDumpResponse) GetNewPurgedSnaps() []*structpb.Value
func (*GetCephOsdDumpResponse) GetNewRemovedSnaps ¶
func (x *GetCephOsdDumpResponse) GetNewRemovedSnaps() []*structpb.Value
func (*GetCephOsdDumpResponse) GetOsdXinfo ¶
func (x *GetCephOsdDumpResponse) GetOsdXinfo() []*OsdDumpOsdXInfo
func (*GetCephOsdDumpResponse) GetOsds ¶
func (x *GetCephOsdDumpResponse) GetOsds() []*OsdDumpOsdInfo
func (*GetCephOsdDumpResponse) GetPgTemp ¶
func (x *GetCephOsdDumpResponse) GetPgTemp() []*structpb.Value
func (*GetCephOsdDumpResponse) GetPgUpmap ¶
func (x *GetCephOsdDumpResponse) GetPgUpmap() []*structpb.Value
func (*GetCephOsdDumpResponse) GetPgUpmapItems ¶
func (x *GetCephOsdDumpResponse) GetPgUpmapItems() []*structpb.Value
func (*GetCephOsdDumpResponse) GetPgUpmapPrimaries ¶
func (x *GetCephOsdDumpResponse) GetPgUpmapPrimaries() []*structpb.Value
func (*GetCephOsdDumpResponse) GetPoolMax ¶
func (x *GetCephOsdDumpResponse) GetPoolMax() int32
func (*GetCephOsdDumpResponse) GetPools ¶
func (x *GetCephOsdDumpResponse) GetPools() []*OsdDumpPool
func (*GetCephOsdDumpResponse) GetPrimaryTemp ¶
func (x *GetCephOsdDumpResponse) GetPrimaryTemp() []*structpb.Value
func (*GetCephOsdDumpResponse) GetRangeBlocklist ¶
func (x *GetCephOsdDumpResponse) GetRangeBlocklist() *structpb.Struct
func (*GetCephOsdDumpResponse) GetRemovedSnapsQueue ¶
func (x *GetCephOsdDumpResponse) GetRemovedSnapsQueue() []*structpb.Value
func (*GetCephOsdDumpResponse) GetRequireMinCompatClient ¶
func (x *GetCephOsdDumpResponse) GetRequireMinCompatClient() string
func (*GetCephOsdDumpResponse) GetRequireOsdRelease ¶
func (x *GetCephOsdDumpResponse) GetRequireOsdRelease() string
func (*GetCephOsdDumpResponse) GetStretchMode ¶
func (x *GetCephOsdDumpResponse) GetStretchMode() *OsdDumpStretchMode
func (*GetCephOsdDumpResponse) ProtoMessage ¶
func (*GetCephOsdDumpResponse) ProtoMessage()
func (*GetCephOsdDumpResponse) ProtoReflect ¶
func (x *GetCephOsdDumpResponse) ProtoReflect() protoreflect.Message
func (*GetCephOsdDumpResponse) Reset ¶
func (x *GetCephOsdDumpResponse) Reset()
func (*GetCephOsdDumpResponse) String ¶
func (x *GetCephOsdDumpResponse) String() string
type GetCephPgDumpResponse ¶
type GetCephPgDumpResponse struct { PgReady bool `protobuf:"varint,1,opt,name=pg_ready,json=pgReady,proto3" json:"pg_ready,omitempty"` PgMap *PGMap `protobuf:"bytes,2,opt,name=pg_map,json=pgMap,proto3" json:"pg_map,omitempty"` // contains filtered or unexported fields }
PG DUMP
func (*GetCephPgDumpResponse) Descriptor
deprecated
func (*GetCephPgDumpResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCephPgDumpResponse.ProtoReflect.Descriptor instead.
func (*GetCephPgDumpResponse) GetPgMap ¶
func (x *GetCephPgDumpResponse) GetPgMap() *PGMap
func (*GetCephPgDumpResponse) GetPgReady ¶
func (x *GetCephPgDumpResponse) GetPgReady() bool
func (*GetCephPgDumpResponse) ProtoMessage ¶
func (*GetCephPgDumpResponse) ProtoMessage()
func (*GetCephPgDumpResponse) ProtoReflect ¶
func (x *GetCephPgDumpResponse) ProtoReflect() protoreflect.Message
func (*GetCephPgDumpResponse) Reset ¶
func (x *GetCephPgDumpResponse) Reset()
func (*GetCephPgDumpResponse) String ¶
func (x *GetCephPgDumpResponse) String() string
type GetCephStatusResponse ¶
type GetCephStatusResponse struct { Fsid string `protobuf:"bytes,1,opt,name=fsid,proto3" json:"fsid,omitempty"` Health *CephStatusHealth `protobuf:"bytes,2,opt,name=health,proto3" json:"health,omitempty"` ElectionEpoch int32 `protobuf:"varint,3,opt,name=election_epoch,json=electionEpoch,proto3" json:"election_epoch,omitempty"` Quorum []int32 `protobuf:"varint,4,rep,packed,name=quorum,proto3" json:"quorum,omitempty"` QuorumNames []string `protobuf:"bytes,5,rep,name=quorum_names,json=quorumNames,proto3" json:"quorum_names,omitempty"` QuorumAge int32 `protobuf:"varint,6,opt,name=quorum_age,json=quorumAge,proto3" json:"quorum_age,omitempty"` Monmap *CephStatusMonMap `protobuf:"bytes,7,opt,name=monmap,proto3" json:"monmap,omitempty"` Osdmap *CephStatusOSDMap `protobuf:"bytes,8,opt,name=osdmap,proto3" json:"osdmap,omitempty"` Pgmap *CephStatusPGMap `protobuf:"bytes,9,opt,name=pgmap,proto3" json:"pgmap,omitempty"` Fsmap *CephStatusFSMap `protobuf:"bytes,10,opt,name=fsmap,proto3" json:"fsmap,omitempty"` Mgrmap *CephStatusMgrMap `protobuf:"bytes,11,opt,name=mgrmap,proto3" json:"mgrmap,omitempty"` Servicemap *CephStatusServiceMap `protobuf:"bytes,12,opt,name=servicemap,proto3" json:"servicemap,omitempty"` ProgressEvents *structpb.Struct `protobuf:"bytes,13,opt,name=progress_events,json=progressEvents,proto3" json:"progress_events,omitempty"` // contains filtered or unexported fields }
func (*GetCephStatusResponse) Descriptor
deprecated
func (*GetCephStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCephStatusResponse.ProtoReflect.Descriptor instead.
func (*GetCephStatusResponse) GetElectionEpoch ¶
func (x *GetCephStatusResponse) GetElectionEpoch() int32
func (*GetCephStatusResponse) GetFsid ¶
func (x *GetCephStatusResponse) GetFsid() string
func (*GetCephStatusResponse) GetFsmap ¶
func (x *GetCephStatusResponse) GetFsmap() *CephStatusFSMap
func (*GetCephStatusResponse) GetHealth ¶
func (x *GetCephStatusResponse) GetHealth() *CephStatusHealth
func (*GetCephStatusResponse) GetMgrmap ¶
func (x *GetCephStatusResponse) GetMgrmap() *CephStatusMgrMap
func (*GetCephStatusResponse) GetMonmap ¶
func (x *GetCephStatusResponse) GetMonmap() *CephStatusMonMap
func (*GetCephStatusResponse) GetOsdmap ¶
func (x *GetCephStatusResponse) GetOsdmap() *CephStatusOSDMap
func (*GetCephStatusResponse) GetPgmap ¶
func (x *GetCephStatusResponse) GetPgmap() *CephStatusPGMap
func (*GetCephStatusResponse) GetProgressEvents ¶
func (x *GetCephStatusResponse) GetProgressEvents() *structpb.Struct
func (*GetCephStatusResponse) GetQuorum ¶
func (x *GetCephStatusResponse) GetQuorum() []int32
func (*GetCephStatusResponse) GetQuorumAge ¶
func (x *GetCephStatusResponse) GetQuorumAge() int32
func (*GetCephStatusResponse) GetQuorumNames ¶
func (x *GetCephStatusResponse) GetQuorumNames() []string
func (*GetCephStatusResponse) GetServicemap ¶
func (x *GetCephStatusResponse) GetServicemap() *CephStatusServiceMap
func (*GetCephStatusResponse) ProtoMessage ¶
func (*GetCephStatusResponse) ProtoMessage()
func (*GetCephStatusResponse) ProtoReflect ¶
func (x *GetCephStatusResponse) ProtoReflect() protoreflect.Message
func (*GetCephStatusResponse) Reset ¶
func (x *GetCephStatusResponse) Reset()
func (*GetCephStatusResponse) String ¶
func (x *GetCephStatusResponse) String() string
type GetRoleReq ¶
type GetRoleReq struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetRoleReq) Descriptor
deprecated
func (*GetRoleReq) Descriptor() ([]byte, []int)
Deprecated: Use GetRoleReq.ProtoReflect.Descriptor instead.
func (*GetRoleReq) GetName ¶
func (x *GetRoleReq) GetName() string
func (*GetRoleReq) ProtoMessage ¶
func (*GetRoleReq) ProtoMessage()
func (*GetRoleReq) ProtoReflect ¶
func (x *GetRoleReq) ProtoReflect() protoreflect.Message
func (*GetRoleReq) Reset ¶
func (x *GetRoleReq) Reset()
func (*GetRoleReq) String ¶
func (x *GetRoleReq) String() string
type GetRuleRequest ¶
type GetRuleRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
GET RULE
func (*GetRuleRequest) Descriptor
deprecated
func (*GetRuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRuleRequest.ProtoReflect.Descriptor instead.
func (*GetRuleRequest) GetName ¶
func (x *GetRuleRequest) GetName() string
func (*GetRuleRequest) ProtoMessage ¶
func (*GetRuleRequest) ProtoMessage()
func (*GetRuleRequest) ProtoReflect ¶
func (x *GetRuleRequest) ProtoReflect() protoreflect.Message
func (*GetRuleRequest) Reset ¶
func (x *GetRuleRequest) Reset()
func (*GetRuleRequest) String ¶
func (x *GetRuleRequest) String() string
type GetUserReq ¶
type GetUserReq struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*GetUserReq) Descriptor
deprecated
func (*GetUserReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserReq.ProtoReflect.Descriptor instead.
func (*GetUserReq) GetUsername ¶
func (x *GetUserReq) GetUsername() string
func (*GetUserReq) ProtoMessage ¶
func (*GetUserReq) ProtoMessage()
func (*GetUserReq) ProtoReflect ¶
func (x *GetUserReq) ProtoReflect() protoreflect.Message
func (*GetUserReq) Reset ¶
func (x *GetUserReq) Reset()
func (*GetUserReq) String ¶
func (x *GetUserReq) String() string
type ListRulesResponse ¶
type ListRulesResponse struct { Rules []*Rule `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"` // contains filtered or unexported fields }
LIST RULES
func (*ListRulesResponse) Descriptor
deprecated
func (*ListRulesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRulesResponse.ProtoReflect.Descriptor instead.
func (*ListRulesResponse) GetRules ¶
func (x *ListRulesResponse) GetRules() []*Rule
func (*ListRulesResponse) ProtoMessage ¶
func (*ListRulesResponse) ProtoMessage()
func (*ListRulesResponse) ProtoReflect ¶
func (x *ListRulesResponse) ProtoReflect() protoreflect.Message
func (*ListRulesResponse) Reset ¶
func (x *ListRulesResponse) Reset()
func (*ListRulesResponse) String ¶
func (x *ListRulesResponse) String() string
type LoginReq ¶
type LoginReq struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*LoginReq) Descriptor
deprecated
func (*LoginReq) GetPassword ¶
func (*LoginReq) GetUsername ¶
func (*LoginReq) ProtoMessage ¶
func (*LoginReq) ProtoMessage()
func (*LoginReq) ProtoReflect ¶
func (x *LoginReq) ProtoReflect() protoreflect.Message
type LoginResp ¶
type LoginResp struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` PwdUpdateRequired bool `protobuf:"varint,3,opt,name=pwd_update_required,json=pwdUpdateRequired,proto3" json:"pwd_update_required,omitempty"` PwdExpirationDate *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=pwd_expiration_date,json=pwdExpirationDate,proto3,oneof" json:"pwd_expiration_date,omitempty"` Sso bool `protobuf:"varint,5,opt,name=sso,proto3" json:"sso,omitempty"` Permissions map[string]*structpb.ListValue `` /* 163-byte string literal not displayed */ // contains filtered or unexported fields }
func (*LoginResp) Descriptor
deprecated
func (*LoginResp) GetPermissions ¶
func (*LoginResp) GetPwdExpirationDate ¶
func (x *LoginResp) GetPwdExpirationDate() *timestamppb.Timestamp
func (*LoginResp) GetPwdUpdateRequired ¶
func (*LoginResp) GetUsername ¶
func (*LoginResp) ProtoMessage ¶
func (*LoginResp) ProtoMessage()
func (*LoginResp) ProtoReflect ¶
func (x *LoginResp) ProtoReflect() protoreflect.Message
type OSDStatsSum ¶
type OSDStatsSum struct { UpFrom int64 `protobuf:"varint,1,opt,name=up_from,json=upFrom,proto3" json:"up_from,omitempty"` Seq int64 `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"` NumPgs int64 `protobuf:"varint,3,opt,name=num_pgs,json=numPgs,proto3" json:"num_pgs,omitempty"` NumOsds int64 `protobuf:"varint,4,opt,name=num_osds,json=numOsds,proto3" json:"num_osds,omitempty"` NumPerPoolOsds int64 `protobuf:"varint,5,opt,name=num_per_pool_osds,json=numPerPoolOsds,proto3" json:"num_per_pool_osds,omitempty"` NumPerPoolOmapOsds int64 `protobuf:"varint,6,opt,name=num_per_pool_omap_osds,json=numPerPoolOmapOsds,proto3" json:"num_per_pool_omap_osds,omitempty"` Kb int64 `protobuf:"varint,7,opt,name=kb,proto3" json:"kb,omitempty"` KbUsed int64 `protobuf:"varint,8,opt,name=kb_used,json=kbUsed,proto3" json:"kb_used,omitempty"` KbUsedData int64 `protobuf:"varint,9,opt,name=kb_used_data,json=kbUsedData,proto3" json:"kb_used_data,omitempty"` KbUsedOmap int64 `protobuf:"varint,10,opt,name=kb_used_omap,json=kbUsedOmap,proto3" json:"kb_used_omap,omitempty"` KbUsedMeta int64 `protobuf:"varint,11,opt,name=kb_used_meta,json=kbUsedMeta,proto3" json:"kb_used_meta,omitempty"` KbAvail int64 `protobuf:"varint,12,opt,name=kb_avail,json=kbAvail,proto3" json:"kb_avail,omitempty"` Statfs *OSDStatsSum_StatFs `protobuf:"bytes,13,opt,name=statfs,proto3" json:"statfs,omitempty"` HbPeers []int64 `protobuf:"varint,14,rep,packed,name=hb_peers,json=hbPeers,proto3" json:"hb_peers,omitempty"` SnapTrimQueueLen int64 `protobuf:"varint,15,opt,name=snap_trim_queue_len,json=snapTrimQueueLen,proto3" json:"snap_trim_queue_len,omitempty"` NumSnapTrimming int64 `protobuf:"varint,16,opt,name=num_snap_trimming,json=numSnapTrimming,proto3" json:"num_snap_trimming,omitempty"` NumShardsRepaired int64 `protobuf:"varint,17,opt,name=num_shards_repaired,json=numShardsRepaired,proto3" json:"num_shards_repaired,omitempty"` OpQueueAgeHist *OSDStatsSum_OpQueueAgeHist `protobuf:"bytes,18,opt,name=op_queue_age_hist,json=opQueueAgeHist,proto3" json:"op_queue_age_hist,omitempty"` PerfStat *OSDStatsSum_PerfStat `protobuf:"bytes,19,opt,name=perf_stat,json=perfStat,proto3" json:"perf_stat,omitempty"` Alerts []string `protobuf:"bytes,20,rep,name=alerts,proto3" json:"alerts,omitempty"` NetworkPingTimes []*OSDStatsSum_NetworkPingTime `protobuf:"bytes,21,rep,name=network_ping_times,json=networkPingTimes,proto3" json:"network_ping_times,omitempty"` // contains filtered or unexported fields }
func (*OSDStatsSum) Descriptor
deprecated
func (*OSDStatsSum) Descriptor() ([]byte, []int)
Deprecated: Use OSDStatsSum.ProtoReflect.Descriptor instead.
func (*OSDStatsSum) GetAlerts ¶
func (x *OSDStatsSum) GetAlerts() []string
func (*OSDStatsSum) GetHbPeers ¶
func (x *OSDStatsSum) GetHbPeers() []int64
func (*OSDStatsSum) GetKb ¶
func (x *OSDStatsSum) GetKb() int64
func (*OSDStatsSum) GetKbAvail ¶
func (x *OSDStatsSum) GetKbAvail() int64
func (*OSDStatsSum) GetKbUsed ¶
func (x *OSDStatsSum) GetKbUsed() int64
func (*OSDStatsSum) GetKbUsedData ¶
func (x *OSDStatsSum) GetKbUsedData() int64
func (*OSDStatsSum) GetKbUsedMeta ¶
func (x *OSDStatsSum) GetKbUsedMeta() int64
func (*OSDStatsSum) GetKbUsedOmap ¶
func (x *OSDStatsSum) GetKbUsedOmap() int64
func (*OSDStatsSum) GetNetworkPingTimes ¶
func (x *OSDStatsSum) GetNetworkPingTimes() []*OSDStatsSum_NetworkPingTime
func (*OSDStatsSum) GetNumOsds ¶
func (x *OSDStatsSum) GetNumOsds() int64
func (*OSDStatsSum) GetNumPerPoolOmapOsds ¶
func (x *OSDStatsSum) GetNumPerPoolOmapOsds() int64
func (*OSDStatsSum) GetNumPerPoolOsds ¶
func (x *OSDStatsSum) GetNumPerPoolOsds() int64
func (*OSDStatsSum) GetNumPgs ¶
func (x *OSDStatsSum) GetNumPgs() int64
func (*OSDStatsSum) GetNumShardsRepaired ¶
func (x *OSDStatsSum) GetNumShardsRepaired() int64
func (*OSDStatsSum) GetNumSnapTrimming ¶
func (x *OSDStatsSum) GetNumSnapTrimming() int64
func (*OSDStatsSum) GetOpQueueAgeHist ¶
func (x *OSDStatsSum) GetOpQueueAgeHist() *OSDStatsSum_OpQueueAgeHist
func (*OSDStatsSum) GetPerfStat ¶
func (x *OSDStatsSum) GetPerfStat() *OSDStatsSum_PerfStat
func (*OSDStatsSum) GetSeq ¶
func (x *OSDStatsSum) GetSeq() int64
func (*OSDStatsSum) GetSnapTrimQueueLen ¶
func (x *OSDStatsSum) GetSnapTrimQueueLen() int64
func (*OSDStatsSum) GetStatfs ¶
func (x *OSDStatsSum) GetStatfs() *OSDStatsSum_StatFs
func (*OSDStatsSum) GetUpFrom ¶
func (x *OSDStatsSum) GetUpFrom() int64
func (*OSDStatsSum) ProtoMessage ¶
func (*OSDStatsSum) ProtoMessage()
func (*OSDStatsSum) ProtoReflect ¶
func (x *OSDStatsSum) ProtoReflect() protoreflect.Message
func (*OSDStatsSum) Reset ¶
func (x *OSDStatsSum) Reset()
func (*OSDStatsSum) String ¶
func (x *OSDStatsSum) String() string
type OSDStatsSum_NetworkPingTime ¶
type OSDStatsSum_NetworkPingTime struct { Osd int64 `protobuf:"varint,1,opt,name=osd,proto3" json:"osd,omitempty"` LastUpdate *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=last_update,json=lastUpdate,proto3" json:"last_update,omitempty"` Interfaces []*OSDStatsSum_NetworkPingTime_Interface `protobuf:"bytes,3,rep,name=interfaces,proto3" json:"interfaces,omitempty"` // contains filtered or unexported fields }
func (*OSDStatsSum_NetworkPingTime) Descriptor
deprecated
func (*OSDStatsSum_NetworkPingTime) Descriptor() ([]byte, []int)
Deprecated: Use OSDStatsSum_NetworkPingTime.ProtoReflect.Descriptor instead.
func (*OSDStatsSum_NetworkPingTime) GetInterfaces ¶
func (x *OSDStatsSum_NetworkPingTime) GetInterfaces() []*OSDStatsSum_NetworkPingTime_Interface
func (*OSDStatsSum_NetworkPingTime) GetLastUpdate ¶
func (x *OSDStatsSum_NetworkPingTime) GetLastUpdate() *timestamppb.Timestamp
func (*OSDStatsSum_NetworkPingTime) GetOsd ¶
func (x *OSDStatsSum_NetworkPingTime) GetOsd() int64
func (*OSDStatsSum_NetworkPingTime) ProtoMessage ¶
func (*OSDStatsSum_NetworkPingTime) ProtoMessage()
func (*OSDStatsSum_NetworkPingTime) ProtoReflect ¶
func (x *OSDStatsSum_NetworkPingTime) ProtoReflect() protoreflect.Message
func (*OSDStatsSum_NetworkPingTime) Reset ¶
func (x *OSDStatsSum_NetworkPingTime) Reset()
func (*OSDStatsSum_NetworkPingTime) String ¶
func (x *OSDStatsSum_NetworkPingTime) String() string
type OSDStatsSum_NetworkPingTime_Interface ¶
type OSDStatsSum_NetworkPingTime_Interface struct { InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"` Average *OSDStatsSum_NetworkPingTime_Interface_Average `protobuf:"bytes,2,opt,name=average,proto3" json:"average,omitempty"` Min *OSDStatsSum_NetworkPingTime_Interface_Min `protobuf:"bytes,3,opt,name=min,proto3" json:"min,omitempty"` Max *OSDStatsSum_NetworkPingTime_Interface_Max `protobuf:"bytes,4,opt,name=max,proto3" json:"max,omitempty"` Last float64 `protobuf:"fixed64,5,opt,name=last,proto3" json:"last,omitempty"` // contains filtered or unexported fields }
func (*OSDStatsSum_NetworkPingTime_Interface) Descriptor
deprecated
func (*OSDStatsSum_NetworkPingTime_Interface) Descriptor() ([]byte, []int)
Deprecated: Use OSDStatsSum_NetworkPingTime_Interface.ProtoReflect.Descriptor instead.
func (*OSDStatsSum_NetworkPingTime_Interface) GetAverage ¶
func (x *OSDStatsSum_NetworkPingTime_Interface) GetAverage() *OSDStatsSum_NetworkPingTime_Interface_Average
func (*OSDStatsSum_NetworkPingTime_Interface) GetInterfaceName ¶
func (x *OSDStatsSum_NetworkPingTime_Interface) GetInterfaceName() string
func (*OSDStatsSum_NetworkPingTime_Interface) GetLast ¶
func (x *OSDStatsSum_NetworkPingTime_Interface) GetLast() float64
func (*OSDStatsSum_NetworkPingTime_Interface) GetMax ¶
func (x *OSDStatsSum_NetworkPingTime_Interface) GetMax() *OSDStatsSum_NetworkPingTime_Interface_Max
func (*OSDStatsSum_NetworkPingTime_Interface) GetMin ¶
func (x *OSDStatsSum_NetworkPingTime_Interface) GetMin() *OSDStatsSum_NetworkPingTime_Interface_Min
func (*OSDStatsSum_NetworkPingTime_Interface) ProtoMessage ¶
func (*OSDStatsSum_NetworkPingTime_Interface) ProtoMessage()
func (*OSDStatsSum_NetworkPingTime_Interface) ProtoReflect ¶
func (x *OSDStatsSum_NetworkPingTime_Interface) ProtoReflect() protoreflect.Message
func (*OSDStatsSum_NetworkPingTime_Interface) Reset ¶
func (x *OSDStatsSum_NetworkPingTime_Interface) Reset()
func (*OSDStatsSum_NetworkPingTime_Interface) String ¶
func (x *OSDStatsSum_NetworkPingTime_Interface) String() string
type OSDStatsSum_NetworkPingTime_Interface_Average ¶
type OSDStatsSum_NetworkPingTime_Interface_Average struct { Min1 float64 `protobuf:"fixed64,1,opt,name=min1,proto3" json:"min1,omitempty"` Min5 float64 `protobuf:"fixed64,2,opt,name=min5,proto3" json:"min5,omitempty"` Min15 float64 `protobuf:"fixed64,3,opt,name=min15,proto3" json:"min15,omitempty"` // contains filtered or unexported fields }
func (*OSDStatsSum_NetworkPingTime_Interface_Average) Descriptor
deprecated
func (*OSDStatsSum_NetworkPingTime_Interface_Average) Descriptor() ([]byte, []int)
Deprecated: Use OSDStatsSum_NetworkPingTime_Interface_Average.ProtoReflect.Descriptor instead.
func (*OSDStatsSum_NetworkPingTime_Interface_Average) GetMin1 ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Average) GetMin1() float64
func (*OSDStatsSum_NetworkPingTime_Interface_Average) GetMin15 ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Average) GetMin15() float64
func (*OSDStatsSum_NetworkPingTime_Interface_Average) GetMin5 ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Average) GetMin5() float64
func (*OSDStatsSum_NetworkPingTime_Interface_Average) ProtoMessage ¶
func (*OSDStatsSum_NetworkPingTime_Interface_Average) ProtoMessage()
func (*OSDStatsSum_NetworkPingTime_Interface_Average) ProtoReflect ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Average) ProtoReflect() protoreflect.Message
func (*OSDStatsSum_NetworkPingTime_Interface_Average) Reset ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Average) Reset()
func (*OSDStatsSum_NetworkPingTime_Interface_Average) String ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Average) String() string
type OSDStatsSum_NetworkPingTime_Interface_Max ¶
type OSDStatsSum_NetworkPingTime_Interface_Max struct { Min1 float64 `protobuf:"fixed64,1,opt,name=min1,proto3" json:"min1,omitempty"` Min5 float64 `protobuf:"fixed64,2,opt,name=min5,proto3" json:"min5,omitempty"` Min15 float64 `protobuf:"fixed64,3,opt,name=min15,proto3" json:"min15,omitempty"` // contains filtered or unexported fields }
func (*OSDStatsSum_NetworkPingTime_Interface_Max) Descriptor
deprecated
func (*OSDStatsSum_NetworkPingTime_Interface_Max) Descriptor() ([]byte, []int)
Deprecated: Use OSDStatsSum_NetworkPingTime_Interface_Max.ProtoReflect.Descriptor instead.
func (*OSDStatsSum_NetworkPingTime_Interface_Max) GetMin1 ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Max) GetMin1() float64
func (*OSDStatsSum_NetworkPingTime_Interface_Max) GetMin15 ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Max) GetMin15() float64
func (*OSDStatsSum_NetworkPingTime_Interface_Max) GetMin5 ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Max) GetMin5() float64
func (*OSDStatsSum_NetworkPingTime_Interface_Max) ProtoMessage ¶
func (*OSDStatsSum_NetworkPingTime_Interface_Max) ProtoMessage()
func (*OSDStatsSum_NetworkPingTime_Interface_Max) ProtoReflect ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Max) ProtoReflect() protoreflect.Message
func (*OSDStatsSum_NetworkPingTime_Interface_Max) Reset ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Max) Reset()
func (*OSDStatsSum_NetworkPingTime_Interface_Max) String ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Max) String() string
type OSDStatsSum_NetworkPingTime_Interface_Min ¶
type OSDStatsSum_NetworkPingTime_Interface_Min struct { Min1 float64 `protobuf:"fixed64,1,opt,name=min1,proto3" json:"min1,omitempty"` Min5 float64 `protobuf:"fixed64,2,opt,name=min5,proto3" json:"min5,omitempty"` Min15 float64 `protobuf:"fixed64,3,opt,name=min15,proto3" json:"min15,omitempty"` // contains filtered or unexported fields }
func (*OSDStatsSum_NetworkPingTime_Interface_Min) Descriptor
deprecated
func (*OSDStatsSum_NetworkPingTime_Interface_Min) Descriptor() ([]byte, []int)
Deprecated: Use OSDStatsSum_NetworkPingTime_Interface_Min.ProtoReflect.Descriptor instead.
func (*OSDStatsSum_NetworkPingTime_Interface_Min) GetMin1 ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Min) GetMin1() float64
func (*OSDStatsSum_NetworkPingTime_Interface_Min) GetMin15 ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Min) GetMin15() float64
func (*OSDStatsSum_NetworkPingTime_Interface_Min) GetMin5 ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Min) GetMin5() float64
func (*OSDStatsSum_NetworkPingTime_Interface_Min) ProtoMessage ¶
func (*OSDStatsSum_NetworkPingTime_Interface_Min) ProtoMessage()
func (*OSDStatsSum_NetworkPingTime_Interface_Min) ProtoReflect ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Min) ProtoReflect() protoreflect.Message
func (*OSDStatsSum_NetworkPingTime_Interface_Min) Reset ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Min) Reset()
func (*OSDStatsSum_NetworkPingTime_Interface_Min) String ¶
func (x *OSDStatsSum_NetworkPingTime_Interface_Min) String() string
type OSDStatsSum_OpQueueAgeHist ¶
type OSDStatsSum_OpQueueAgeHist struct { Histogram []int64 `protobuf:"varint,1,rep,packed,name=histogram,proto3" json:"histogram,omitempty"` UpperBound int64 `protobuf:"varint,2,opt,name=upper_bound,json=upperBound,proto3" json:"upper_bound,omitempty"` // contains filtered or unexported fields }
func (*OSDStatsSum_OpQueueAgeHist) Descriptor
deprecated
func (*OSDStatsSum_OpQueueAgeHist) Descriptor() ([]byte, []int)
Deprecated: Use OSDStatsSum_OpQueueAgeHist.ProtoReflect.Descriptor instead.
func (*OSDStatsSum_OpQueueAgeHist) GetHistogram ¶
func (x *OSDStatsSum_OpQueueAgeHist) GetHistogram() []int64
func (*OSDStatsSum_OpQueueAgeHist) GetUpperBound ¶
func (x *OSDStatsSum_OpQueueAgeHist) GetUpperBound() int64
func (*OSDStatsSum_OpQueueAgeHist) ProtoMessage ¶
func (*OSDStatsSum_OpQueueAgeHist) ProtoMessage()
func (*OSDStatsSum_OpQueueAgeHist) ProtoReflect ¶
func (x *OSDStatsSum_OpQueueAgeHist) ProtoReflect() protoreflect.Message
func (*OSDStatsSum_OpQueueAgeHist) Reset ¶
func (x *OSDStatsSum_OpQueueAgeHist) Reset()
func (*OSDStatsSum_OpQueueAgeHist) String ¶
func (x *OSDStatsSum_OpQueueAgeHist) String() string
type OSDStatsSum_PerfStat ¶
type OSDStatsSum_PerfStat struct { CommitLatencyMs int64 `protobuf:"varint,1,opt,name=commit_latency_ms,json=commitLatencyMs,proto3" json:"commit_latency_ms,omitempty"` ApplyLatencyMs int64 `protobuf:"varint,2,opt,name=apply_latency_ms,json=applyLatencyMs,proto3" json:"apply_latency_ms,omitempty"` CommitLatencyNs int64 `protobuf:"varint,3,opt,name=commit_latency_ns,json=commitLatencyNs,proto3" json:"commit_latency_ns,omitempty"` ApplyLatencyNs int64 `protobuf:"varint,4,opt,name=apply_latency_ns,json=applyLatencyNs,proto3" json:"apply_latency_ns,omitempty"` // contains filtered or unexported fields }
func (*OSDStatsSum_PerfStat) Descriptor
deprecated
func (*OSDStatsSum_PerfStat) Descriptor() ([]byte, []int)
Deprecated: Use OSDStatsSum_PerfStat.ProtoReflect.Descriptor instead.
func (*OSDStatsSum_PerfStat) GetApplyLatencyMs ¶
func (x *OSDStatsSum_PerfStat) GetApplyLatencyMs() int64
func (*OSDStatsSum_PerfStat) GetApplyLatencyNs ¶
func (x *OSDStatsSum_PerfStat) GetApplyLatencyNs() int64
func (*OSDStatsSum_PerfStat) GetCommitLatencyMs ¶
func (x *OSDStatsSum_PerfStat) GetCommitLatencyMs() int64
func (*OSDStatsSum_PerfStat) GetCommitLatencyNs ¶
func (x *OSDStatsSum_PerfStat) GetCommitLatencyNs() int64
func (*OSDStatsSum_PerfStat) ProtoMessage ¶
func (*OSDStatsSum_PerfStat) ProtoMessage()
func (*OSDStatsSum_PerfStat) ProtoReflect ¶
func (x *OSDStatsSum_PerfStat) ProtoReflect() protoreflect.Message
func (*OSDStatsSum_PerfStat) Reset ¶
func (x *OSDStatsSum_PerfStat) Reset()
func (*OSDStatsSum_PerfStat) String ¶
func (x *OSDStatsSum_PerfStat) String() string
type OSDStatsSum_StatFs ¶
type OSDStatsSum_StatFs struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` Available int64 `protobuf:"varint,2,opt,name=available,proto3" json:"available,omitempty"` InternallyReserved int64 `protobuf:"varint,3,opt,name=internally_reserved,json=internallyReserved,proto3" json:"internally_reserved,omitempty"` Allocated int64 `protobuf:"varint,4,opt,name=allocated,proto3" json:"allocated,omitempty"` DataStored int64 `protobuf:"varint,5,opt,name=data_stored,json=dataStored,proto3" json:"data_stored,omitempty"` DataCompressed int64 `protobuf:"varint,6,opt,name=data_compressed,json=dataCompressed,proto3" json:"data_compressed,omitempty"` DataCompressedAllocated int64 `` /* 133-byte string literal not displayed */ DataCompressedOriginal int64 `` /* 130-byte string literal not displayed */ OmapAllocated int64 `protobuf:"varint,9,opt,name=omap_allocated,json=omapAllocated,proto3" json:"omap_allocated,omitempty"` InternalMetadata int64 `protobuf:"varint,10,opt,name=internal_metadata,json=internalMetadata,proto3" json:"internal_metadata,omitempty"` // contains filtered or unexported fields }
func (*OSDStatsSum_StatFs) Descriptor
deprecated
func (*OSDStatsSum_StatFs) Descriptor() ([]byte, []int)
Deprecated: Use OSDStatsSum_StatFs.ProtoReflect.Descriptor instead.
func (*OSDStatsSum_StatFs) GetAllocated ¶
func (x *OSDStatsSum_StatFs) GetAllocated() int64
func (*OSDStatsSum_StatFs) GetAvailable ¶
func (x *OSDStatsSum_StatFs) GetAvailable() int64
func (*OSDStatsSum_StatFs) GetDataCompressed ¶
func (x *OSDStatsSum_StatFs) GetDataCompressed() int64
func (*OSDStatsSum_StatFs) GetDataCompressedAllocated ¶
func (x *OSDStatsSum_StatFs) GetDataCompressedAllocated() int64
func (*OSDStatsSum_StatFs) GetDataCompressedOriginal ¶
func (x *OSDStatsSum_StatFs) GetDataCompressedOriginal() int64
func (*OSDStatsSum_StatFs) GetDataStored ¶
func (x *OSDStatsSum_StatFs) GetDataStored() int64
func (*OSDStatsSum_StatFs) GetInternalMetadata ¶
func (x *OSDStatsSum_StatFs) GetInternalMetadata() int64
func (*OSDStatsSum_StatFs) GetInternallyReserved ¶
func (x *OSDStatsSum_StatFs) GetInternallyReserved() int64
func (*OSDStatsSum_StatFs) GetOmapAllocated ¶
func (x *OSDStatsSum_StatFs) GetOmapAllocated() int64
func (*OSDStatsSum_StatFs) GetTotal ¶
func (x *OSDStatsSum_StatFs) GetTotal() int64
func (*OSDStatsSum_StatFs) ProtoMessage ¶
func (*OSDStatsSum_StatFs) ProtoMessage()
func (*OSDStatsSum_StatFs) ProtoReflect ¶
func (x *OSDStatsSum_StatFs) ProtoReflect() protoreflect.Message
func (*OSDStatsSum_StatFs) Reset ¶
func (x *OSDStatsSum_StatFs) Reset()
func (*OSDStatsSum_StatFs) String ¶
func (x *OSDStatsSum_StatFs) String() string
type OsdDumpAddrVec ¶
type OsdDumpAddrVec struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Addr string `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"` Nonce uint64 `protobuf:"varint,3,opt,name=nonce,proto3" json:"nonce,omitempty"` // contains filtered or unexported fields }
func (*OsdDumpAddrVec) Descriptor
deprecated
func (*OsdDumpAddrVec) Descriptor() ([]byte, []int)
Deprecated: Use OsdDumpAddrVec.ProtoReflect.Descriptor instead.
func (*OsdDumpAddrVec) GetAddr ¶
func (x *OsdDumpAddrVec) GetAddr() string
func (*OsdDumpAddrVec) GetNonce ¶
func (x *OsdDumpAddrVec) GetNonce() uint64
func (*OsdDumpAddrVec) GetType ¶
func (x *OsdDumpAddrVec) GetType() string
func (*OsdDumpAddrVec) ProtoMessage ¶
func (*OsdDumpAddrVec) ProtoMessage()
func (*OsdDumpAddrVec) ProtoReflect ¶
func (x *OsdDumpAddrVec) ProtoReflect() protoreflect.Message
func (*OsdDumpAddrVec) Reset ¶
func (x *OsdDumpAddrVec) Reset()
func (*OsdDumpAddrVec) String ¶
func (x *OsdDumpAddrVec) String() string
type OsdDumpClusterAddrs ¶
type OsdDumpClusterAddrs struct { Addrvec []*OsdDumpAddrVec `protobuf:"bytes,1,rep,name=addrvec,proto3" json:"addrvec,omitempty"` // contains filtered or unexported fields }
func (*OsdDumpClusterAddrs) Descriptor
deprecated
func (*OsdDumpClusterAddrs) Descriptor() ([]byte, []int)
Deprecated: Use OsdDumpClusterAddrs.ProtoReflect.Descriptor instead.
func (*OsdDumpClusterAddrs) GetAddrvec ¶
func (x *OsdDumpClusterAddrs) GetAddrvec() []*OsdDumpAddrVec
func (*OsdDumpClusterAddrs) ProtoMessage ¶
func (*OsdDumpClusterAddrs) ProtoMessage()
func (*OsdDumpClusterAddrs) ProtoReflect ¶
func (x *OsdDumpClusterAddrs) ProtoReflect() protoreflect.Message
func (*OsdDumpClusterAddrs) Reset ¶
func (x *OsdDumpClusterAddrs) Reset()
func (*OsdDumpClusterAddrs) String ¶
func (x *OsdDumpClusterAddrs) String() string
type OsdDumpErasureCodeProfile ¶
type OsdDumpErasureCodeProfile struct { K string `protobuf:"bytes,1,opt,name=k,proto3" json:"k,omitempty"` M string `protobuf:"bytes,2,opt,name=m,proto3" json:"m,omitempty"` Plugin string `protobuf:"bytes,3,opt,name=plugin,proto3" json:"plugin,omitempty"` Technique string `protobuf:"bytes,4,opt,name=technique,proto3" json:"technique,omitempty"` // contains filtered or unexported fields }
func (*OsdDumpErasureCodeProfile) Descriptor
deprecated
func (*OsdDumpErasureCodeProfile) Descriptor() ([]byte, []int)
Deprecated: Use OsdDumpErasureCodeProfile.ProtoReflect.Descriptor instead.
func (*OsdDumpErasureCodeProfile) GetK ¶
func (x *OsdDumpErasureCodeProfile) GetK() string
func (*OsdDumpErasureCodeProfile) GetM ¶
func (x *OsdDumpErasureCodeProfile) GetM() string
func (*OsdDumpErasureCodeProfile) GetPlugin ¶
func (x *OsdDumpErasureCodeProfile) GetPlugin() string
func (*OsdDumpErasureCodeProfile) GetTechnique ¶
func (x *OsdDumpErasureCodeProfile) GetTechnique() string
func (*OsdDumpErasureCodeProfile) ProtoMessage ¶
func (*OsdDumpErasureCodeProfile) ProtoMessage()
func (*OsdDumpErasureCodeProfile) ProtoReflect ¶
func (x *OsdDumpErasureCodeProfile) ProtoReflect() protoreflect.Message
func (*OsdDumpErasureCodeProfile) Reset ¶
func (x *OsdDumpErasureCodeProfile) Reset()
func (*OsdDumpErasureCodeProfile) String ¶
func (x *OsdDumpErasureCodeProfile) String() string
type OsdDumpHeartbeatAddrs ¶
type OsdDumpHeartbeatAddrs struct { Addrvec []*OsdDumpAddrVec `protobuf:"bytes,1,rep,name=addrvec,proto3" json:"addrvec,omitempty"` // contains filtered or unexported fields }
func (*OsdDumpHeartbeatAddrs) Descriptor
deprecated
func (*OsdDumpHeartbeatAddrs) Descriptor() ([]byte, []int)
Deprecated: Use OsdDumpHeartbeatAddrs.ProtoReflect.Descriptor instead.
func (*OsdDumpHeartbeatAddrs) GetAddrvec ¶
func (x *OsdDumpHeartbeatAddrs) GetAddrvec() []*OsdDumpAddrVec
func (*OsdDumpHeartbeatAddrs) ProtoMessage ¶
func (*OsdDumpHeartbeatAddrs) ProtoMessage()
func (*OsdDumpHeartbeatAddrs) ProtoReflect ¶
func (x *OsdDumpHeartbeatAddrs) ProtoReflect() protoreflect.Message
func (*OsdDumpHeartbeatAddrs) Reset ¶
func (x *OsdDumpHeartbeatAddrs) Reset()
func (*OsdDumpHeartbeatAddrs) String ¶
func (x *OsdDumpHeartbeatAddrs) String() string
type OsdDumpHitSetParams ¶
type OsdDumpHitSetParams struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*OsdDumpHitSetParams) Descriptor
deprecated
func (*OsdDumpHitSetParams) Descriptor() ([]byte, []int)
Deprecated: Use OsdDumpHitSetParams.ProtoReflect.Descriptor instead.
func (*OsdDumpHitSetParams) GetType ¶
func (x *OsdDumpHitSetParams) GetType() string
func (*OsdDumpHitSetParams) ProtoMessage ¶
func (*OsdDumpHitSetParams) ProtoMessage()
func (*OsdDumpHitSetParams) ProtoReflect ¶
func (x *OsdDumpHitSetParams) ProtoReflect() protoreflect.Message
func (*OsdDumpHitSetParams) Reset ¶
func (x *OsdDumpHitSetParams) Reset()
func (*OsdDumpHitSetParams) String ¶
func (x *OsdDumpHitSetParams) String() string
type OsdDumpLastPgMergeMeta ¶
type OsdDumpLastPgMergeMeta struct { SourcePgid string `protobuf:"bytes,1,opt,name=source_pgid,json=sourcePgid,proto3" json:"source_pgid,omitempty"` ReadyEpoch int32 `protobuf:"varint,2,opt,name=ready_epoch,json=readyEpoch,proto3" json:"ready_epoch,omitempty"` LastEpochStarted int32 `protobuf:"varint,3,opt,name=last_epoch_started,json=lastEpochStarted,proto3" json:"last_epoch_started,omitempty"` LastEpochClean int32 `protobuf:"varint,4,opt,name=last_epoch_clean,json=lastEpochClean,proto3" json:"last_epoch_clean,omitempty"` SourceVersion string `protobuf:"bytes,5,opt,name=source_version,json=sourceVersion,proto3" json:"source_version,omitempty"` TargetVersion string `protobuf:"bytes,6,opt,name=target_version,json=targetVersion,proto3" json:"target_version,omitempty"` // contains filtered or unexported fields }
func (*OsdDumpLastPgMergeMeta) Descriptor
deprecated
func (*OsdDumpLastPgMergeMeta) Descriptor() ([]byte, []int)
Deprecated: Use OsdDumpLastPgMergeMeta.ProtoReflect.Descriptor instead.
func (*OsdDumpLastPgMergeMeta) GetLastEpochClean ¶
func (x *OsdDumpLastPgMergeMeta) GetLastEpochClean() int32
func (*OsdDumpLastPgMergeMeta) GetLastEpochStarted ¶
func (x *OsdDumpLastPgMergeMeta) GetLastEpochStarted() int32
func (*OsdDumpLastPgMergeMeta) GetReadyEpoch ¶
func (x *OsdDumpLastPgMergeMeta) GetReadyEpoch() int32
func (*OsdDumpLastPgMergeMeta) GetSourcePgid ¶
func (x *OsdDumpLastPgMergeMeta) GetSourcePgid() string
func (*OsdDumpLastPgMergeMeta) GetSourceVersion ¶
func (x *OsdDumpLastPgMergeMeta) GetSourceVersion() string
func (*OsdDumpLastPgMergeMeta) GetTargetVersion ¶
func (x *OsdDumpLastPgMergeMeta) GetTargetVersion() string
func (*OsdDumpLastPgMergeMeta) ProtoMessage ¶
func (*OsdDumpLastPgMergeMeta) ProtoMessage()
func (*OsdDumpLastPgMergeMeta) ProtoReflect ¶
func (x *OsdDumpLastPgMergeMeta) ProtoReflect() protoreflect.Message
func (*OsdDumpLastPgMergeMeta) Reset ¶
func (x *OsdDumpLastPgMergeMeta) Reset()
func (*OsdDumpLastPgMergeMeta) String ¶
func (x *OsdDumpLastPgMergeMeta) String() string
type OsdDumpOsdInfo ¶
type OsdDumpOsdInfo struct { Osd int32 `protobuf:"varint,1,opt,name=osd,proto3" json:"osd,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` Up int32 `protobuf:"varint,3,opt,name=up,proto3" json:"up,omitempty"` In int32 `protobuf:"varint,4,opt,name=in,proto3" json:"in,omitempty"` Weight float64 `protobuf:"fixed64,5,opt,name=weight,proto3" json:"weight,omitempty"` PrimaryAffinity float64 `protobuf:"fixed64,6,opt,name=primary_affinity,json=primaryAffinity,proto3" json:"primary_affinity,omitempty"` LastCleanBegin int32 `protobuf:"varint,7,opt,name=last_clean_begin,json=lastCleanBegin,proto3" json:"last_clean_begin,omitempty"` LastCleanEnd int32 `protobuf:"varint,8,opt,name=last_clean_end,json=lastCleanEnd,proto3" json:"last_clean_end,omitempty"` UpFrom int32 `protobuf:"varint,9,opt,name=up_from,json=upFrom,proto3" json:"up_from,omitempty"` UpThru int32 `protobuf:"varint,10,opt,name=up_thru,json=upThru,proto3" json:"up_thru,omitempty"` DownAt int32 `protobuf:"varint,11,opt,name=down_at,json=downAt,proto3" json:"down_at,omitempty"` LostAt int32 `protobuf:"varint,12,opt,name=lost_at,json=lostAt,proto3" json:"lost_at,omitempty"` PublicAddrs *OsdDumpPublicAddrs `protobuf:"bytes,13,opt,name=public_addrs,json=publicAddrs,proto3" json:"public_addrs,omitempty"` ClusterAddrs *OsdDumpClusterAddrs `protobuf:"bytes,14,opt,name=cluster_addrs,json=clusterAddrs,proto3" json:"cluster_addrs,omitempty"` HeartbeatBackAddrs *OsdDumpHeartbeatAddrs `protobuf:"bytes,15,opt,name=heartbeat_back_addrs,json=heartbeatBackAddrs,proto3" json:"heartbeat_back_addrs,omitempty"` HeartbeatFrontAddrs *OsdDumpHeartbeatAddrs `protobuf:"bytes,16,opt,name=heartbeat_front_addrs,json=heartbeatFrontAddrs,proto3" json:"heartbeat_front_addrs,omitempty"` PublicAddr string `protobuf:"bytes,17,opt,name=public_addr,json=publicAddr,proto3" json:"public_addr,omitempty"` ClusterAddr string `protobuf:"bytes,18,opt,name=cluster_addr,json=clusterAddr,proto3" json:"cluster_addr,omitempty"` HeartbeatBackAddr string `protobuf:"bytes,19,opt,name=heartbeat_back_addr,json=heartbeatBackAddr,proto3" json:"heartbeat_back_addr,omitempty"` HeartbeatFrontAddr string `protobuf:"bytes,20,opt,name=heartbeat_front_addr,json=heartbeatFrontAddr,proto3" json:"heartbeat_front_addr,omitempty"` State []string `protobuf:"bytes,21,rep,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*OsdDumpOsdInfo) Descriptor
deprecated
func (*OsdDumpOsdInfo) Descriptor() ([]byte, []int)
Deprecated: Use OsdDumpOsdInfo.ProtoReflect.Descriptor instead.
func (*OsdDumpOsdInfo) GetClusterAddr ¶
func (x *OsdDumpOsdInfo) GetClusterAddr() string
func (*OsdDumpOsdInfo) GetClusterAddrs ¶
func (x *OsdDumpOsdInfo) GetClusterAddrs() *OsdDumpClusterAddrs
func (*OsdDumpOsdInfo) GetDownAt ¶
func (x *OsdDumpOsdInfo) GetDownAt() int32
func (*OsdDumpOsdInfo) GetHeartbeatBackAddr ¶
func (x *OsdDumpOsdInfo) GetHeartbeatBackAddr() string
func (*OsdDumpOsdInfo) GetHeartbeatBackAddrs ¶
func (x *OsdDumpOsdInfo) GetHeartbeatBackAddrs() *OsdDumpHeartbeatAddrs
func (*OsdDumpOsdInfo) GetHeartbeatFrontAddr ¶
func (x *OsdDumpOsdInfo) GetHeartbeatFrontAddr() string
func (*OsdDumpOsdInfo) GetHeartbeatFrontAddrs ¶
func (x *OsdDumpOsdInfo) GetHeartbeatFrontAddrs() *OsdDumpHeartbeatAddrs
func (*OsdDumpOsdInfo) GetIn ¶
func (x *OsdDumpOsdInfo) GetIn() int32
func (*OsdDumpOsdInfo) GetLastCleanBegin ¶
func (x *OsdDumpOsdInfo) GetLastCleanBegin() int32
func (*OsdDumpOsdInfo) GetLastCleanEnd ¶
func (x *OsdDumpOsdInfo) GetLastCleanEnd() int32
func (*OsdDumpOsdInfo) GetLostAt ¶
func (x *OsdDumpOsdInfo) GetLostAt() int32
func (*OsdDumpOsdInfo) GetOsd ¶
func (x *OsdDumpOsdInfo) GetOsd() int32
func (*OsdDumpOsdInfo) GetPrimaryAffinity ¶
func (x *OsdDumpOsdInfo) GetPrimaryAffinity() float64
func (*OsdDumpOsdInfo) GetPublicAddr ¶
func (x *OsdDumpOsdInfo) GetPublicAddr() string
func (*OsdDumpOsdInfo) GetPublicAddrs ¶
func (x *OsdDumpOsdInfo) GetPublicAddrs() *OsdDumpPublicAddrs
func (*OsdDumpOsdInfo) GetState ¶
func (x *OsdDumpOsdInfo) GetState() []string
func (*OsdDumpOsdInfo) GetUp ¶
func (x *OsdDumpOsdInfo) GetUp() int32
func (*OsdDumpOsdInfo) GetUpFrom ¶
func (x *OsdDumpOsdInfo) GetUpFrom() int32
func (*OsdDumpOsdInfo) GetUpThru ¶
func (x *OsdDumpOsdInfo) GetUpThru() int32
func (*OsdDumpOsdInfo) GetUuid ¶
func (x *OsdDumpOsdInfo) GetUuid() string
func (*OsdDumpOsdInfo) GetWeight ¶
func (x *OsdDumpOsdInfo) GetWeight() float64
func (*OsdDumpOsdInfo) ProtoMessage ¶
func (*OsdDumpOsdInfo) ProtoMessage()
func (*OsdDumpOsdInfo) ProtoReflect ¶
func (x *OsdDumpOsdInfo) ProtoReflect() protoreflect.Message
func (*OsdDumpOsdInfo) Reset ¶
func (x *OsdDumpOsdInfo) Reset()
func (*OsdDumpOsdInfo) String ¶
func (x *OsdDumpOsdInfo) String() string
type OsdDumpOsdXInfo ¶
type OsdDumpOsdXInfo struct { Osd int32 `protobuf:"varint,1,opt,name=osd,proto3" json:"osd,omitempty"` DownStamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=down_stamp,json=downStamp,proto3" json:"down_stamp,omitempty"` LaggyProbability float64 `protobuf:"fixed64,3,opt,name=laggy_probability,json=laggyProbability,proto3" json:"laggy_probability,omitempty"` LaggyInterval float64 `protobuf:"fixed64,4,opt,name=laggy_interval,json=laggyInterval,proto3" json:"laggy_interval,omitempty"` Features uint64 `protobuf:"varint,5,opt,name=features,proto3" json:"features,omitempty"` OldWeight float64 `protobuf:"fixed64,6,opt,name=old_weight,json=oldWeight,proto3" json:"old_weight,omitempty"` LastPurgedSnapsScrub *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=last_purged_snaps_scrub,json=lastPurgedSnapsScrub,proto3" json:"last_purged_snaps_scrub,omitempty"` DeadEpoch int32 `protobuf:"varint,8,opt,name=dead_epoch,json=deadEpoch,proto3" json:"dead_epoch,omitempty"` // contains filtered or unexported fields }
func (*OsdDumpOsdXInfo) Descriptor
deprecated
func (*OsdDumpOsdXInfo) Descriptor() ([]byte, []int)
Deprecated: Use OsdDumpOsdXInfo.ProtoReflect.Descriptor instead.
func (*OsdDumpOsdXInfo) GetDeadEpoch ¶
func (x *OsdDumpOsdXInfo) GetDeadEpoch() int32
func (*OsdDumpOsdXInfo) GetDownStamp ¶
func (x *OsdDumpOsdXInfo) GetDownStamp() *timestamppb.Timestamp
func (*OsdDumpOsdXInfo) GetFeatures ¶
func (x *OsdDumpOsdXInfo) GetFeatures() uint64
func (*OsdDumpOsdXInfo) GetLaggyInterval ¶
func (x *OsdDumpOsdXInfo) GetLaggyInterval() float64
func (*OsdDumpOsdXInfo) GetLaggyProbability ¶
func (x *OsdDumpOsdXInfo) GetLaggyProbability() float64
func (*OsdDumpOsdXInfo) GetLastPurgedSnapsScrub ¶
func (x *OsdDumpOsdXInfo) GetLastPurgedSnapsScrub() *timestamppb.Timestamp
func (*OsdDumpOsdXInfo) GetOldWeight ¶
func (x *OsdDumpOsdXInfo) GetOldWeight() float64
func (*OsdDumpOsdXInfo) GetOsd ¶
func (x *OsdDumpOsdXInfo) GetOsd() int32
func (*OsdDumpOsdXInfo) ProtoMessage ¶
func (*OsdDumpOsdXInfo) ProtoMessage()
func (*OsdDumpOsdXInfo) ProtoReflect ¶
func (x *OsdDumpOsdXInfo) ProtoReflect() protoreflect.Message
func (*OsdDumpOsdXInfo) Reset ¶
func (x *OsdDumpOsdXInfo) Reset()
func (*OsdDumpOsdXInfo) String ¶
func (x *OsdDumpOsdXInfo) String() string
type OsdDumpPool ¶
type OsdDumpPool struct { Pool int32 `protobuf:"varint,1,opt,name=pool,proto3" json:"pool,omitempty"` PoolName string `protobuf:"bytes,2,opt,name=pool_name,json=poolName,proto3" json:"pool_name,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` Flags int64 `protobuf:"varint,4,opt,name=flags,proto3" json:"flags,omitempty"` FlagsNames string `protobuf:"bytes,5,opt,name=flags_names,json=flagsNames,proto3" json:"flags_names,omitempty"` Type int32 `protobuf:"varint,6,opt,name=type,proto3" json:"type,omitempty"` Size int32 `protobuf:"varint,7,opt,name=size,proto3" json:"size,omitempty"` MinSize int32 `protobuf:"varint,8,opt,name=min_size,json=minSize,proto3" json:"min_size,omitempty"` CrushRule int32 `protobuf:"varint,9,opt,name=crush_rule,json=crushRule,proto3" json:"crush_rule,omitempty"` PeeringCrushBucketCount int32 `` /* 136-byte string literal not displayed */ PeeringCrushBucketTarget int32 `` /* 139-byte string literal not displayed */ PeeringCrushBucketBarrier int32 `` /* 142-byte string literal not displayed */ PeeringCrushBucketMandatoryMember int32 `` /* 168-byte string literal not displayed */ ObjectHash int32 `protobuf:"varint,14,opt,name=object_hash,json=objectHash,proto3" json:"object_hash,omitempty"` PgAutoscaleMode string `protobuf:"bytes,15,opt,name=pg_autoscale_mode,json=pgAutoscaleMode,proto3" json:"pg_autoscale_mode,omitempty"` PgNum int32 `protobuf:"varint,16,opt,name=pg_num,json=pgNum,proto3" json:"pg_num,omitempty"` PgPlacementNum int32 `protobuf:"varint,17,opt,name=pg_placement_num,json=pgPlacementNum,proto3" json:"pg_placement_num,omitempty"` PgPlacementNumTarget int32 `` /* 127-byte string literal not displayed */ PgNumTarget int32 `protobuf:"varint,19,opt,name=pg_num_target,json=pgNumTarget,proto3" json:"pg_num_target,omitempty"` PgNumPending int32 `protobuf:"varint,20,opt,name=pg_num_pending,json=pgNumPending,proto3" json:"pg_num_pending,omitempty"` LastPgMergeMeta *OsdDumpLastPgMergeMeta `protobuf:"bytes,21,opt,name=last_pg_merge_meta,json=lastPgMergeMeta,proto3" json:"last_pg_merge_meta,omitempty"` LastChange string `protobuf:"bytes,22,opt,name=last_change,json=lastChange,proto3" json:"last_change,omitempty"` LastForceOpResend string `protobuf:"bytes,23,opt,name=last_force_op_resend,json=lastForceOpResend,proto3" json:"last_force_op_resend,omitempty"` LastForceOpResendPrenautilus string `` /* 152-byte string literal not displayed */ LastForceOpResendPreluminous string `` /* 152-byte string literal not displayed */ Auid uint64 `protobuf:"varint,26,opt,name=auid,proto3" json:"auid,omitempty"` SnapMode string `protobuf:"bytes,27,opt,name=snap_mode,json=snapMode,proto3" json:"snap_mode,omitempty"` SnapSeq uint64 `protobuf:"varint,28,opt,name=snap_seq,json=snapSeq,proto3" json:"snap_seq,omitempty"` SnapEpoch uint64 `protobuf:"varint,29,opt,name=snap_epoch,json=snapEpoch,proto3" json:"snap_epoch,omitempty"` PoolSnaps []*structpb.Value `protobuf:"bytes,30,rep,name=pool_snaps,json=poolSnaps,proto3" json:"pool_snaps,omitempty"` RemovedSnaps string `protobuf:"bytes,31,opt,name=removed_snaps,json=removedSnaps,proto3" json:"removed_snaps,omitempty"` QuotaMaxBytes uint64 `protobuf:"varint,32,opt,name=quota_max_bytes,json=quotaMaxBytes,proto3" json:"quota_max_bytes,omitempty"` QuotaMaxObjects uint64 `protobuf:"varint,33,opt,name=quota_max_objects,json=quotaMaxObjects,proto3" json:"quota_max_objects,omitempty"` Tiers []int32 `protobuf:"varint,34,rep,packed,name=tiers,proto3" json:"tiers,omitempty"` TierOf int32 `protobuf:"varint,35,opt,name=tier_of,json=tierOf,proto3" json:"tier_of,omitempty"` ReadTier int32 `protobuf:"varint,36,opt,name=read_tier,json=readTier,proto3" json:"read_tier,omitempty"` WriteTier int32 `protobuf:"varint,37,opt,name=write_tier,json=writeTier,proto3" json:"write_tier,omitempty"` CacheMode string `protobuf:"bytes,38,opt,name=cache_mode,json=cacheMode,proto3" json:"cache_mode,omitempty"` TargetMaxBytes uint64 `protobuf:"varint,39,opt,name=target_max_bytes,json=targetMaxBytes,proto3" json:"target_max_bytes,omitempty"` TargetMaxObjects uint64 `protobuf:"varint,40,opt,name=target_max_objects,json=targetMaxObjects,proto3" json:"target_max_objects,omitempty"` CacheTargetDirtyRatioMicro uint64 `` /* 147-byte string literal not displayed */ CacheTargetDirtyHighRatioMicro uint64 `` /* 161-byte string literal not displayed */ CacheTargetFullRatioMicro uint64 `` /* 144-byte string literal not displayed */ CacheMinFlushAge uint64 `protobuf:"varint,44,opt,name=cache_min_flush_age,json=cacheMinFlushAge,proto3" json:"cache_min_flush_age,omitempty"` CacheMinEvictAge uint64 `protobuf:"varint,45,opt,name=cache_min_evict_age,json=cacheMinEvictAge,proto3" json:"cache_min_evict_age,omitempty"` ErasureCodeProfile string `protobuf:"bytes,46,opt,name=erasure_code_profile,json=erasureCodeProfile,proto3" json:"erasure_code_profile,omitempty"` HitSetParams *OsdDumpHitSetParams `protobuf:"bytes,47,opt,name=hit_set_params,json=hitSetParams,proto3" json:"hit_set_params,omitempty"` HitSetPeriod uint64 `protobuf:"varint,48,opt,name=hit_set_period,json=hitSetPeriod,proto3" json:"hit_set_period,omitempty"` HitSetCount uint64 `protobuf:"varint,49,opt,name=hit_set_count,json=hitSetCount,proto3" json:"hit_set_count,omitempty"` UseGmtHitset bool `protobuf:"varint,50,opt,name=use_gmt_hitset,json=useGmtHitset,proto3" json:"use_gmt_hitset,omitempty"` MinReadRecencyForPromote uint64 `` /* 141-byte string literal not displayed */ MinWriteRecencyForPromote uint64 `` /* 144-byte string literal not displayed */ HitSetGradeDecayRate uint64 `` /* 129-byte string literal not displayed */ HitSetSearchLastN uint64 `protobuf:"varint,54,opt,name=hit_set_search_last_n,json=hitSetSearchLastN,proto3" json:"hit_set_search_last_n,omitempty"` GradeTable []*structpb.Value `protobuf:"bytes,55,rep,name=grade_table,json=gradeTable,proto3" json:"grade_table,omitempty"` StripeWidth uint64 `protobuf:"varint,56,opt,name=stripe_width,json=stripeWidth,proto3" json:"stripe_width,omitempty"` ExpectedNumObjects uint64 `protobuf:"varint,57,opt,name=expected_num_objects,json=expectedNumObjects,proto3" json:"expected_num_objects,omitempty"` FastRead bool `protobuf:"varint,58,opt,name=fast_read,json=fastRead,proto3" json:"fast_read,omitempty"` Options *structpb.Struct `protobuf:"bytes,59,opt,name=options,proto3" json:"options,omitempty"` ApplicationMetadata *structpb.Struct `protobuf:"bytes,60,opt,name=application_metadata,json=applicationMetadata,proto3" json:"application_metadata,omitempty"` ReadBalance *OsdDumpReadBalance `protobuf:"bytes,61,opt,name=read_balance,json=readBalance,proto3" json:"read_balance,omitempty"` // contains filtered or unexported fields }
func (*OsdDumpPool) Descriptor
deprecated
func (*OsdDumpPool) Descriptor() ([]byte, []int)
Deprecated: Use OsdDumpPool.ProtoReflect.Descriptor instead.
func (*OsdDumpPool) GetApplicationMetadata ¶
func (x *OsdDumpPool) GetApplicationMetadata() *structpb.Struct
func (*OsdDumpPool) GetAuid ¶
func (x *OsdDumpPool) GetAuid() uint64
func (*OsdDumpPool) GetCacheMinEvictAge ¶
func (x *OsdDumpPool) GetCacheMinEvictAge() uint64
func (*OsdDumpPool) GetCacheMinFlushAge ¶
func (x *OsdDumpPool) GetCacheMinFlushAge() uint64
func (*OsdDumpPool) GetCacheMode ¶
func (x *OsdDumpPool) GetCacheMode() string
func (*OsdDumpPool) GetCacheTargetDirtyHighRatioMicro ¶
func (x *OsdDumpPool) GetCacheTargetDirtyHighRatioMicro() uint64
func (*OsdDumpPool) GetCacheTargetDirtyRatioMicro ¶
func (x *OsdDumpPool) GetCacheTargetDirtyRatioMicro() uint64
func (*OsdDumpPool) GetCacheTargetFullRatioMicro ¶
func (x *OsdDumpPool) GetCacheTargetFullRatioMicro() uint64
func (*OsdDumpPool) GetCreateTime ¶
func (x *OsdDumpPool) GetCreateTime() *timestamppb.Timestamp
func (*OsdDumpPool) GetCrushRule ¶
func (x *OsdDumpPool) GetCrushRule() int32
func (*OsdDumpPool) GetErasureCodeProfile ¶
func (x *OsdDumpPool) GetErasureCodeProfile() string
func (*OsdDumpPool) GetExpectedNumObjects ¶
func (x *OsdDumpPool) GetExpectedNumObjects() uint64
func (*OsdDumpPool) GetFastRead ¶
func (x *OsdDumpPool) GetFastRead() bool
func (*OsdDumpPool) GetFlags ¶
func (x *OsdDumpPool) GetFlags() int64
func (*OsdDumpPool) GetFlagsNames ¶
func (x *OsdDumpPool) GetFlagsNames() string
func (*OsdDumpPool) GetGradeTable ¶
func (x *OsdDumpPool) GetGradeTable() []*structpb.Value
func (*OsdDumpPool) GetHitSetCount ¶
func (x *OsdDumpPool) GetHitSetCount() uint64
func (*OsdDumpPool) GetHitSetGradeDecayRate ¶
func (x *OsdDumpPool) GetHitSetGradeDecayRate() uint64
func (*OsdDumpPool) GetHitSetParams ¶
func (x *OsdDumpPool) GetHitSetParams() *OsdDumpHitSetParams
func (*OsdDumpPool) GetHitSetPeriod ¶
func (x *OsdDumpPool) GetHitSetPeriod() uint64
func (*OsdDumpPool) GetHitSetSearchLastN ¶
func (x *OsdDumpPool) GetHitSetSearchLastN() uint64
func (*OsdDumpPool) GetLastChange ¶
func (x *OsdDumpPool) GetLastChange() string
func (*OsdDumpPool) GetLastForceOpResend ¶
func (x *OsdDumpPool) GetLastForceOpResend() string
func (*OsdDumpPool) GetLastForceOpResendPreluminous ¶
func (x *OsdDumpPool) GetLastForceOpResendPreluminous() string
func (*OsdDumpPool) GetLastForceOpResendPrenautilus ¶
func (x *OsdDumpPool) GetLastForceOpResendPrenautilus() string
func (*OsdDumpPool) GetLastPgMergeMeta ¶
func (x *OsdDumpPool) GetLastPgMergeMeta() *OsdDumpLastPgMergeMeta
func (*OsdDumpPool) GetMinReadRecencyForPromote ¶
func (x *OsdDumpPool) GetMinReadRecencyForPromote() uint64
func (*OsdDumpPool) GetMinSize ¶
func (x *OsdDumpPool) GetMinSize() int32
func (*OsdDumpPool) GetMinWriteRecencyForPromote ¶
func (x *OsdDumpPool) GetMinWriteRecencyForPromote() uint64
func (*OsdDumpPool) GetObjectHash ¶
func (x *OsdDumpPool) GetObjectHash() int32
func (*OsdDumpPool) GetOptions ¶
func (x *OsdDumpPool) GetOptions() *structpb.Struct
func (*OsdDumpPool) GetPeeringCrushBucketBarrier ¶
func (x *OsdDumpPool) GetPeeringCrushBucketBarrier() int32
func (*OsdDumpPool) GetPeeringCrushBucketCount ¶
func (x *OsdDumpPool) GetPeeringCrushBucketCount() int32
func (*OsdDumpPool) GetPeeringCrushBucketMandatoryMember ¶
func (x *OsdDumpPool) GetPeeringCrushBucketMandatoryMember() int32
func (*OsdDumpPool) GetPeeringCrushBucketTarget ¶
func (x *OsdDumpPool) GetPeeringCrushBucketTarget() int32
func (*OsdDumpPool) GetPgAutoscaleMode ¶
func (x *OsdDumpPool) GetPgAutoscaleMode() string
func (*OsdDumpPool) GetPgNum ¶
func (x *OsdDumpPool) GetPgNum() int32
func (*OsdDumpPool) GetPgNumPending ¶
func (x *OsdDumpPool) GetPgNumPending() int32
func (*OsdDumpPool) GetPgNumTarget ¶
func (x *OsdDumpPool) GetPgNumTarget() int32
func (*OsdDumpPool) GetPgPlacementNum ¶
func (x *OsdDumpPool) GetPgPlacementNum() int32
func (*OsdDumpPool) GetPgPlacementNumTarget ¶
func (x *OsdDumpPool) GetPgPlacementNumTarget() int32
func (*OsdDumpPool) GetPool ¶
func (x *OsdDumpPool) GetPool() int32
func (*OsdDumpPool) GetPoolName ¶
func (x *OsdDumpPool) GetPoolName() string
func (*OsdDumpPool) GetPoolSnaps ¶
func (x *OsdDumpPool) GetPoolSnaps() []*structpb.Value
func (*OsdDumpPool) GetQuotaMaxBytes ¶
func (x *OsdDumpPool) GetQuotaMaxBytes() uint64
func (*OsdDumpPool) GetQuotaMaxObjects ¶
func (x *OsdDumpPool) GetQuotaMaxObjects() uint64
func (*OsdDumpPool) GetReadBalance ¶
func (x *OsdDumpPool) GetReadBalance() *OsdDumpReadBalance
func (*OsdDumpPool) GetReadTier ¶
func (x *OsdDumpPool) GetReadTier() int32
func (*OsdDumpPool) GetRemovedSnaps ¶
func (x *OsdDumpPool) GetRemovedSnaps() string
func (*OsdDumpPool) GetSize ¶
func (x *OsdDumpPool) GetSize() int32
func (*OsdDumpPool) GetSnapEpoch ¶
func (x *OsdDumpPool) GetSnapEpoch() uint64
func (*OsdDumpPool) GetSnapMode ¶
func (x *OsdDumpPool) GetSnapMode() string
func (*OsdDumpPool) GetSnapSeq ¶
func (x *OsdDumpPool) GetSnapSeq() uint64
func (*OsdDumpPool) GetStripeWidth ¶
func (x *OsdDumpPool) GetStripeWidth() uint64
func (*OsdDumpPool) GetTargetMaxBytes ¶
func (x *OsdDumpPool) GetTargetMaxBytes() uint64
func (*OsdDumpPool) GetTargetMaxObjects ¶
func (x *OsdDumpPool) GetTargetMaxObjects() uint64
func (*OsdDumpPool) GetTierOf ¶
func (x *OsdDumpPool) GetTierOf() int32
func (*OsdDumpPool) GetTiers ¶
func (x *OsdDumpPool) GetTiers() []int32
func (*OsdDumpPool) GetType ¶
func (x *OsdDumpPool) GetType() int32
func (*OsdDumpPool) GetUseGmtHitset ¶
func (x *OsdDumpPool) GetUseGmtHitset() bool
func (*OsdDumpPool) GetWriteTier ¶
func (x *OsdDumpPool) GetWriteTier() int32
func (*OsdDumpPool) ProtoMessage ¶
func (*OsdDumpPool) ProtoMessage()
func (*OsdDumpPool) ProtoReflect ¶
func (x *OsdDumpPool) ProtoReflect() protoreflect.Message
func (*OsdDumpPool) Reset ¶
func (x *OsdDumpPool) Reset()
func (*OsdDumpPool) String ¶
func (x *OsdDumpPool) String() string
type OsdDumpPublicAddrs ¶
type OsdDumpPublicAddrs struct { Addrvec []*OsdDumpAddrVec `protobuf:"bytes,1,rep,name=addrvec,proto3" json:"addrvec,omitempty"` // contains filtered or unexported fields }
func (*OsdDumpPublicAddrs) Descriptor
deprecated
func (*OsdDumpPublicAddrs) Descriptor() ([]byte, []int)
Deprecated: Use OsdDumpPublicAddrs.ProtoReflect.Descriptor instead.
func (*OsdDumpPublicAddrs) GetAddrvec ¶
func (x *OsdDumpPublicAddrs) GetAddrvec() []*OsdDumpAddrVec
func (*OsdDumpPublicAddrs) ProtoMessage ¶
func (*OsdDumpPublicAddrs) ProtoMessage()
func (*OsdDumpPublicAddrs) ProtoReflect ¶
func (x *OsdDumpPublicAddrs) ProtoReflect() protoreflect.Message
func (*OsdDumpPublicAddrs) Reset ¶
func (x *OsdDumpPublicAddrs) Reset()
func (*OsdDumpPublicAddrs) String ¶
func (x *OsdDumpPublicAddrs) String() string
type OsdDumpReadBalance ¶
type OsdDumpReadBalance struct { ScoreActing float64 `protobuf:"fixed64,1,opt,name=score_acting,json=scoreActing,proto3" json:"score_acting,omitempty"` ScoreStable float64 `protobuf:"fixed64,2,opt,name=score_stable,json=scoreStable,proto3" json:"score_stable,omitempty"` OptimalScore float64 `protobuf:"fixed64,3,opt,name=optimal_score,json=optimalScore,proto3" json:"optimal_score,omitempty"` RawScoreActing float64 `protobuf:"fixed64,4,opt,name=raw_score_acting,json=rawScoreActing,proto3" json:"raw_score_acting,omitempty"` RawScoreStable float64 `protobuf:"fixed64,5,opt,name=raw_score_stable,json=rawScoreStable,proto3" json:"raw_score_stable,omitempty"` PrimaryAffinityWeighted float64 `` /* 134-byte string literal not displayed */ AveragePrimaryAffinity float64 `` /* 131-byte string literal not displayed */ AveragePrimaryAffinityWeighted float64 `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*OsdDumpReadBalance) Descriptor
deprecated
func (*OsdDumpReadBalance) Descriptor() ([]byte, []int)
Deprecated: Use OsdDumpReadBalance.ProtoReflect.Descriptor instead.
func (*OsdDumpReadBalance) GetAveragePrimaryAffinity ¶
func (x *OsdDumpReadBalance) GetAveragePrimaryAffinity() float64
func (*OsdDumpReadBalance) GetAveragePrimaryAffinityWeighted ¶
func (x *OsdDumpReadBalance) GetAveragePrimaryAffinityWeighted() float64
func (*OsdDumpReadBalance) GetOptimalScore ¶
func (x *OsdDumpReadBalance) GetOptimalScore() float64
func (*OsdDumpReadBalance) GetPrimaryAffinityWeighted ¶
func (x *OsdDumpReadBalance) GetPrimaryAffinityWeighted() float64
func (*OsdDumpReadBalance) GetRawScoreActing ¶
func (x *OsdDumpReadBalance) GetRawScoreActing() float64
func (*OsdDumpReadBalance) GetRawScoreStable ¶
func (x *OsdDumpReadBalance) GetRawScoreStable() float64
func (*OsdDumpReadBalance) GetScoreActing ¶
func (x *OsdDumpReadBalance) GetScoreActing() float64
func (*OsdDumpReadBalance) GetScoreStable ¶
func (x *OsdDumpReadBalance) GetScoreStable() float64
func (*OsdDumpReadBalance) ProtoMessage ¶
func (*OsdDumpReadBalance) ProtoMessage()
func (*OsdDumpReadBalance) ProtoReflect ¶
func (x *OsdDumpReadBalance) ProtoReflect() protoreflect.Message
func (*OsdDumpReadBalance) Reset ¶
func (x *OsdDumpReadBalance) Reset()
func (*OsdDumpReadBalance) String ¶
func (x *OsdDumpReadBalance) String() string
type OsdDumpStretchMode ¶
type OsdDumpStretchMode struct { StretchModeEnabled bool `protobuf:"varint,1,opt,name=stretch_mode_enabled,json=stretchModeEnabled,proto3" json:"stretch_mode_enabled,omitempty"` StretchBucketCount int32 `protobuf:"varint,2,opt,name=stretch_bucket_count,json=stretchBucketCount,proto3" json:"stretch_bucket_count,omitempty"` DegradedStretchMode int32 `protobuf:"varint,3,opt,name=degraded_stretch_mode,json=degradedStretchMode,proto3" json:"degraded_stretch_mode,omitempty"` RecoveringStretchMode int32 `` /* 127-byte string literal not displayed */ StretchModeBucket int32 `protobuf:"varint,5,opt,name=stretch_mode_bucket,json=stretchModeBucket,proto3" json:"stretch_mode_bucket,omitempty"` // contains filtered or unexported fields }
func (*OsdDumpStretchMode) Descriptor
deprecated
func (*OsdDumpStretchMode) Descriptor() ([]byte, []int)
Deprecated: Use OsdDumpStretchMode.ProtoReflect.Descriptor instead.
func (*OsdDumpStretchMode) GetDegradedStretchMode ¶
func (x *OsdDumpStretchMode) GetDegradedStretchMode() int32
func (*OsdDumpStretchMode) GetRecoveringStretchMode ¶
func (x *OsdDumpStretchMode) GetRecoveringStretchMode() int32
func (*OsdDumpStretchMode) GetStretchBucketCount ¶
func (x *OsdDumpStretchMode) GetStretchBucketCount() int32
func (*OsdDumpStretchMode) GetStretchModeBucket ¶
func (x *OsdDumpStretchMode) GetStretchModeBucket() int32
func (*OsdDumpStretchMode) GetStretchModeEnabled ¶
func (x *OsdDumpStretchMode) GetStretchModeEnabled() bool
func (*OsdDumpStretchMode) ProtoMessage ¶
func (*OsdDumpStretchMode) ProtoMessage()
func (*OsdDumpStretchMode) ProtoReflect ¶
func (x *OsdDumpStretchMode) ProtoReflect() protoreflect.Message
func (*OsdDumpStretchMode) Reset ¶
func (x *OsdDumpStretchMode) Reset()
func (*OsdDumpStretchMode) String ¶
func (x *OsdDumpStretchMode) String() string
type OsdStats ¶
type OsdStats struct { Osd int64 `protobuf:"varint,1,opt,name=osd,proto3" json:"osd,omitempty"` UpFrom int64 `protobuf:"varint,2,opt,name=up_from,json=upFrom,proto3" json:"up_from,omitempty"` Seq int64 `protobuf:"varint,3,opt,name=seq,proto3" json:"seq,omitempty"` NumPgs int64 `protobuf:"varint,4,opt,name=num_pgs,json=numPgs,proto3" json:"num_pgs,omitempty"` NumOsds int64 `protobuf:"varint,5,opt,name=num_osds,json=numOsds,proto3" json:"num_osds,omitempty"` NumPerPoolOsds int64 `protobuf:"varint,6,opt,name=num_per_pool_osds,json=numPerPoolOsds,proto3" json:"num_per_pool_osds,omitempty"` NumPerPoolOmapOsds int64 `protobuf:"varint,7,opt,name=num_per_pool_omap_osds,json=numPerPoolOmapOsds,proto3" json:"num_per_pool_omap_osds,omitempty"` Kb int64 `protobuf:"varint,8,opt,name=kb,proto3" json:"kb,omitempty"` KbUsed int64 `protobuf:"varint,9,opt,name=kb_used,json=kbUsed,proto3" json:"kb_used,omitempty"` KbUsedData int64 `protobuf:"varint,10,opt,name=kb_used_data,json=kbUsedData,proto3" json:"kb_used_data,omitempty"` KbUsedOmap int64 `protobuf:"varint,11,opt,name=kb_used_omap,json=kbUsedOmap,proto3" json:"kb_used_omap,omitempty"` KbUsedMeta int64 `protobuf:"varint,12,opt,name=kb_used_meta,json=kbUsedMeta,proto3" json:"kb_used_meta,omitempty"` KbAvail int64 `protobuf:"varint,13,opt,name=kb_avail,json=kbAvail,proto3" json:"kb_avail,omitempty"` Statfs *OsdStats_StatFs `protobuf:"bytes,14,opt,name=statfs,proto3" json:"statfs,omitempty"` HbPeers []int64 `protobuf:"varint,15,rep,packed,name=hb_peers,json=hbPeers,proto3" json:"hb_peers,omitempty"` SnapTrimQueueLen int64 `protobuf:"varint,16,opt,name=snap_trim_queue_len,json=snapTrimQueueLen,proto3" json:"snap_trim_queue_len,omitempty"` NumSnapTrimming int64 `protobuf:"varint,17,opt,name=num_snap_trimming,json=numSnapTrimming,proto3" json:"num_snap_trimming,omitempty"` NumShardsRepaired int64 `protobuf:"varint,18,opt,name=num_shards_repaired,json=numShardsRepaired,proto3" json:"num_shards_repaired,omitempty"` OpQueueAgeHist *OsdStats_OpQueueAgeHist `protobuf:"bytes,19,opt,name=op_queue_age_hist,json=opQueueAgeHist,proto3" json:"op_queue_age_hist,omitempty"` PerfStat *OsdStats_PerfStat `protobuf:"bytes,20,opt,name=perf_stat,json=perfStat,proto3" json:"perf_stat,omitempty"` Alerts []string `protobuf:"bytes,21,rep,name=alerts,proto3" json:"alerts,omitempty"` NetworkPingTimes []*OsdStats_NetworkPingTime `protobuf:"bytes,22,rep,name=network_ping_times,json=networkPingTimes,proto3" json:"network_ping_times,omitempty"` // contains filtered or unexported fields }
func (*OsdStats) Descriptor
deprecated
func (*OsdStats) GetHbPeers ¶
func (*OsdStats) GetKbAvail ¶
func (*OsdStats) GetKbUsedData ¶
func (*OsdStats) GetKbUsedMeta ¶
func (*OsdStats) GetKbUsedOmap ¶
func (*OsdStats) GetNetworkPingTimes ¶
func (x *OsdStats) GetNetworkPingTimes() []*OsdStats_NetworkPingTime
func (*OsdStats) GetNumOsds ¶
func (*OsdStats) GetNumPerPoolOmapOsds ¶
func (*OsdStats) GetNumPerPoolOsds ¶
func (*OsdStats) GetNumShardsRepaired ¶
func (*OsdStats) GetNumSnapTrimming ¶
func (*OsdStats) GetOpQueueAgeHist ¶
func (x *OsdStats) GetOpQueueAgeHist() *OsdStats_OpQueueAgeHist
func (*OsdStats) GetPerfStat ¶
func (x *OsdStats) GetPerfStat() *OsdStats_PerfStat
func (*OsdStats) GetSnapTrimQueueLen ¶
func (*OsdStats) GetStatfs ¶
func (x *OsdStats) GetStatfs() *OsdStats_StatFs
func (*OsdStats) ProtoMessage ¶
func (*OsdStats) ProtoMessage()
func (*OsdStats) ProtoReflect ¶
func (x *OsdStats) ProtoReflect() protoreflect.Message
type OsdStats_NetworkPingTime ¶
type OsdStats_NetworkPingTime struct { Osd int64 `protobuf:"varint,1,opt,name=osd,proto3" json:"osd,omitempty"` LastUpdate string `protobuf:"bytes,2,opt,name=last_update,json=lastUpdate,proto3" json:"last_update,omitempty"` Interfaces []*OsdStats_NetworkPingTime_Interface `protobuf:"bytes,3,rep,name=interfaces,proto3" json:"interfaces,omitempty"` // contains filtered or unexported fields }
func (*OsdStats_NetworkPingTime) Descriptor
deprecated
func (*OsdStats_NetworkPingTime) Descriptor() ([]byte, []int)
Deprecated: Use OsdStats_NetworkPingTime.ProtoReflect.Descriptor instead.
func (*OsdStats_NetworkPingTime) GetInterfaces ¶
func (x *OsdStats_NetworkPingTime) GetInterfaces() []*OsdStats_NetworkPingTime_Interface
func (*OsdStats_NetworkPingTime) GetLastUpdate ¶
func (x *OsdStats_NetworkPingTime) GetLastUpdate() string
func (*OsdStats_NetworkPingTime) GetOsd ¶
func (x *OsdStats_NetworkPingTime) GetOsd() int64
func (*OsdStats_NetworkPingTime) ProtoMessage ¶
func (*OsdStats_NetworkPingTime) ProtoMessage()
func (*OsdStats_NetworkPingTime) ProtoReflect ¶
func (x *OsdStats_NetworkPingTime) ProtoReflect() protoreflect.Message
func (*OsdStats_NetworkPingTime) Reset ¶
func (x *OsdStats_NetworkPingTime) Reset()
func (*OsdStats_NetworkPingTime) String ¶
func (x *OsdStats_NetworkPingTime) String() string
type OsdStats_NetworkPingTime_Interface ¶
type OsdStats_NetworkPingTime_Interface struct { InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"` Average *OsdStats_NetworkPingTime_Interface_Average `protobuf:"bytes,2,opt,name=average,proto3" json:"average,omitempty"` Min *OsdStats_NetworkPingTime_Interface_Min `protobuf:"bytes,3,opt,name=min,proto3" json:"min,omitempty"` Max *OsdStats_NetworkPingTime_Interface_Max `protobuf:"bytes,4,opt,name=max,proto3" json:"max,omitempty"` Last float64 `protobuf:"fixed64,5,opt,name=last,proto3" json:"last,omitempty"` // contains filtered or unexported fields }
func (*OsdStats_NetworkPingTime_Interface) Descriptor
deprecated
func (*OsdStats_NetworkPingTime_Interface) Descriptor() ([]byte, []int)
Deprecated: Use OsdStats_NetworkPingTime_Interface.ProtoReflect.Descriptor instead.
func (*OsdStats_NetworkPingTime_Interface) GetAverage ¶
func (x *OsdStats_NetworkPingTime_Interface) GetAverage() *OsdStats_NetworkPingTime_Interface_Average
func (*OsdStats_NetworkPingTime_Interface) GetInterfaceName ¶
func (x *OsdStats_NetworkPingTime_Interface) GetInterfaceName() string
func (*OsdStats_NetworkPingTime_Interface) GetLast ¶
func (x *OsdStats_NetworkPingTime_Interface) GetLast() float64
func (*OsdStats_NetworkPingTime_Interface) GetMax ¶
func (x *OsdStats_NetworkPingTime_Interface) GetMax() *OsdStats_NetworkPingTime_Interface_Max
func (*OsdStats_NetworkPingTime_Interface) GetMin ¶
func (x *OsdStats_NetworkPingTime_Interface) GetMin() *OsdStats_NetworkPingTime_Interface_Min
func (*OsdStats_NetworkPingTime_Interface) ProtoMessage ¶
func (*OsdStats_NetworkPingTime_Interface) ProtoMessage()
func (*OsdStats_NetworkPingTime_Interface) ProtoReflect ¶
func (x *OsdStats_NetworkPingTime_Interface) ProtoReflect() protoreflect.Message
func (*OsdStats_NetworkPingTime_Interface) Reset ¶
func (x *OsdStats_NetworkPingTime_Interface) Reset()
func (*OsdStats_NetworkPingTime_Interface) String ¶
func (x *OsdStats_NetworkPingTime_Interface) String() string
type OsdStats_NetworkPingTime_Interface_Average ¶
type OsdStats_NetworkPingTime_Interface_Average struct { Min1 float64 `protobuf:"fixed64,1,opt,name=min1,proto3" json:"min1,omitempty"` Min5 float64 `protobuf:"fixed64,2,opt,name=min5,proto3" json:"min5,omitempty"` Min15 float64 `protobuf:"fixed64,3,opt,name=min15,proto3" json:"min15,omitempty"` // contains filtered or unexported fields }
func (*OsdStats_NetworkPingTime_Interface_Average) Descriptor
deprecated
func (*OsdStats_NetworkPingTime_Interface_Average) Descriptor() ([]byte, []int)
Deprecated: Use OsdStats_NetworkPingTime_Interface_Average.ProtoReflect.Descriptor instead.
func (*OsdStats_NetworkPingTime_Interface_Average) GetMin1 ¶
func (x *OsdStats_NetworkPingTime_Interface_Average) GetMin1() float64
func (*OsdStats_NetworkPingTime_Interface_Average) GetMin15 ¶
func (x *OsdStats_NetworkPingTime_Interface_Average) GetMin15() float64
func (*OsdStats_NetworkPingTime_Interface_Average) GetMin5 ¶
func (x *OsdStats_NetworkPingTime_Interface_Average) GetMin5() float64
func (*OsdStats_NetworkPingTime_Interface_Average) ProtoMessage ¶
func (*OsdStats_NetworkPingTime_Interface_Average) ProtoMessage()
func (*OsdStats_NetworkPingTime_Interface_Average) ProtoReflect ¶
func (x *OsdStats_NetworkPingTime_Interface_Average) ProtoReflect() protoreflect.Message
func (*OsdStats_NetworkPingTime_Interface_Average) Reset ¶
func (x *OsdStats_NetworkPingTime_Interface_Average) Reset()
func (*OsdStats_NetworkPingTime_Interface_Average) String ¶
func (x *OsdStats_NetworkPingTime_Interface_Average) String() string
type OsdStats_NetworkPingTime_Interface_Max ¶
type OsdStats_NetworkPingTime_Interface_Max struct { Min1 float64 `protobuf:"fixed64,1,opt,name=min1,proto3" json:"min1,omitempty"` Min5 float64 `protobuf:"fixed64,2,opt,name=min5,proto3" json:"min5,omitempty"` Min15 float64 `protobuf:"fixed64,3,opt,name=min15,proto3" json:"min15,omitempty"` // contains filtered or unexported fields }
func (*OsdStats_NetworkPingTime_Interface_Max) Descriptor
deprecated
func (*OsdStats_NetworkPingTime_Interface_Max) Descriptor() ([]byte, []int)
Deprecated: Use OsdStats_NetworkPingTime_Interface_Max.ProtoReflect.Descriptor instead.
func (*OsdStats_NetworkPingTime_Interface_Max) GetMin1 ¶
func (x *OsdStats_NetworkPingTime_Interface_Max) GetMin1() float64
func (*OsdStats_NetworkPingTime_Interface_Max) GetMin15 ¶
func (x *OsdStats_NetworkPingTime_Interface_Max) GetMin15() float64
func (*OsdStats_NetworkPingTime_Interface_Max) GetMin5 ¶
func (x *OsdStats_NetworkPingTime_Interface_Max) GetMin5() float64
func (*OsdStats_NetworkPingTime_Interface_Max) ProtoMessage ¶
func (*OsdStats_NetworkPingTime_Interface_Max) ProtoMessage()
func (*OsdStats_NetworkPingTime_Interface_Max) ProtoReflect ¶
func (x *OsdStats_NetworkPingTime_Interface_Max) ProtoReflect() protoreflect.Message
func (*OsdStats_NetworkPingTime_Interface_Max) Reset ¶
func (x *OsdStats_NetworkPingTime_Interface_Max) Reset()
func (*OsdStats_NetworkPingTime_Interface_Max) String ¶
func (x *OsdStats_NetworkPingTime_Interface_Max) String() string
type OsdStats_NetworkPingTime_Interface_Min ¶
type OsdStats_NetworkPingTime_Interface_Min struct { Min1 float64 `protobuf:"fixed64,1,opt,name=min1,proto3" json:"min1,omitempty"` Min5 float64 `protobuf:"fixed64,2,opt,name=min5,proto3" json:"min5,omitempty"` Min15 float64 `protobuf:"fixed64,3,opt,name=min15,proto3" json:"min15,omitempty"` // contains filtered or unexported fields }
func (*OsdStats_NetworkPingTime_Interface_Min) Descriptor
deprecated
func (*OsdStats_NetworkPingTime_Interface_Min) Descriptor() ([]byte, []int)
Deprecated: Use OsdStats_NetworkPingTime_Interface_Min.ProtoReflect.Descriptor instead.
func (*OsdStats_NetworkPingTime_Interface_Min) GetMin1 ¶
func (x *OsdStats_NetworkPingTime_Interface_Min) GetMin1() float64
func (*OsdStats_NetworkPingTime_Interface_Min) GetMin15 ¶
func (x *OsdStats_NetworkPingTime_Interface_Min) GetMin15() float64
func (*OsdStats_NetworkPingTime_Interface_Min) GetMin5 ¶
func (x *OsdStats_NetworkPingTime_Interface_Min) GetMin5() float64
func (*OsdStats_NetworkPingTime_Interface_Min) ProtoMessage ¶
func (*OsdStats_NetworkPingTime_Interface_Min) ProtoMessage()
func (*OsdStats_NetworkPingTime_Interface_Min) ProtoReflect ¶
func (x *OsdStats_NetworkPingTime_Interface_Min) ProtoReflect() protoreflect.Message
func (*OsdStats_NetworkPingTime_Interface_Min) Reset ¶
func (x *OsdStats_NetworkPingTime_Interface_Min) Reset()
func (*OsdStats_NetworkPingTime_Interface_Min) String ¶
func (x *OsdStats_NetworkPingTime_Interface_Min) String() string
type OsdStats_OpQueueAgeHist ¶
type OsdStats_OpQueueAgeHist struct { Histogram []int64 `protobuf:"varint,1,rep,packed,name=histogram,proto3" json:"histogram,omitempty"` UpperBound int64 `protobuf:"varint,2,opt,name=upper_bound,json=upperBound,proto3" json:"upper_bound,omitempty"` // contains filtered or unexported fields }
func (*OsdStats_OpQueueAgeHist) Descriptor
deprecated
func (*OsdStats_OpQueueAgeHist) Descriptor() ([]byte, []int)
Deprecated: Use OsdStats_OpQueueAgeHist.ProtoReflect.Descriptor instead.
func (*OsdStats_OpQueueAgeHist) GetHistogram ¶
func (x *OsdStats_OpQueueAgeHist) GetHistogram() []int64
func (*OsdStats_OpQueueAgeHist) GetUpperBound ¶
func (x *OsdStats_OpQueueAgeHist) GetUpperBound() int64
func (*OsdStats_OpQueueAgeHist) ProtoMessage ¶
func (*OsdStats_OpQueueAgeHist) ProtoMessage()
func (*OsdStats_OpQueueAgeHist) ProtoReflect ¶
func (x *OsdStats_OpQueueAgeHist) ProtoReflect() protoreflect.Message
func (*OsdStats_OpQueueAgeHist) Reset ¶
func (x *OsdStats_OpQueueAgeHist) Reset()
func (*OsdStats_OpQueueAgeHist) String ¶
func (x *OsdStats_OpQueueAgeHist) String() string
type OsdStats_PerfStat ¶
type OsdStats_PerfStat struct { CommitLatencyMs int64 `protobuf:"varint,1,opt,name=commit_latency_ms,json=commitLatencyMs,proto3" json:"commit_latency_ms,omitempty"` ApplyLatencyMs int64 `protobuf:"varint,2,opt,name=apply_latency_ms,json=applyLatencyMs,proto3" json:"apply_latency_ms,omitempty"` CommitLatencyNs int64 `protobuf:"varint,3,opt,name=commit_latency_ns,json=commitLatencyNs,proto3" json:"commit_latency_ns,omitempty"` ApplyLatencyNs int64 `protobuf:"varint,4,opt,name=apply_latency_ns,json=applyLatencyNs,proto3" json:"apply_latency_ns,omitempty"` // contains filtered or unexported fields }
func (*OsdStats_PerfStat) Descriptor
deprecated
func (*OsdStats_PerfStat) Descriptor() ([]byte, []int)
Deprecated: Use OsdStats_PerfStat.ProtoReflect.Descriptor instead.
func (*OsdStats_PerfStat) GetApplyLatencyMs ¶
func (x *OsdStats_PerfStat) GetApplyLatencyMs() int64
func (*OsdStats_PerfStat) GetApplyLatencyNs ¶
func (x *OsdStats_PerfStat) GetApplyLatencyNs() int64
func (*OsdStats_PerfStat) GetCommitLatencyMs ¶
func (x *OsdStats_PerfStat) GetCommitLatencyMs() int64
func (*OsdStats_PerfStat) GetCommitLatencyNs ¶
func (x *OsdStats_PerfStat) GetCommitLatencyNs() int64
func (*OsdStats_PerfStat) ProtoMessage ¶
func (*OsdStats_PerfStat) ProtoMessage()
func (*OsdStats_PerfStat) ProtoReflect ¶
func (x *OsdStats_PerfStat) ProtoReflect() protoreflect.Message
func (*OsdStats_PerfStat) Reset ¶
func (x *OsdStats_PerfStat) Reset()
func (*OsdStats_PerfStat) String ¶
func (x *OsdStats_PerfStat) String() string
type OsdStats_StatFs ¶
type OsdStats_StatFs struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` Available int64 `protobuf:"varint,2,opt,name=available,proto3" json:"available,omitempty"` InternallyReserved int64 `protobuf:"varint,3,opt,name=internally_reserved,json=internallyReserved,proto3" json:"internally_reserved,omitempty"` Allocated int64 `protobuf:"varint,4,opt,name=allocated,proto3" json:"allocated,omitempty"` DataStored int64 `protobuf:"varint,5,opt,name=data_stored,json=dataStored,proto3" json:"data_stored,omitempty"` DataCompressed int64 `protobuf:"varint,6,opt,name=data_compressed,json=dataCompressed,proto3" json:"data_compressed,omitempty"` DataCompressedAllocated int64 `` /* 133-byte string literal not displayed */ DataCompressedOriginal int64 `` /* 130-byte string literal not displayed */ OmapAllocated int64 `protobuf:"varint,9,opt,name=omap_allocated,json=omapAllocated,proto3" json:"omap_allocated,omitempty"` InternalMetadata int64 `protobuf:"varint,10,opt,name=internal_metadata,json=internalMetadata,proto3" json:"internal_metadata,omitempty"` // contains filtered or unexported fields }
func (*OsdStats_StatFs) Descriptor
deprecated
func (*OsdStats_StatFs) Descriptor() ([]byte, []int)
Deprecated: Use OsdStats_StatFs.ProtoReflect.Descriptor instead.
func (*OsdStats_StatFs) GetAllocated ¶
func (x *OsdStats_StatFs) GetAllocated() int64
func (*OsdStats_StatFs) GetAvailable ¶
func (x *OsdStats_StatFs) GetAvailable() int64
func (*OsdStats_StatFs) GetDataCompressed ¶
func (x *OsdStats_StatFs) GetDataCompressed() int64
func (*OsdStats_StatFs) GetDataCompressedAllocated ¶
func (x *OsdStats_StatFs) GetDataCompressedAllocated() int64
func (*OsdStats_StatFs) GetDataCompressedOriginal ¶
func (x *OsdStats_StatFs) GetDataCompressedOriginal() int64
func (*OsdStats_StatFs) GetDataStored ¶
func (x *OsdStats_StatFs) GetDataStored() int64
func (*OsdStats_StatFs) GetInternalMetadata ¶
func (x *OsdStats_StatFs) GetInternalMetadata() int64
func (*OsdStats_StatFs) GetInternallyReserved ¶
func (x *OsdStats_StatFs) GetInternallyReserved() int64
func (*OsdStats_StatFs) GetOmapAllocated ¶
func (x *OsdStats_StatFs) GetOmapAllocated() int64
func (*OsdStats_StatFs) GetTotal ¶
func (x *OsdStats_StatFs) GetTotal() int64
func (*OsdStats_StatFs) ProtoMessage ¶
func (*OsdStats_StatFs) ProtoMessage()
func (*OsdStats_StatFs) ProtoReflect ¶
func (x *OsdStats_StatFs) ProtoReflect() protoreflect.Message
func (*OsdStats_StatFs) Reset ¶
func (x *OsdStats_StatFs) Reset()
func (*OsdStats_StatFs) String ¶
func (x *OsdStats_StatFs) String() string
type PGMap ¶
type PGMap struct { Version int64 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` Stamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=stamp,proto3" json:"stamp,omitempty"` LastOsdmapEpoch int64 `protobuf:"varint,3,opt,name=last_osdmap_epoch,json=lastOsdmapEpoch,proto3" json:"last_osdmap_epoch,omitempty"` LastPgScan int64 `protobuf:"varint,4,opt,name=last_pg_scan,json=lastPgScan,proto3" json:"last_pg_scan,omitempty"` PgStatsSum *PGStatsSum `protobuf:"bytes,5,opt,name=pg_stats_sum,json=pgStatsSum,proto3" json:"pg_stats_sum,omitempty"` OsdStatsSum *OSDStatsSum `protobuf:"bytes,6,opt,name=osd_stats_sum,json=osdStatsSum,proto3" json:"osd_stats_sum,omitempty"` PgStatsDelta *PGStatsDelta `protobuf:"bytes,7,opt,name=pg_stats_delta,json=pgStatsDelta,proto3" json:"pg_stats_delta,omitempty"` PgStats []*PGStat `protobuf:"bytes,8,rep,name=pg_stats,json=pgStats,proto3" json:"pg_stats,omitempty"` PoolStats []*PoolStats `protobuf:"bytes,9,rep,name=pool_stats,json=poolStats,proto3" json:"pool_stats,omitempty"` OsdStats []*OsdStats `protobuf:"bytes,10,rep,name=osd_stats,json=osdStats,proto3" json:"osd_stats,omitempty"` PoolStatfs []*PoolStatFs `protobuf:"bytes,11,rep,name=pool_statfs,json=poolStatfs,proto3" json:"pool_statfs,omitempty"` // contains filtered or unexported fields }
func (*PGMap) Descriptor
deprecated
func (*PGMap) GetLastOsdmapEpoch ¶
func (*PGMap) GetLastPgScan ¶
func (*PGMap) GetOsdStats ¶
func (*PGMap) GetOsdStatsSum ¶
func (x *PGMap) GetOsdStatsSum() *OSDStatsSum
func (*PGMap) GetPgStats ¶
func (*PGMap) GetPgStatsDelta ¶
func (x *PGMap) GetPgStatsDelta() *PGStatsDelta
func (*PGMap) GetPgStatsSum ¶
func (x *PGMap) GetPgStatsSum() *PGStatsSum
func (*PGMap) GetPoolStatfs ¶
func (x *PGMap) GetPoolStatfs() []*PoolStatFs
func (*PGMap) GetPoolStats ¶
func (*PGMap) GetStamp ¶
func (x *PGMap) GetStamp() *timestamppb.Timestamp
func (*PGMap) GetVersion ¶
func (*PGMap) ProtoMessage ¶
func (*PGMap) ProtoMessage()
func (*PGMap) ProtoReflect ¶
func (x *PGMap) ProtoReflect() protoreflect.Message
type PGStat ¶
type PGStat struct { Pgid string `protobuf:"bytes,1,opt,name=pgid,proto3" json:"pgid,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` ReportedSeq int64 `protobuf:"varint,3,opt,name=reported_seq,json=reportedSeq,proto3" json:"reported_seq,omitempty"` ReportedEpoch int64 `protobuf:"varint,4,opt,name=reported_epoch,json=reportedEpoch,proto3" json:"reported_epoch,omitempty"` State string `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"` LastFresh *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=last_fresh,json=lastFresh,proto3" json:"last_fresh,omitempty"` LastChange *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=last_change,json=lastChange,proto3" json:"last_change,omitempty"` LastActive *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=last_active,json=lastActive,proto3" json:"last_active,omitempty"` LastPeered *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=last_peered,json=lastPeered,proto3" json:"last_peered,omitempty"` LastClean *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=last_clean,json=lastClean,proto3" json:"last_clean,omitempty"` LastBecameActive *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=last_became_active,json=lastBecameActive,proto3" json:"last_became_active,omitempty"` LastBecamePeered *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=last_became_peered,json=lastBecamePeered,proto3" json:"last_became_peered,omitempty"` LastUnstale *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=last_unstale,json=lastUnstale,proto3" json:"last_unstale,omitempty"` LastUndegraded *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=last_undegraded,json=lastUndegraded,proto3" json:"last_undegraded,omitempty"` LastFullsized *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=last_fullsized,json=lastFullsized,proto3" json:"last_fullsized,omitempty"` MappingEpoch int64 `protobuf:"varint,16,opt,name=mapping_epoch,json=mappingEpoch,proto3" json:"mapping_epoch,omitempty"` LogStart string `protobuf:"bytes,17,opt,name=log_start,json=logStart,proto3" json:"log_start,omitempty"` OndiskLogStart string `protobuf:"bytes,18,opt,name=ondisk_log_start,json=ondiskLogStart,proto3" json:"ondisk_log_start,omitempty"` Created int64 `protobuf:"varint,19,opt,name=created,proto3" json:"created,omitempty"` LastEpochClean int64 `protobuf:"varint,20,opt,name=last_epoch_clean,json=lastEpochClean,proto3" json:"last_epoch_clean,omitempty"` Parent string `protobuf:"bytes,21,opt,name=parent,proto3" json:"parent,omitempty"` ParentSplitBits int64 `protobuf:"varint,22,opt,name=parent_split_bits,json=parentSplitBits,proto3" json:"parent_split_bits,omitempty"` LastScrub string `protobuf:"bytes,23,opt,name=last_scrub,json=lastScrub,proto3" json:"last_scrub,omitempty"` LastScrubStamp *timestamppb.Timestamp `protobuf:"bytes,24,opt,name=last_scrub_stamp,json=lastScrubStamp,proto3" json:"last_scrub_stamp,omitempty"` LastDeepScrub string `protobuf:"bytes,25,opt,name=last_deep_scrub,json=lastDeepScrub,proto3" json:"last_deep_scrub,omitempty"` LastDeepScrubStamp *timestamppb.Timestamp `protobuf:"bytes,26,opt,name=last_deep_scrub_stamp,json=lastDeepScrubStamp,proto3" json:"last_deep_scrub_stamp,omitempty"` LastCleanScrubStamp *timestamppb.Timestamp `protobuf:"bytes,27,opt,name=last_clean_scrub_stamp,json=lastCleanScrubStamp,proto3" json:"last_clean_scrub_stamp,omitempty"` ObjectsScrubbed int64 `protobuf:"varint,28,opt,name=objects_scrubbed,json=objectsScrubbed,proto3" json:"objects_scrubbed,omitempty"` LogSize int64 `protobuf:"varint,29,opt,name=log_size,json=logSize,proto3" json:"log_size,omitempty"` LogDupsSize int64 `protobuf:"varint,30,opt,name=log_dups_size,json=logDupsSize,proto3" json:"log_dups_size,omitempty"` OndiskLogSize int64 `protobuf:"varint,31,opt,name=ondisk_log_size,json=ondiskLogSize,proto3" json:"ondisk_log_size,omitempty"` StatsInvalid bool `protobuf:"varint,32,opt,name=stats_invalid,json=statsInvalid,proto3" json:"stats_invalid,omitempty"` DirtyStatsInvalid bool `protobuf:"varint,33,opt,name=dirty_stats_invalid,json=dirtyStatsInvalid,proto3" json:"dirty_stats_invalid,omitempty"` OmapStatsInvalid bool `protobuf:"varint,34,opt,name=omap_stats_invalid,json=omapStatsInvalid,proto3" json:"omap_stats_invalid,omitempty"` HitsetStatsInvalid bool `protobuf:"varint,35,opt,name=hitset_stats_invalid,json=hitsetStatsInvalid,proto3" json:"hitset_stats_invalid,omitempty"` HitsetBytesStatsInvalid bool `` /* 136-byte string literal not displayed */ PinStatsInvalid bool `protobuf:"varint,37,opt,name=pin_stats_invalid,json=pinStatsInvalid,proto3" json:"pin_stats_invalid,omitempty"` ManifestStatsInvalid bool `protobuf:"varint,38,opt,name=manifest_stats_invalid,json=manifestStatsInvalid,proto3" json:"manifest_stats_invalid,omitempty"` SnaptrimqLen int64 `protobuf:"varint,39,opt,name=snaptrimq_len,json=snaptrimqLen,proto3" json:"snaptrimq_len,omitempty"` LastScrubDuration int64 `protobuf:"varint,40,opt,name=last_scrub_duration,json=lastScrubDuration,proto3" json:"last_scrub_duration,omitempty"` ScrubSchedule string `protobuf:"bytes,41,opt,name=scrub_schedule,json=scrubSchedule,proto3" json:"scrub_schedule,omitempty"` ScrubDuration float64 `protobuf:"fixed64,42,opt,name=scrub_duration,json=scrubDuration,proto3" json:"scrub_duration,omitempty"` ObjectsTrimmed int64 `protobuf:"varint,43,opt,name=objects_trimmed,json=objectsTrimmed,proto3" json:"objects_trimmed,omitempty"` SnaptrimDuration float64 `protobuf:"fixed64,44,opt,name=snaptrim_duration,json=snaptrimDuration,proto3" json:"snaptrim_duration,omitempty"` StatSum *PGStat_PGStat_StatSum `protobuf:"bytes,45,opt,name=stat_sum,json=statSum,proto3" json:"stat_sum,omitempty"` Up []int64 `protobuf:"varint,46,rep,packed,name=up,proto3" json:"up,omitempty"` Acting []int64 `protobuf:"varint,47,rep,packed,name=acting,proto3" json:"acting,omitempty"` AvailNoMissing []int64 `protobuf:"varint,48,rep,packed,name=avail_no_missing,json=availNoMissing,proto3" json:"avail_no_missing,omitempty"` ObjectLocationCounts []int64 `` /* 132-byte string literal not displayed */ BlockedBy []int64 `protobuf:"varint,50,rep,packed,name=blocked_by,json=blockedBy,proto3" json:"blocked_by,omitempty"` UpPrimary int64 `protobuf:"varint,51,opt,name=up_primary,json=upPrimary,proto3" json:"up_primary,omitempty"` ActingPrimary int64 `protobuf:"varint,52,opt,name=acting_primary,json=actingPrimary,proto3" json:"acting_primary,omitempty"` PurgedSnaps []int64 `protobuf:"varint,53,rep,packed,name=purged_snaps,json=purgedSnaps,proto3" json:"purged_snaps,omitempty"` // contains filtered or unexported fields }
func (*PGStat) Descriptor
deprecated
func (*PGStat) GetActingPrimary ¶
func (*PGStat) GetAvailNoMissing ¶
func (*PGStat) GetBlockedBy ¶
func (*PGStat) GetCreated ¶
func (*PGStat) GetDirtyStatsInvalid ¶
func (*PGStat) GetHitsetBytesStatsInvalid ¶
func (*PGStat) GetHitsetStatsInvalid ¶
func (*PGStat) GetLastActive ¶
func (x *PGStat) GetLastActive() *timestamppb.Timestamp
func (*PGStat) GetLastBecameActive ¶
func (x *PGStat) GetLastBecameActive() *timestamppb.Timestamp
func (*PGStat) GetLastBecamePeered ¶
func (x *PGStat) GetLastBecamePeered() *timestamppb.Timestamp
func (*PGStat) GetLastChange ¶
func (x *PGStat) GetLastChange() *timestamppb.Timestamp
func (*PGStat) GetLastClean ¶
func (x *PGStat) GetLastClean() *timestamppb.Timestamp
func (*PGStat) GetLastCleanScrubStamp ¶
func (x *PGStat) GetLastCleanScrubStamp() *timestamppb.Timestamp
func (*PGStat) GetLastDeepScrub ¶
func (*PGStat) GetLastDeepScrubStamp ¶
func (x *PGStat) GetLastDeepScrubStamp() *timestamppb.Timestamp
func (*PGStat) GetLastEpochClean ¶
func (*PGStat) GetLastFresh ¶
func (x *PGStat) GetLastFresh() *timestamppb.Timestamp
func (*PGStat) GetLastFullsized ¶
func (x *PGStat) GetLastFullsized() *timestamppb.Timestamp
func (*PGStat) GetLastPeered ¶
func (x *PGStat) GetLastPeered() *timestamppb.Timestamp
func (*PGStat) GetLastScrub ¶
func (*PGStat) GetLastScrubDuration ¶
func (*PGStat) GetLastScrubStamp ¶
func (x *PGStat) GetLastScrubStamp() *timestamppb.Timestamp
func (*PGStat) GetLastUndegraded ¶
func (x *PGStat) GetLastUndegraded() *timestamppb.Timestamp
func (*PGStat) GetLastUnstale ¶
func (x *PGStat) GetLastUnstale() *timestamppb.Timestamp
func (*PGStat) GetLogDupsSize ¶
func (*PGStat) GetLogSize ¶
func (*PGStat) GetLogStart ¶
func (*PGStat) GetManifestStatsInvalid ¶
func (*PGStat) GetMappingEpoch ¶
func (*PGStat) GetObjectLocationCounts ¶
func (*PGStat) GetObjectsScrubbed ¶
func (*PGStat) GetObjectsTrimmed ¶
func (*PGStat) GetOmapStatsInvalid ¶
func (*PGStat) GetOndiskLogSize ¶
func (*PGStat) GetOndiskLogStart ¶
func (*PGStat) GetParentSplitBits ¶
func (*PGStat) GetPinStatsInvalid ¶
func (*PGStat) GetPurgedSnaps ¶
func (*PGStat) GetReportedEpoch ¶
func (*PGStat) GetReportedSeq ¶
func (*PGStat) GetScrubDuration ¶
func (*PGStat) GetScrubSchedule ¶
func (*PGStat) GetSnaptrimDuration ¶
func (*PGStat) GetSnaptrimqLen ¶
func (*PGStat) GetStatSum ¶
func (x *PGStat) GetStatSum() *PGStat_PGStat_StatSum
func (*PGStat) GetStatsInvalid ¶
func (*PGStat) GetUpPrimary ¶
func (*PGStat) GetVersion ¶
func (*PGStat) ProtoMessage ¶
func (*PGStat) ProtoMessage()
func (*PGStat) ProtoReflect ¶
func (x *PGStat) ProtoReflect() protoreflect.Message
type PGStat_PGStat_StatSum ¶
type PGStat_PGStat_StatSum struct { NumBytes int64 `protobuf:"varint,1,opt,name=num_bytes,json=numBytes,proto3" json:"num_bytes,omitempty"` NumObjects int64 `protobuf:"varint,2,opt,name=num_objects,json=numObjects,proto3" json:"num_objects,omitempty"` NumObjectClones int64 `protobuf:"varint,3,opt,name=num_object_clones,json=numObjectClones,proto3" json:"num_object_clones,omitempty"` NumObjectCopies int64 `protobuf:"varint,4,opt,name=num_object_copies,json=numObjectCopies,proto3" json:"num_object_copies,omitempty"` NumObjectsMissingOnPrimary int64 `` /* 146-byte string literal not displayed */ NumObjectsMissing int64 `protobuf:"varint,6,opt,name=num_objects_missing,json=numObjectsMissing,proto3" json:"num_objects_missing,omitempty"` NumObjectsDegraded int64 `protobuf:"varint,7,opt,name=num_objects_degraded,json=numObjectsDegraded,proto3" json:"num_objects_degraded,omitempty"` NumObjectsMisplaced int64 `protobuf:"varint,8,opt,name=num_objects_misplaced,json=numObjectsMisplaced,proto3" json:"num_objects_misplaced,omitempty"` NumObjectsUnfound int64 `protobuf:"varint,9,opt,name=num_objects_unfound,json=numObjectsUnfound,proto3" json:"num_objects_unfound,omitempty"` NumObjectsDirty int64 `protobuf:"varint,10,opt,name=num_objects_dirty,json=numObjectsDirty,proto3" json:"num_objects_dirty,omitempty"` NumWhiteouts int64 `protobuf:"varint,11,opt,name=num_whiteouts,json=numWhiteouts,proto3" json:"num_whiteouts,omitempty"` NumRead int64 `protobuf:"varint,12,opt,name=num_read,json=numRead,proto3" json:"num_read,omitempty"` NumReadKb int64 `protobuf:"varint,13,opt,name=num_read_kb,json=numReadKb,proto3" json:"num_read_kb,omitempty"` NumWrite int64 `protobuf:"varint,14,opt,name=num_write,json=numWrite,proto3" json:"num_write,omitempty"` NumWriteKb int64 `protobuf:"varint,15,opt,name=num_write_kb,json=numWriteKb,proto3" json:"num_write_kb,omitempty"` NumScrubErrors int64 `protobuf:"varint,16,opt,name=num_scrub_errors,json=numScrubErrors,proto3" json:"num_scrub_errors,omitempty"` NumShallowScrubErrors int64 `` /* 130-byte string literal not displayed */ NumDeepScrubErrors int64 `protobuf:"varint,18,opt,name=num_deep_scrub_errors,json=numDeepScrubErrors,proto3" json:"num_deep_scrub_errors,omitempty"` NumObjectsRecovered int64 `protobuf:"varint,19,opt,name=num_objects_recovered,json=numObjectsRecovered,proto3" json:"num_objects_recovered,omitempty"` NumBytesRecovered int64 `protobuf:"varint,20,opt,name=num_bytes_recovered,json=numBytesRecovered,proto3" json:"num_bytes_recovered,omitempty"` NumKeysRecovered int64 `protobuf:"varint,21,opt,name=num_keys_recovered,json=numKeysRecovered,proto3" json:"num_keys_recovered,omitempty"` NumObjectsOmap int64 `protobuf:"varint,22,opt,name=num_objects_omap,json=numObjectsOmap,proto3" json:"num_objects_omap,omitempty"` NumObjectsHitSetArchive int64 `` /* 138-byte string literal not displayed */ NumBytesHitSetArchive int64 `` /* 132-byte string literal not displayed */ NumFlush int64 `protobuf:"varint,25,opt,name=num_flush,json=numFlush,proto3" json:"num_flush,omitempty"` NumFlushKb int64 `protobuf:"varint,26,opt,name=num_flush_kb,json=numFlushKb,proto3" json:"num_flush_kb,omitempty"` NumEvict int64 `protobuf:"varint,27,opt,name=num_evict,json=numEvict,proto3" json:"num_evict,omitempty"` NumEvictKb int64 `protobuf:"varint,28,opt,name=num_evict_kb,json=numEvictKb,proto3" json:"num_evict_kb,omitempty"` NumPromote int64 `protobuf:"varint,29,opt,name=num_promote,json=numPromote,proto3" json:"num_promote,omitempty"` NumFlushModeHigh int64 `protobuf:"varint,30,opt,name=num_flush_mode_high,json=numFlushModeHigh,proto3" json:"num_flush_mode_high,omitempty"` NumFlushModeLow int64 `protobuf:"varint,31,opt,name=num_flush_mode_low,json=numFlushModeLow,proto3" json:"num_flush_mode_low,omitempty"` NumEvictModeSome int64 `protobuf:"varint,32,opt,name=num_evict_mode_some,json=numEvictModeSome,proto3" json:"num_evict_mode_some,omitempty"` NumEvictModeFull int64 `protobuf:"varint,33,opt,name=num_evict_mode_full,json=numEvictModeFull,proto3" json:"num_evict_mode_full,omitempty"` NumObjectsPinned int64 `protobuf:"varint,34,opt,name=num_objects_pinned,json=numObjectsPinned,proto3" json:"num_objects_pinned,omitempty"` NumLegacySnapsets int64 `protobuf:"varint,35,opt,name=num_legacy_snapsets,json=numLegacySnapsets,proto3" json:"num_legacy_snapsets,omitempty"` NumLargeOmapObjects int64 `protobuf:"varint,36,opt,name=num_large_omap_objects,json=numLargeOmapObjects,proto3" json:"num_large_omap_objects,omitempty"` NumObjectsManifest int64 `protobuf:"varint,37,opt,name=num_objects_manifest,json=numObjectsManifest,proto3" json:"num_objects_manifest,omitempty"` NumOmapBytes int64 `protobuf:"varint,38,opt,name=num_omap_bytes,json=numOmapBytes,proto3" json:"num_omap_bytes,omitempty"` NumOmapKeys int64 `protobuf:"varint,39,opt,name=num_omap_keys,json=numOmapKeys,proto3" json:"num_omap_keys,omitempty"` NumObjectsRepaired int64 `protobuf:"varint,40,opt,name=num_objects_repaired,json=numObjectsRepaired,proto3" json:"num_objects_repaired,omitempty"` // contains filtered or unexported fields }
func (*PGStat_PGStat_StatSum) Descriptor
deprecated
func (*PGStat_PGStat_StatSum) Descriptor() ([]byte, []int)
Deprecated: Use PGStat_PGStat_StatSum.ProtoReflect.Descriptor instead.
func (*PGStat_PGStat_StatSum) GetNumBytes ¶
func (x *PGStat_PGStat_StatSum) GetNumBytes() int64
func (*PGStat_PGStat_StatSum) GetNumBytesHitSetArchive ¶
func (x *PGStat_PGStat_StatSum) GetNumBytesHitSetArchive() int64
func (*PGStat_PGStat_StatSum) GetNumBytesRecovered ¶
func (x *PGStat_PGStat_StatSum) GetNumBytesRecovered() int64
func (*PGStat_PGStat_StatSum) GetNumDeepScrubErrors ¶
func (x *PGStat_PGStat_StatSum) GetNumDeepScrubErrors() int64
func (*PGStat_PGStat_StatSum) GetNumEvict ¶
func (x *PGStat_PGStat_StatSum) GetNumEvict() int64
func (*PGStat_PGStat_StatSum) GetNumEvictKb ¶
func (x *PGStat_PGStat_StatSum) GetNumEvictKb() int64
func (*PGStat_PGStat_StatSum) GetNumEvictModeFull ¶
func (x *PGStat_PGStat_StatSum) GetNumEvictModeFull() int64
func (*PGStat_PGStat_StatSum) GetNumEvictModeSome ¶
func (x *PGStat_PGStat_StatSum) GetNumEvictModeSome() int64
func (*PGStat_PGStat_StatSum) GetNumFlush ¶
func (x *PGStat_PGStat_StatSum) GetNumFlush() int64
func (*PGStat_PGStat_StatSum) GetNumFlushKb ¶
func (x *PGStat_PGStat_StatSum) GetNumFlushKb() int64
func (*PGStat_PGStat_StatSum) GetNumFlushModeHigh ¶
func (x *PGStat_PGStat_StatSum) GetNumFlushModeHigh() int64
func (*PGStat_PGStat_StatSum) GetNumFlushModeLow ¶
func (x *PGStat_PGStat_StatSum) GetNumFlushModeLow() int64
func (*PGStat_PGStat_StatSum) GetNumKeysRecovered ¶
func (x *PGStat_PGStat_StatSum) GetNumKeysRecovered() int64
func (*PGStat_PGStat_StatSum) GetNumLargeOmapObjects ¶
func (x *PGStat_PGStat_StatSum) GetNumLargeOmapObjects() int64
func (*PGStat_PGStat_StatSum) GetNumLegacySnapsets ¶
func (x *PGStat_PGStat_StatSum) GetNumLegacySnapsets() int64
func (*PGStat_PGStat_StatSum) GetNumObjectClones ¶
func (x *PGStat_PGStat_StatSum) GetNumObjectClones() int64
func (*PGStat_PGStat_StatSum) GetNumObjectCopies ¶
func (x *PGStat_PGStat_StatSum) GetNumObjectCopies() int64
func (*PGStat_PGStat_StatSum) GetNumObjects ¶
func (x *PGStat_PGStat_StatSum) GetNumObjects() int64
func (*PGStat_PGStat_StatSum) GetNumObjectsDegraded ¶
func (x *PGStat_PGStat_StatSum) GetNumObjectsDegraded() int64
func (*PGStat_PGStat_StatSum) GetNumObjectsDirty ¶
func (x *PGStat_PGStat_StatSum) GetNumObjectsDirty() int64
func (*PGStat_PGStat_StatSum) GetNumObjectsHitSetArchive ¶
func (x *PGStat_PGStat_StatSum) GetNumObjectsHitSetArchive() int64
func (*PGStat_PGStat_StatSum) GetNumObjectsManifest ¶
func (x *PGStat_PGStat_StatSum) GetNumObjectsManifest() int64
func (*PGStat_PGStat_StatSum) GetNumObjectsMisplaced ¶
func (x *PGStat_PGStat_StatSum) GetNumObjectsMisplaced() int64
func (*PGStat_PGStat_StatSum) GetNumObjectsMissing ¶
func (x *PGStat_PGStat_StatSum) GetNumObjectsMissing() int64
func (*PGStat_PGStat_StatSum) GetNumObjectsMissingOnPrimary ¶
func (x *PGStat_PGStat_StatSum) GetNumObjectsMissingOnPrimary() int64
func (*PGStat_PGStat_StatSum) GetNumObjectsOmap ¶
func (x *PGStat_PGStat_StatSum) GetNumObjectsOmap() int64
func (*PGStat_PGStat_StatSum) GetNumObjectsPinned ¶
func (x *PGStat_PGStat_StatSum) GetNumObjectsPinned() int64
func (*PGStat_PGStat_StatSum) GetNumObjectsRecovered ¶
func (x *PGStat_PGStat_StatSum) GetNumObjectsRecovered() int64
func (*PGStat_PGStat_StatSum) GetNumObjectsRepaired ¶
func (x *PGStat_PGStat_StatSum) GetNumObjectsRepaired() int64
func (*PGStat_PGStat_StatSum) GetNumObjectsUnfound ¶
func (x *PGStat_PGStat_StatSum) GetNumObjectsUnfound() int64
func (*PGStat_PGStat_StatSum) GetNumOmapBytes ¶
func (x *PGStat_PGStat_StatSum) GetNumOmapBytes() int64
func (*PGStat_PGStat_StatSum) GetNumOmapKeys ¶
func (x *PGStat_PGStat_StatSum) GetNumOmapKeys() int64
func (*PGStat_PGStat_StatSum) GetNumPromote ¶
func (x *PGStat_PGStat_StatSum) GetNumPromote() int64
func (*PGStat_PGStat_StatSum) GetNumRead ¶
func (x *PGStat_PGStat_StatSum) GetNumRead() int64
func (*PGStat_PGStat_StatSum) GetNumReadKb ¶
func (x *PGStat_PGStat_StatSum) GetNumReadKb() int64
func (*PGStat_PGStat_StatSum) GetNumScrubErrors ¶
func (x *PGStat_PGStat_StatSum) GetNumScrubErrors() int64
func (*PGStat_PGStat_StatSum) GetNumShallowScrubErrors ¶
func (x *PGStat_PGStat_StatSum) GetNumShallowScrubErrors() int64
func (*PGStat_PGStat_StatSum) GetNumWhiteouts ¶
func (x *PGStat_PGStat_StatSum) GetNumWhiteouts() int64
func (*PGStat_PGStat_StatSum) GetNumWrite ¶
func (x *PGStat_PGStat_StatSum) GetNumWrite() int64
func (*PGStat_PGStat_StatSum) GetNumWriteKb ¶
func (x *PGStat_PGStat_StatSum) GetNumWriteKb() int64
func (*PGStat_PGStat_StatSum) ProtoMessage ¶
func (*PGStat_PGStat_StatSum) ProtoMessage()
func (*PGStat_PGStat_StatSum) ProtoReflect ¶
func (x *PGStat_PGStat_StatSum) ProtoReflect() protoreflect.Message
func (*PGStat_PGStat_StatSum) Reset ¶
func (x *PGStat_PGStat_StatSum) Reset()
func (*PGStat_PGStat_StatSum) String ¶
func (x *PGStat_PGStat_StatSum) String() string
type PGStatsDelta ¶
type PGStatsDelta struct { StatSum *PGStatsDelta_PGStatsDelta_StatSum `protobuf:"bytes,1,opt,name=stat_sum,json=statSum,proto3" json:"stat_sum,omitempty"` StoreStats *PGStatsDelta_PGStatsDelta_StoreStats `protobuf:"bytes,2,opt,name=store_stats,json=storeStats,proto3" json:"store_stats,omitempty"` LogSize int64 `protobuf:"varint,3,opt,name=log_size,json=logSize,proto3" json:"log_size,omitempty"` OndiskLogSize int64 `protobuf:"varint,4,opt,name=ondisk_log_size,json=ondiskLogSize,proto3" json:"ondisk_log_size,omitempty"` Up int64 `protobuf:"varint,5,opt,name=up,proto3" json:"up,omitempty"` Acting int64 `protobuf:"varint,6,opt,name=acting,proto3" json:"acting,omitempty"` NumStoreStats int64 `protobuf:"varint,7,opt,name=num_store_stats,json=numStoreStats,proto3" json:"num_store_stats,omitempty"` StampDelta string `protobuf:"bytes,8,opt,name=stamp_delta,json=stampDelta,proto3" json:"stamp_delta,omitempty"` // contains filtered or unexported fields }
func (*PGStatsDelta) Descriptor
deprecated
func (*PGStatsDelta) Descriptor() ([]byte, []int)
Deprecated: Use PGStatsDelta.ProtoReflect.Descriptor instead.
func (*PGStatsDelta) GetActing ¶
func (x *PGStatsDelta) GetActing() int64
func (*PGStatsDelta) GetLogSize ¶
func (x *PGStatsDelta) GetLogSize() int64
func (*PGStatsDelta) GetNumStoreStats ¶
func (x *PGStatsDelta) GetNumStoreStats() int64
func (*PGStatsDelta) GetOndiskLogSize ¶
func (x *PGStatsDelta) GetOndiskLogSize() int64
func (*PGStatsDelta) GetStampDelta ¶
func (x *PGStatsDelta) GetStampDelta() string
func (*PGStatsDelta) GetStatSum ¶
func (x *PGStatsDelta) GetStatSum() *PGStatsDelta_PGStatsDelta_StatSum
func (*PGStatsDelta) GetStoreStats ¶
func (x *PGStatsDelta) GetStoreStats() *PGStatsDelta_PGStatsDelta_StoreStats
func (*PGStatsDelta) GetUp ¶
func (x *PGStatsDelta) GetUp() int64
func (*PGStatsDelta) ProtoMessage ¶
func (*PGStatsDelta) ProtoMessage()
func (*PGStatsDelta) ProtoReflect ¶
func (x *PGStatsDelta) ProtoReflect() protoreflect.Message
func (*PGStatsDelta) Reset ¶
func (x *PGStatsDelta) Reset()
func (*PGStatsDelta) String ¶
func (x *PGStatsDelta) String() string
type PGStatsDelta_PGStatsDelta_StatSum ¶
type PGStatsDelta_PGStatsDelta_StatSum struct { NumBytes int64 `protobuf:"varint,1,opt,name=num_bytes,json=numBytes,proto3" json:"num_bytes,omitempty"` NumObjects int64 `protobuf:"varint,2,opt,name=num_objects,json=numObjects,proto3" json:"num_objects,omitempty"` NumObjectClones int64 `protobuf:"varint,3,opt,name=num_object_clones,json=numObjectClones,proto3" json:"num_object_clones,omitempty"` NumObjectCopies int64 `protobuf:"varint,4,opt,name=num_object_copies,json=numObjectCopies,proto3" json:"num_object_copies,omitempty"` NumObjectsMissingOnPrimary int64 `` /* 146-byte string literal not displayed */ NumObjectsMissing int64 `protobuf:"varint,6,opt,name=num_objects_missing,json=numObjectsMissing,proto3" json:"num_objects_missing,omitempty"` NumObjectsDegraded int64 `protobuf:"varint,7,opt,name=num_objects_degraded,json=numObjectsDegraded,proto3" json:"num_objects_degraded,omitempty"` NumObjectsMisplaced int64 `protobuf:"varint,8,opt,name=num_objects_misplaced,json=numObjectsMisplaced,proto3" json:"num_objects_misplaced,omitempty"` NumObjectsUnfound int64 `protobuf:"varint,9,opt,name=num_objects_unfound,json=numObjectsUnfound,proto3" json:"num_objects_unfound,omitempty"` NumObjectsDirty int64 `protobuf:"varint,10,opt,name=num_objects_dirty,json=numObjectsDirty,proto3" json:"num_objects_dirty,omitempty"` NumWhiteouts int64 `protobuf:"varint,11,opt,name=num_whiteouts,json=numWhiteouts,proto3" json:"num_whiteouts,omitempty"` NumRead int64 `protobuf:"varint,12,opt,name=num_read,json=numRead,proto3" json:"num_read,omitempty"` NumReadKb int64 `protobuf:"varint,13,opt,name=num_read_kb,json=numReadKb,proto3" json:"num_read_kb,omitempty"` NumWrite int64 `protobuf:"varint,14,opt,name=num_write,json=numWrite,proto3" json:"num_write,omitempty"` NumWriteKb int64 `protobuf:"varint,15,opt,name=num_write_kb,json=numWriteKb,proto3" json:"num_write_kb,omitempty"` NumScrubErrors int64 `protobuf:"varint,16,opt,name=num_scrub_errors,json=numScrubErrors,proto3" json:"num_scrub_errors,omitempty"` NumShallowScrubErrors int64 `` /* 130-byte string literal not displayed */ NumDeepScrubErrors int64 `protobuf:"varint,18,opt,name=num_deep_scrub_errors,json=numDeepScrubErrors,proto3" json:"num_deep_scrub_errors,omitempty"` NumObjectsRecovered int64 `protobuf:"varint,19,opt,name=num_objects_recovered,json=numObjectsRecovered,proto3" json:"num_objects_recovered,omitempty"` NumBytesRecovered int64 `protobuf:"varint,20,opt,name=num_bytes_recovered,json=numBytesRecovered,proto3" json:"num_bytes_recovered,omitempty"` NumKeysRecovered int64 `protobuf:"varint,21,opt,name=num_keys_recovered,json=numKeysRecovered,proto3" json:"num_keys_recovered,omitempty"` NumObjectsOmap int64 `protobuf:"varint,22,opt,name=num_objects_omap,json=numObjectsOmap,proto3" json:"num_objects_omap,omitempty"` NumObjectsHitSetArchive int64 `` /* 138-byte string literal not displayed */ NumBytesHitSetArchive int64 `` /* 132-byte string literal not displayed */ NumFlush int64 `protobuf:"varint,25,opt,name=num_flush,json=numFlush,proto3" json:"num_flush,omitempty"` NumFlushKb int64 `protobuf:"varint,26,opt,name=num_flush_kb,json=numFlushKb,proto3" json:"num_flush_kb,omitempty"` NumEvict int64 `protobuf:"varint,27,opt,name=num_evict,json=numEvict,proto3" json:"num_evict,omitempty"` NumEvictKb int64 `protobuf:"varint,28,opt,name=num_evict_kb,json=numEvictKb,proto3" json:"num_evict_kb,omitempty"` NumPromote int64 `protobuf:"varint,29,opt,name=num_promote,json=numPromote,proto3" json:"num_promote,omitempty"` NumFlushModeHigh int64 `protobuf:"varint,30,opt,name=num_flush_mode_high,json=numFlushModeHigh,proto3" json:"num_flush_mode_high,omitempty"` NumFlushModeLow int64 `protobuf:"varint,31,opt,name=num_flush_mode_low,json=numFlushModeLow,proto3" json:"num_flush_mode_low,omitempty"` NumEvictModeSome int64 `protobuf:"varint,32,opt,name=num_evict_mode_some,json=numEvictModeSome,proto3" json:"num_evict_mode_some,omitempty"` NumEvictModeFull int64 `protobuf:"varint,33,opt,name=num_evict_mode_full,json=numEvictModeFull,proto3" json:"num_evict_mode_full,omitempty"` NumObjectsPinned int64 `protobuf:"varint,34,opt,name=num_objects_pinned,json=numObjectsPinned,proto3" json:"num_objects_pinned,omitempty"` NumLegacySnapsets int64 `protobuf:"varint,35,opt,name=num_legacy_snapsets,json=numLegacySnapsets,proto3" json:"num_legacy_snapsets,omitempty"` NumLargeOmapObjects int64 `protobuf:"varint,36,opt,name=num_large_omap_objects,json=numLargeOmapObjects,proto3" json:"num_large_omap_objects,omitempty"` NumObjectsManifest int64 `protobuf:"varint,37,opt,name=num_objects_manifest,json=numObjectsManifest,proto3" json:"num_objects_manifest,omitempty"` NumOmapBytes int64 `protobuf:"varint,38,opt,name=num_omap_bytes,json=numOmapBytes,proto3" json:"num_omap_bytes,omitempty"` NumOmapKeys int64 `protobuf:"varint,39,opt,name=num_omap_keys,json=numOmapKeys,proto3" json:"num_omap_keys,omitempty"` NumObjectsRepaired int64 `protobuf:"varint,40,opt,name=num_objects_repaired,json=numObjectsRepaired,proto3" json:"num_objects_repaired,omitempty"` // contains filtered or unexported fields }
func (*PGStatsDelta_PGStatsDelta_StatSum) Descriptor
deprecated
func (*PGStatsDelta_PGStatsDelta_StatSum) Descriptor() ([]byte, []int)
Deprecated: Use PGStatsDelta_PGStatsDelta_StatSum.ProtoReflect.Descriptor instead.
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumBytes ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumBytes() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumBytesHitSetArchive ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumBytesHitSetArchive() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumBytesRecovered ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumBytesRecovered() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumDeepScrubErrors ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumDeepScrubErrors() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumEvict ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumEvict() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumEvictKb ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumEvictKb() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumEvictModeFull ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumEvictModeFull() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumEvictModeSome ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumEvictModeSome() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumFlush ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumFlush() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumFlushKb ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumFlushKb() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumFlushModeHigh ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumFlushModeHigh() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumFlushModeLow ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumFlushModeLow() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumKeysRecovered ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumKeysRecovered() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumLargeOmapObjects ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumLargeOmapObjects() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumLegacySnapsets ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumLegacySnapsets() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectClones ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectClones() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectCopies ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectCopies() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumObjects ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjects() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsDegraded ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsDegraded() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsDirty ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsDirty() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsHitSetArchive ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsHitSetArchive() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsManifest ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsManifest() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsMisplaced ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsMisplaced() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsMissing ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsMissing() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsMissingOnPrimary ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsMissingOnPrimary() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsOmap ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsOmap() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsPinned ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsPinned() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsRecovered ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsRecovered() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsRepaired ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsRepaired() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsUnfound ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumObjectsUnfound() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumOmapBytes ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumOmapBytes() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumOmapKeys ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumOmapKeys() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumPromote ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumPromote() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumRead ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumRead() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumReadKb ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumReadKb() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumScrubErrors ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumScrubErrors() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumShallowScrubErrors ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumShallowScrubErrors() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumWhiteouts ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumWhiteouts() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumWrite ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumWrite() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) GetNumWriteKb ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) GetNumWriteKb() int64
func (*PGStatsDelta_PGStatsDelta_StatSum) ProtoMessage ¶
func (*PGStatsDelta_PGStatsDelta_StatSum) ProtoMessage()
func (*PGStatsDelta_PGStatsDelta_StatSum) ProtoReflect ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) ProtoReflect() protoreflect.Message
func (*PGStatsDelta_PGStatsDelta_StatSum) Reset ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) Reset()
func (*PGStatsDelta_PGStatsDelta_StatSum) String ¶
func (x *PGStatsDelta_PGStatsDelta_StatSum) String() string
type PGStatsDelta_PGStatsDelta_StoreStats ¶
type PGStatsDelta_PGStatsDelta_StoreStats struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` Available int64 `protobuf:"varint,2,opt,name=available,proto3" json:"available,omitempty"` InternallyReserved int64 `protobuf:"varint,3,opt,name=internally_reserved,json=internallyReserved,proto3" json:"internally_reserved,omitempty"` Allocated int64 `protobuf:"varint,4,opt,name=allocated,proto3" json:"allocated,omitempty"` DataStored int64 `protobuf:"varint,5,opt,name=data_stored,json=dataStored,proto3" json:"data_stored,omitempty"` DataCompressed int64 `protobuf:"varint,6,opt,name=data_compressed,json=dataCompressed,proto3" json:"data_compressed,omitempty"` DataCompressedAllocated int64 `` /* 133-byte string literal not displayed */ DataCompressedOriginal int64 `` /* 130-byte string literal not displayed */ OmapAllocated int64 `protobuf:"varint,9,opt,name=omap_allocated,json=omapAllocated,proto3" json:"omap_allocated,omitempty"` InternalMetadata int64 `protobuf:"varint,10,opt,name=internal_metadata,json=internalMetadata,proto3" json:"internal_metadata,omitempty"` // contains filtered or unexported fields }
func (*PGStatsDelta_PGStatsDelta_StoreStats) Descriptor
deprecated
func (*PGStatsDelta_PGStatsDelta_StoreStats) Descriptor() ([]byte, []int)
Deprecated: Use PGStatsDelta_PGStatsDelta_StoreStats.ProtoReflect.Descriptor instead.
func (*PGStatsDelta_PGStatsDelta_StoreStats) GetAllocated ¶
func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetAllocated() int64
func (*PGStatsDelta_PGStatsDelta_StoreStats) GetAvailable ¶
func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetAvailable() int64
func (*PGStatsDelta_PGStatsDelta_StoreStats) GetDataCompressed ¶
func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetDataCompressed() int64
func (*PGStatsDelta_PGStatsDelta_StoreStats) GetDataCompressedAllocated ¶
func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetDataCompressedAllocated() int64
func (*PGStatsDelta_PGStatsDelta_StoreStats) GetDataCompressedOriginal ¶
func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetDataCompressedOriginal() int64
func (*PGStatsDelta_PGStatsDelta_StoreStats) GetDataStored ¶
func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetDataStored() int64
func (*PGStatsDelta_PGStatsDelta_StoreStats) GetInternalMetadata ¶
func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetInternalMetadata() int64
func (*PGStatsDelta_PGStatsDelta_StoreStats) GetInternallyReserved ¶
func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetInternallyReserved() int64
func (*PGStatsDelta_PGStatsDelta_StoreStats) GetOmapAllocated ¶
func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetOmapAllocated() int64
func (*PGStatsDelta_PGStatsDelta_StoreStats) GetTotal ¶
func (x *PGStatsDelta_PGStatsDelta_StoreStats) GetTotal() int64
func (*PGStatsDelta_PGStatsDelta_StoreStats) ProtoMessage ¶
func (*PGStatsDelta_PGStatsDelta_StoreStats) ProtoMessage()
func (*PGStatsDelta_PGStatsDelta_StoreStats) ProtoReflect ¶
func (x *PGStatsDelta_PGStatsDelta_StoreStats) ProtoReflect() protoreflect.Message
func (*PGStatsDelta_PGStatsDelta_StoreStats) Reset ¶
func (x *PGStatsDelta_PGStatsDelta_StoreStats) Reset()
func (*PGStatsDelta_PGStatsDelta_StoreStats) String ¶
func (x *PGStatsDelta_PGStatsDelta_StoreStats) String() string
type PGStatsSum ¶
type PGStatsSum struct { StatSum *PGStatsSum_PGStatsSum_StatSum `protobuf:"bytes,1,opt,name=stat_sum,json=statSum,proto3" json:"stat_sum,omitempty"` StoreStats *PGStatsSum_PGStatsSum_StoreStats `protobuf:"bytes,2,opt,name=store_stats,json=storeStats,proto3" json:"store_stats,omitempty"` LogSize int64 `protobuf:"varint,3,opt,name=log_size,json=logSize,proto3" json:"log_size,omitempty"` OndiskLogSize int64 `protobuf:"varint,4,opt,name=ondisk_log_size,json=ondiskLogSize,proto3" json:"ondisk_log_size,omitempty"` Up int64 `protobuf:"varint,5,opt,name=up,proto3" json:"up,omitempty"` Acting int64 `protobuf:"varint,6,opt,name=acting,proto3" json:"acting,omitempty"` NumStoreStats int64 `protobuf:"varint,7,opt,name=num_store_stats,json=numStoreStats,proto3" json:"num_store_stats,omitempty"` // contains filtered or unexported fields }
func (*PGStatsSum) Descriptor
deprecated
func (*PGStatsSum) Descriptor() ([]byte, []int)
Deprecated: Use PGStatsSum.ProtoReflect.Descriptor instead.
func (*PGStatsSum) GetActing ¶
func (x *PGStatsSum) GetActing() int64
func (*PGStatsSum) GetLogSize ¶
func (x *PGStatsSum) GetLogSize() int64
func (*PGStatsSum) GetNumStoreStats ¶
func (x *PGStatsSum) GetNumStoreStats() int64
func (*PGStatsSum) GetOndiskLogSize ¶
func (x *PGStatsSum) GetOndiskLogSize() int64
func (*PGStatsSum) GetStatSum ¶
func (x *PGStatsSum) GetStatSum() *PGStatsSum_PGStatsSum_StatSum
func (*PGStatsSum) GetStoreStats ¶
func (x *PGStatsSum) GetStoreStats() *PGStatsSum_PGStatsSum_StoreStats
func (*PGStatsSum) GetUp ¶
func (x *PGStatsSum) GetUp() int64
func (*PGStatsSum) ProtoMessage ¶
func (*PGStatsSum) ProtoMessage()
func (*PGStatsSum) ProtoReflect ¶
func (x *PGStatsSum) ProtoReflect() protoreflect.Message
func (*PGStatsSum) Reset ¶
func (x *PGStatsSum) Reset()
func (*PGStatsSum) String ¶
func (x *PGStatsSum) String() string
type PGStatsSum_PGStatsSum_StatSum ¶
type PGStatsSum_PGStatsSum_StatSum struct { NumBytes int64 `protobuf:"varint,1,opt,name=num_bytes,json=numBytes,proto3" json:"num_bytes,omitempty"` NumObjects int64 `protobuf:"varint,2,opt,name=num_objects,json=numObjects,proto3" json:"num_objects,omitempty"` NumObjectClones int64 `protobuf:"varint,3,opt,name=num_object_clones,json=numObjectClones,proto3" json:"num_object_clones,omitempty"` NumObjectCopies int64 `protobuf:"varint,4,opt,name=num_object_copies,json=numObjectCopies,proto3" json:"num_object_copies,omitempty"` NumObjectsMissingOnPrimary int64 `` /* 146-byte string literal not displayed */ NumObjectsMissing int64 `protobuf:"varint,6,opt,name=num_objects_missing,json=numObjectsMissing,proto3" json:"num_objects_missing,omitempty"` NumObjectsDegraded int64 `protobuf:"varint,7,opt,name=num_objects_degraded,json=numObjectsDegraded,proto3" json:"num_objects_degraded,omitempty"` NumObjectsMisplaced int64 `protobuf:"varint,8,opt,name=num_objects_misplaced,json=numObjectsMisplaced,proto3" json:"num_objects_misplaced,omitempty"` NumObjectsUnfound int64 `protobuf:"varint,9,opt,name=num_objects_unfound,json=numObjectsUnfound,proto3" json:"num_objects_unfound,omitempty"` NumObjectsDirty int64 `protobuf:"varint,10,opt,name=num_objects_dirty,json=numObjectsDirty,proto3" json:"num_objects_dirty,omitempty"` NumWhiteouts int64 `protobuf:"varint,11,opt,name=num_whiteouts,json=numWhiteouts,proto3" json:"num_whiteouts,omitempty"` NumRead int64 `protobuf:"varint,12,opt,name=num_read,json=numRead,proto3" json:"num_read,omitempty"` NumReadKb int64 `protobuf:"varint,13,opt,name=num_read_kb,json=numReadKb,proto3" json:"num_read_kb,omitempty"` NumWrite int64 `protobuf:"varint,14,opt,name=num_write,json=numWrite,proto3" json:"num_write,omitempty"` NumWriteKb int64 `protobuf:"varint,15,opt,name=num_write_kb,json=numWriteKb,proto3" json:"num_write_kb,omitempty"` NumScrubErrors int64 `protobuf:"varint,16,opt,name=num_scrub_errors,json=numScrubErrors,proto3" json:"num_scrub_errors,omitempty"` NumShallowScrubErrors int64 `` /* 130-byte string literal not displayed */ NumDeepScrubErrors int64 `protobuf:"varint,18,opt,name=num_deep_scrub_errors,json=numDeepScrubErrors,proto3" json:"num_deep_scrub_errors,omitempty"` NumObjectsRecovered int64 `protobuf:"varint,19,opt,name=num_objects_recovered,json=numObjectsRecovered,proto3" json:"num_objects_recovered,omitempty"` NumBytesRecovered int64 `protobuf:"varint,20,opt,name=num_bytes_recovered,json=numBytesRecovered,proto3" json:"num_bytes_recovered,omitempty"` NumKeysRecovered int64 `protobuf:"varint,21,opt,name=num_keys_recovered,json=numKeysRecovered,proto3" json:"num_keys_recovered,omitempty"` NumObjectsOmap int64 `protobuf:"varint,22,opt,name=num_objects_omap,json=numObjectsOmap,proto3" json:"num_objects_omap,omitempty"` NumObjectsHitSetArchive int64 `` /* 138-byte string literal not displayed */ NumBytesHitSetArchive int64 `` /* 132-byte string literal not displayed */ NumFlush int64 `protobuf:"varint,25,opt,name=num_flush,json=numFlush,proto3" json:"num_flush,omitempty"` NumFlushKb int64 `protobuf:"varint,26,opt,name=num_flush_kb,json=numFlushKb,proto3" json:"num_flush_kb,omitempty"` NumEvict int64 `protobuf:"varint,27,opt,name=num_evict,json=numEvict,proto3" json:"num_evict,omitempty"` NumEvictKb int64 `protobuf:"varint,28,opt,name=num_evict_kb,json=numEvictKb,proto3" json:"num_evict_kb,omitempty"` NumPromote int64 `protobuf:"varint,29,opt,name=num_promote,json=numPromote,proto3" json:"num_promote,omitempty"` NumFlushModeHigh int64 `protobuf:"varint,30,opt,name=num_flush_mode_high,json=numFlushModeHigh,proto3" json:"num_flush_mode_high,omitempty"` NumFlushModeLow int64 `protobuf:"varint,31,opt,name=num_flush_mode_low,json=numFlushModeLow,proto3" json:"num_flush_mode_low,omitempty"` NumEvictModeSome int64 `protobuf:"varint,32,opt,name=num_evict_mode_some,json=numEvictModeSome,proto3" json:"num_evict_mode_some,omitempty"` NumEvictModeFull int64 `protobuf:"varint,33,opt,name=num_evict_mode_full,json=numEvictModeFull,proto3" json:"num_evict_mode_full,omitempty"` NumObjectsPinned int64 `protobuf:"varint,34,opt,name=num_objects_pinned,json=numObjectsPinned,proto3" json:"num_objects_pinned,omitempty"` NumLegacySnapsets int64 `protobuf:"varint,35,opt,name=num_legacy_snapsets,json=numLegacySnapsets,proto3" json:"num_legacy_snapsets,omitempty"` NumLargeOmapObjects int64 `protobuf:"varint,36,opt,name=num_large_omap_objects,json=numLargeOmapObjects,proto3" json:"num_large_omap_objects,omitempty"` NumObjectsManifest int64 `protobuf:"varint,37,opt,name=num_objects_manifest,json=numObjectsManifest,proto3" json:"num_objects_manifest,omitempty"` NumOmapBytes int64 `protobuf:"varint,38,opt,name=num_omap_bytes,json=numOmapBytes,proto3" json:"num_omap_bytes,omitempty"` NumOmapKeys int64 `protobuf:"varint,39,opt,name=num_omap_keys,json=numOmapKeys,proto3" json:"num_omap_keys,omitempty"` NumObjectsRepaired int64 `protobuf:"varint,40,opt,name=num_objects_repaired,json=numObjectsRepaired,proto3" json:"num_objects_repaired,omitempty"` // contains filtered or unexported fields }
func (*PGStatsSum_PGStatsSum_StatSum) Descriptor
deprecated
func (*PGStatsSum_PGStatsSum_StatSum) Descriptor() ([]byte, []int)
Deprecated: Use PGStatsSum_PGStatsSum_StatSum.ProtoReflect.Descriptor instead.
func (*PGStatsSum_PGStatsSum_StatSum) GetNumBytes ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumBytes() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumBytesHitSetArchive ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumBytesHitSetArchive() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumBytesRecovered ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumBytesRecovered() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumDeepScrubErrors ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumDeepScrubErrors() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumEvict ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumEvict() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumEvictKb ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumEvictKb() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumEvictModeFull ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumEvictModeFull() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumEvictModeSome ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumEvictModeSome() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumFlush ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumFlush() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumFlushKb ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumFlushKb() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumFlushModeHigh ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumFlushModeHigh() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumFlushModeLow ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumFlushModeLow() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumKeysRecovered ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumKeysRecovered() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumLargeOmapObjects ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumLargeOmapObjects() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumLegacySnapsets ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumLegacySnapsets() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumObjectClones ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectClones() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumObjectCopies ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectCopies() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumObjects ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjects() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumObjectsDegraded ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsDegraded() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumObjectsDirty ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsDirty() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumObjectsHitSetArchive ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsHitSetArchive() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumObjectsManifest ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsManifest() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumObjectsMisplaced ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsMisplaced() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumObjectsMissing ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsMissing() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumObjectsMissingOnPrimary ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsMissingOnPrimary() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumObjectsOmap ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsOmap() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumObjectsPinned ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsPinned() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumObjectsRecovered ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsRecovered() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumObjectsRepaired ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsRepaired() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumObjectsUnfound ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumObjectsUnfound() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumOmapBytes ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumOmapBytes() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumOmapKeys ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumOmapKeys() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumPromote ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumPromote() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumRead ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumRead() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumReadKb ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumReadKb() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumScrubErrors ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumScrubErrors() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumShallowScrubErrors ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumShallowScrubErrors() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumWhiteouts ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumWhiteouts() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumWrite ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumWrite() int64
func (*PGStatsSum_PGStatsSum_StatSum) GetNumWriteKb ¶
func (x *PGStatsSum_PGStatsSum_StatSum) GetNumWriteKb() int64
func (*PGStatsSum_PGStatsSum_StatSum) ProtoMessage ¶
func (*PGStatsSum_PGStatsSum_StatSum) ProtoMessage()
func (*PGStatsSum_PGStatsSum_StatSum) ProtoReflect ¶
func (x *PGStatsSum_PGStatsSum_StatSum) ProtoReflect() protoreflect.Message
func (*PGStatsSum_PGStatsSum_StatSum) Reset ¶
func (x *PGStatsSum_PGStatsSum_StatSum) Reset()
func (*PGStatsSum_PGStatsSum_StatSum) String ¶
func (x *PGStatsSum_PGStatsSum_StatSum) String() string
type PGStatsSum_PGStatsSum_StoreStats ¶
type PGStatsSum_PGStatsSum_StoreStats struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` Available int64 `protobuf:"varint,2,opt,name=available,proto3" json:"available,omitempty"` InternallyReserved int64 `protobuf:"varint,3,opt,name=internally_reserved,json=internallyReserved,proto3" json:"internally_reserved,omitempty"` Allocated int64 `protobuf:"varint,4,opt,name=allocated,proto3" json:"allocated,omitempty"` DataStored int64 `protobuf:"varint,5,opt,name=data_stored,json=dataStored,proto3" json:"data_stored,omitempty"` DataCompressed int64 `protobuf:"varint,6,opt,name=data_compressed,json=dataCompressed,proto3" json:"data_compressed,omitempty"` DataCompressedAllocated int64 `` /* 133-byte string literal not displayed */ DataCompressedOriginal int64 `` /* 130-byte string literal not displayed */ OmapAllocated int64 `protobuf:"varint,9,opt,name=omap_allocated,json=omapAllocated,proto3" json:"omap_allocated,omitempty"` InternalMetadata int64 `protobuf:"varint,10,opt,name=internal_metadata,json=internalMetadata,proto3" json:"internal_metadata,omitempty"` // contains filtered or unexported fields }
func (*PGStatsSum_PGStatsSum_StoreStats) Descriptor
deprecated
func (*PGStatsSum_PGStatsSum_StoreStats) Descriptor() ([]byte, []int)
Deprecated: Use PGStatsSum_PGStatsSum_StoreStats.ProtoReflect.Descriptor instead.
func (*PGStatsSum_PGStatsSum_StoreStats) GetAllocated ¶
func (x *PGStatsSum_PGStatsSum_StoreStats) GetAllocated() int64
func (*PGStatsSum_PGStatsSum_StoreStats) GetAvailable ¶
func (x *PGStatsSum_PGStatsSum_StoreStats) GetAvailable() int64
func (*PGStatsSum_PGStatsSum_StoreStats) GetDataCompressed ¶
func (x *PGStatsSum_PGStatsSum_StoreStats) GetDataCompressed() int64
func (*PGStatsSum_PGStatsSum_StoreStats) GetDataCompressedAllocated ¶
func (x *PGStatsSum_PGStatsSum_StoreStats) GetDataCompressedAllocated() int64
func (*PGStatsSum_PGStatsSum_StoreStats) GetDataCompressedOriginal ¶
func (x *PGStatsSum_PGStatsSum_StoreStats) GetDataCompressedOriginal() int64
func (*PGStatsSum_PGStatsSum_StoreStats) GetDataStored ¶
func (x *PGStatsSum_PGStatsSum_StoreStats) GetDataStored() int64
func (*PGStatsSum_PGStatsSum_StoreStats) GetInternalMetadata ¶
func (x *PGStatsSum_PGStatsSum_StoreStats) GetInternalMetadata() int64
func (*PGStatsSum_PGStatsSum_StoreStats) GetInternallyReserved ¶
func (x *PGStatsSum_PGStatsSum_StoreStats) GetInternallyReserved() int64
func (*PGStatsSum_PGStatsSum_StoreStats) GetOmapAllocated ¶
func (x *PGStatsSum_PGStatsSum_StoreStats) GetOmapAllocated() int64
func (*PGStatsSum_PGStatsSum_StoreStats) GetTotal ¶
func (x *PGStatsSum_PGStatsSum_StoreStats) GetTotal() int64
func (*PGStatsSum_PGStatsSum_StoreStats) ProtoMessage ¶
func (*PGStatsSum_PGStatsSum_StoreStats) ProtoMessage()
func (*PGStatsSum_PGStatsSum_StoreStats) ProtoReflect ¶
func (x *PGStatsSum_PGStatsSum_StoreStats) ProtoReflect() protoreflect.Message
func (*PGStatsSum_PGStatsSum_StoreStats) Reset ¶
func (x *PGStatsSum_PGStatsSum_StoreStats) Reset()
func (*PGStatsSum_PGStatsSum_StoreStats) String ¶
func (x *PGStatsSum_PGStatsSum_StoreStats) String() string
type PoolStatFs ¶
type PoolStatFs struct { Poolid int64 `protobuf:"varint,1,opt,name=poolid,proto3" json:"poolid,omitempty"` Osd int64 `protobuf:"varint,2,opt,name=osd,proto3" json:"osd,omitempty"` Total int64 `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"` Available int64 `protobuf:"varint,4,opt,name=available,proto3" json:"available,omitempty"` InternallyReserved int64 `protobuf:"varint,5,opt,name=internally_reserved,json=internallyReserved,proto3" json:"internally_reserved,omitempty"` Allocated int64 `protobuf:"varint,6,opt,name=allocated,proto3" json:"allocated,omitempty"` DataStored int64 `protobuf:"varint,7,opt,name=data_stored,json=dataStored,proto3" json:"data_stored,omitempty"` DataCompressed int64 `protobuf:"varint,8,opt,name=data_compressed,json=dataCompressed,proto3" json:"data_compressed,omitempty"` DataCompressedAllocated int64 `` /* 133-byte string literal not displayed */ DataCompressedOriginal int64 `` /* 131-byte string literal not displayed */ OmapAllocated int64 `protobuf:"varint,11,opt,name=omap_allocated,json=omapAllocated,proto3" json:"omap_allocated,omitempty"` InternalMetadata int64 `protobuf:"varint,12,opt,name=internal_metadata,json=internalMetadata,proto3" json:"internal_metadata,omitempty"` // contains filtered or unexported fields }
func (*PoolStatFs) Descriptor
deprecated
func (*PoolStatFs) Descriptor() ([]byte, []int)
Deprecated: Use PoolStatFs.ProtoReflect.Descriptor instead.
func (*PoolStatFs) GetAllocated ¶
func (x *PoolStatFs) GetAllocated() int64
func (*PoolStatFs) GetAvailable ¶
func (x *PoolStatFs) GetAvailable() int64
func (*PoolStatFs) GetDataCompressed ¶
func (x *PoolStatFs) GetDataCompressed() int64
func (*PoolStatFs) GetDataCompressedAllocated ¶
func (x *PoolStatFs) GetDataCompressedAllocated() int64
func (*PoolStatFs) GetDataCompressedOriginal ¶
func (x *PoolStatFs) GetDataCompressedOriginal() int64
func (*PoolStatFs) GetDataStored ¶
func (x *PoolStatFs) GetDataStored() int64
func (*PoolStatFs) GetInternalMetadata ¶
func (x *PoolStatFs) GetInternalMetadata() int64
func (*PoolStatFs) GetInternallyReserved ¶
func (x *PoolStatFs) GetInternallyReserved() int64
func (*PoolStatFs) GetOmapAllocated ¶
func (x *PoolStatFs) GetOmapAllocated() int64
func (*PoolStatFs) GetOsd ¶
func (x *PoolStatFs) GetOsd() int64
func (*PoolStatFs) GetPoolid ¶
func (x *PoolStatFs) GetPoolid() int64
func (*PoolStatFs) GetTotal ¶
func (x *PoolStatFs) GetTotal() int64
func (*PoolStatFs) ProtoMessage ¶
func (*PoolStatFs) ProtoMessage()
func (*PoolStatFs) ProtoReflect ¶
func (x *PoolStatFs) ProtoReflect() protoreflect.Message
func (*PoolStatFs) Reset ¶
func (x *PoolStatFs) Reset()
func (*PoolStatFs) String ¶
func (x *PoolStatFs) String() string
type PoolStats ¶
type PoolStats struct { Poolid int64 `protobuf:"varint,1,opt,name=poolid,proto3" json:"poolid,omitempty"` NumPg int64 `protobuf:"varint,2,opt,name=num_pg,json=numPg,proto3" json:"num_pg,omitempty"` StatSum *PoolStats_PoolStats_StatSum `protobuf:"bytes,3,opt,name=stat_sum,json=statSum,proto3" json:"stat_sum,omitempty"` StoreStats *PoolStats_PoolStats_StoreStats `protobuf:"bytes,4,opt,name=store_stats,json=storeStats,proto3" json:"store_stats,omitempty"` LogSize int64 `protobuf:"varint,5,opt,name=log_size,json=logSize,proto3" json:"log_size,omitempty"` OndiskLogSize int64 `protobuf:"varint,6,opt,name=ondisk_log_size,json=ondiskLogSize,proto3" json:"ondisk_log_size,omitempty"` Up int64 `protobuf:"varint,7,opt,name=up,proto3" json:"up,omitempty"` Acting int64 `protobuf:"varint,8,opt,name=acting,proto3" json:"acting,omitempty"` NumStoreStats int64 `protobuf:"varint,9,opt,name=num_store_stats,json=numStoreStats,proto3" json:"num_store_stats,omitempty"` // contains filtered or unexported fields }
func (*PoolStats) Descriptor
deprecated
func (*PoolStats) GetLogSize ¶
func (*PoolStats) GetNumStoreStats ¶
func (*PoolStats) GetOndiskLogSize ¶
func (*PoolStats) GetStatSum ¶
func (x *PoolStats) GetStatSum() *PoolStats_PoolStats_StatSum
func (*PoolStats) GetStoreStats ¶
func (x *PoolStats) GetStoreStats() *PoolStats_PoolStats_StoreStats
func (*PoolStats) ProtoMessage ¶
func (*PoolStats) ProtoMessage()
func (*PoolStats) ProtoReflect ¶
func (x *PoolStats) ProtoReflect() protoreflect.Message
type PoolStats_PoolStats_StatSum ¶
type PoolStats_PoolStats_StatSum struct { NumBytes int64 `protobuf:"varint,1,opt,name=num_bytes,json=numBytes,proto3" json:"num_bytes,omitempty"` NumObjects int64 `protobuf:"varint,2,opt,name=num_objects,json=numObjects,proto3" json:"num_objects,omitempty"` NumObjectClones int64 `protobuf:"varint,3,opt,name=num_object_clones,json=numObjectClones,proto3" json:"num_object_clones,omitempty"` NumObjectCopies int64 `protobuf:"varint,4,opt,name=num_object_copies,json=numObjectCopies,proto3" json:"num_object_copies,omitempty"` NumObjectsMissingOnPrimary int64 `` /* 146-byte string literal not displayed */ NumObjectsMissing int64 `protobuf:"varint,6,opt,name=num_objects_missing,json=numObjectsMissing,proto3" json:"num_objects_missing,omitempty"` NumObjectsDegraded int64 `protobuf:"varint,7,opt,name=num_objects_degraded,json=numObjectsDegraded,proto3" json:"num_objects_degraded,omitempty"` NumObjectsMisplaced int64 `protobuf:"varint,8,opt,name=num_objects_misplaced,json=numObjectsMisplaced,proto3" json:"num_objects_misplaced,omitempty"` NumObjectsUnfound int64 `protobuf:"varint,9,opt,name=num_objects_unfound,json=numObjectsUnfound,proto3" json:"num_objects_unfound,omitempty"` NumObjectsDirty int64 `protobuf:"varint,10,opt,name=num_objects_dirty,json=numObjectsDirty,proto3" json:"num_objects_dirty,omitempty"` NumWhiteouts int64 `protobuf:"varint,11,opt,name=num_whiteouts,json=numWhiteouts,proto3" json:"num_whiteouts,omitempty"` NumRead int64 `protobuf:"varint,12,opt,name=num_read,json=numRead,proto3" json:"num_read,omitempty"` NumReadKb int64 `protobuf:"varint,13,opt,name=num_read_kb,json=numReadKb,proto3" json:"num_read_kb,omitempty"` NumWrite int64 `protobuf:"varint,14,opt,name=num_write,json=numWrite,proto3" json:"num_write,omitempty"` NumWriteKb int64 `protobuf:"varint,15,opt,name=num_write_kb,json=numWriteKb,proto3" json:"num_write_kb,omitempty"` NumScrubErrors int64 `protobuf:"varint,16,opt,name=num_scrub_errors,json=numScrubErrors,proto3" json:"num_scrub_errors,omitempty"` NumShallowScrubErrors int64 `` /* 130-byte string literal not displayed */ NumDeepScrubErrors int64 `protobuf:"varint,18,opt,name=num_deep_scrub_errors,json=numDeepScrubErrors,proto3" json:"num_deep_scrub_errors,omitempty"` NumObjectsRecovered int64 `protobuf:"varint,19,opt,name=num_objects_recovered,json=numObjectsRecovered,proto3" json:"num_objects_recovered,omitempty"` NumBytesRecovered int64 `protobuf:"varint,20,opt,name=num_bytes_recovered,json=numBytesRecovered,proto3" json:"num_bytes_recovered,omitempty"` NumKeysRecovered int64 `protobuf:"varint,21,opt,name=num_keys_recovered,json=numKeysRecovered,proto3" json:"num_keys_recovered,omitempty"` NumObjectsOmap int64 `protobuf:"varint,22,opt,name=num_objects_omap,json=numObjectsOmap,proto3" json:"num_objects_omap,omitempty"` NumObjectsHitSetArchive int64 `` /* 138-byte string literal not displayed */ NumBytesHitSetArchive int64 `` /* 132-byte string literal not displayed */ NumFlush int64 `protobuf:"varint,25,opt,name=num_flush,json=numFlush,proto3" json:"num_flush,omitempty"` NumFlushKb int64 `protobuf:"varint,26,opt,name=num_flush_kb,json=numFlushKb,proto3" json:"num_flush_kb,omitempty"` NumEvict int64 `protobuf:"varint,27,opt,name=num_evict,json=numEvict,proto3" json:"num_evict,omitempty"` NumEvictKb int64 `protobuf:"varint,28,opt,name=num_evict_kb,json=numEvictKb,proto3" json:"num_evict_kb,omitempty"` NumPromote int64 `protobuf:"varint,29,opt,name=num_promote,json=numPromote,proto3" json:"num_promote,omitempty"` NumFlushModeHigh int64 `protobuf:"varint,30,opt,name=num_flush_mode_high,json=numFlushModeHigh,proto3" json:"num_flush_mode_high,omitempty"` NumFlushModeLow int64 `protobuf:"varint,31,opt,name=num_flush_mode_low,json=numFlushModeLow,proto3" json:"num_flush_mode_low,omitempty"` NumEvictModeSome int64 `protobuf:"varint,32,opt,name=num_evict_mode_some,json=numEvictModeSome,proto3" json:"num_evict_mode_some,omitempty"` NumEvictModeFull int64 `protobuf:"varint,33,opt,name=num_evict_mode_full,json=numEvictModeFull,proto3" json:"num_evict_mode_full,omitempty"` NumObjectsPinned int64 `protobuf:"varint,34,opt,name=num_objects_pinned,json=numObjectsPinned,proto3" json:"num_objects_pinned,omitempty"` NumLegacySnapsets int64 `protobuf:"varint,35,opt,name=num_legacy_snapsets,json=numLegacySnapsets,proto3" json:"num_legacy_snapsets,omitempty"` NumLargeOmapObjects int64 `protobuf:"varint,36,opt,name=num_large_omap_objects,json=numLargeOmapObjects,proto3" json:"num_large_omap_objects,omitempty"` NumObjectsManifest int64 `protobuf:"varint,37,opt,name=num_objects_manifest,json=numObjectsManifest,proto3" json:"num_objects_manifest,omitempty"` NumOmapBytes int64 `protobuf:"varint,38,opt,name=num_omap_bytes,json=numOmapBytes,proto3" json:"num_omap_bytes,omitempty"` NumOmapKeys int64 `protobuf:"varint,39,opt,name=num_omap_keys,json=numOmapKeys,proto3" json:"num_omap_keys,omitempty"` NumObjectsRepaired int64 `protobuf:"varint,40,opt,name=num_objects_repaired,json=numObjectsRepaired,proto3" json:"num_objects_repaired,omitempty"` // contains filtered or unexported fields }
func (*PoolStats_PoolStats_StatSum) Descriptor
deprecated
func (*PoolStats_PoolStats_StatSum) Descriptor() ([]byte, []int)
Deprecated: Use PoolStats_PoolStats_StatSum.ProtoReflect.Descriptor instead.
func (*PoolStats_PoolStats_StatSum) GetNumBytes ¶
func (x *PoolStats_PoolStats_StatSum) GetNumBytes() int64
func (*PoolStats_PoolStats_StatSum) GetNumBytesHitSetArchive ¶
func (x *PoolStats_PoolStats_StatSum) GetNumBytesHitSetArchive() int64
func (*PoolStats_PoolStats_StatSum) GetNumBytesRecovered ¶
func (x *PoolStats_PoolStats_StatSum) GetNumBytesRecovered() int64
func (*PoolStats_PoolStats_StatSum) GetNumDeepScrubErrors ¶
func (x *PoolStats_PoolStats_StatSum) GetNumDeepScrubErrors() int64
func (*PoolStats_PoolStats_StatSum) GetNumEvict ¶
func (x *PoolStats_PoolStats_StatSum) GetNumEvict() int64
func (*PoolStats_PoolStats_StatSum) GetNumEvictKb ¶
func (x *PoolStats_PoolStats_StatSum) GetNumEvictKb() int64
func (*PoolStats_PoolStats_StatSum) GetNumEvictModeFull ¶
func (x *PoolStats_PoolStats_StatSum) GetNumEvictModeFull() int64
func (*PoolStats_PoolStats_StatSum) GetNumEvictModeSome ¶
func (x *PoolStats_PoolStats_StatSum) GetNumEvictModeSome() int64
func (*PoolStats_PoolStats_StatSum) GetNumFlush ¶
func (x *PoolStats_PoolStats_StatSum) GetNumFlush() int64
func (*PoolStats_PoolStats_StatSum) GetNumFlushKb ¶
func (x *PoolStats_PoolStats_StatSum) GetNumFlushKb() int64
func (*PoolStats_PoolStats_StatSum) GetNumFlushModeHigh ¶
func (x *PoolStats_PoolStats_StatSum) GetNumFlushModeHigh() int64
func (*PoolStats_PoolStats_StatSum) GetNumFlushModeLow ¶
func (x *PoolStats_PoolStats_StatSum) GetNumFlushModeLow() int64
func (*PoolStats_PoolStats_StatSum) GetNumKeysRecovered ¶
func (x *PoolStats_PoolStats_StatSum) GetNumKeysRecovered() int64
func (*PoolStats_PoolStats_StatSum) GetNumLargeOmapObjects ¶
func (x *PoolStats_PoolStats_StatSum) GetNumLargeOmapObjects() int64
func (*PoolStats_PoolStats_StatSum) GetNumLegacySnapsets ¶
func (x *PoolStats_PoolStats_StatSum) GetNumLegacySnapsets() int64
func (*PoolStats_PoolStats_StatSum) GetNumObjectClones ¶
func (x *PoolStats_PoolStats_StatSum) GetNumObjectClones() int64
func (*PoolStats_PoolStats_StatSum) GetNumObjectCopies ¶
func (x *PoolStats_PoolStats_StatSum) GetNumObjectCopies() int64
func (*PoolStats_PoolStats_StatSum) GetNumObjects ¶
func (x *PoolStats_PoolStats_StatSum) GetNumObjects() int64
func (*PoolStats_PoolStats_StatSum) GetNumObjectsDegraded ¶
func (x *PoolStats_PoolStats_StatSum) GetNumObjectsDegraded() int64
func (*PoolStats_PoolStats_StatSum) GetNumObjectsDirty ¶
func (x *PoolStats_PoolStats_StatSum) GetNumObjectsDirty() int64
func (*PoolStats_PoolStats_StatSum) GetNumObjectsHitSetArchive ¶
func (x *PoolStats_PoolStats_StatSum) GetNumObjectsHitSetArchive() int64
func (*PoolStats_PoolStats_StatSum) GetNumObjectsManifest ¶
func (x *PoolStats_PoolStats_StatSum) GetNumObjectsManifest() int64
func (*PoolStats_PoolStats_StatSum) GetNumObjectsMisplaced ¶
func (x *PoolStats_PoolStats_StatSum) GetNumObjectsMisplaced() int64
func (*PoolStats_PoolStats_StatSum) GetNumObjectsMissing ¶
func (x *PoolStats_PoolStats_StatSum) GetNumObjectsMissing() int64
func (*PoolStats_PoolStats_StatSum) GetNumObjectsMissingOnPrimary ¶
func (x *PoolStats_PoolStats_StatSum) GetNumObjectsMissingOnPrimary() int64
func (*PoolStats_PoolStats_StatSum) GetNumObjectsOmap ¶
func (x *PoolStats_PoolStats_StatSum) GetNumObjectsOmap() int64
func (*PoolStats_PoolStats_StatSum) GetNumObjectsPinned ¶
func (x *PoolStats_PoolStats_StatSum) GetNumObjectsPinned() int64
func (*PoolStats_PoolStats_StatSum) GetNumObjectsRecovered ¶
func (x *PoolStats_PoolStats_StatSum) GetNumObjectsRecovered() int64
func (*PoolStats_PoolStats_StatSum) GetNumObjectsRepaired ¶
func (x *PoolStats_PoolStats_StatSum) GetNumObjectsRepaired() int64
func (*PoolStats_PoolStats_StatSum) GetNumObjectsUnfound ¶
func (x *PoolStats_PoolStats_StatSum) GetNumObjectsUnfound() int64
func (*PoolStats_PoolStats_StatSum) GetNumOmapBytes ¶
func (x *PoolStats_PoolStats_StatSum) GetNumOmapBytes() int64
func (*PoolStats_PoolStats_StatSum) GetNumOmapKeys ¶
func (x *PoolStats_PoolStats_StatSum) GetNumOmapKeys() int64
func (*PoolStats_PoolStats_StatSum) GetNumPromote ¶
func (x *PoolStats_PoolStats_StatSum) GetNumPromote() int64
func (*PoolStats_PoolStats_StatSum) GetNumRead ¶
func (x *PoolStats_PoolStats_StatSum) GetNumRead() int64
func (*PoolStats_PoolStats_StatSum) GetNumReadKb ¶
func (x *PoolStats_PoolStats_StatSum) GetNumReadKb() int64
func (*PoolStats_PoolStats_StatSum) GetNumScrubErrors ¶
func (x *PoolStats_PoolStats_StatSum) GetNumScrubErrors() int64
func (*PoolStats_PoolStats_StatSum) GetNumShallowScrubErrors ¶
func (x *PoolStats_PoolStats_StatSum) GetNumShallowScrubErrors() int64
func (*PoolStats_PoolStats_StatSum) GetNumWhiteouts ¶
func (x *PoolStats_PoolStats_StatSum) GetNumWhiteouts() int64
func (*PoolStats_PoolStats_StatSum) GetNumWrite ¶
func (x *PoolStats_PoolStats_StatSum) GetNumWrite() int64
func (*PoolStats_PoolStats_StatSum) GetNumWriteKb ¶
func (x *PoolStats_PoolStats_StatSum) GetNumWriteKb() int64
func (*PoolStats_PoolStats_StatSum) ProtoMessage ¶
func (*PoolStats_PoolStats_StatSum) ProtoMessage()
func (*PoolStats_PoolStats_StatSum) ProtoReflect ¶
func (x *PoolStats_PoolStats_StatSum) ProtoReflect() protoreflect.Message
func (*PoolStats_PoolStats_StatSum) Reset ¶
func (x *PoolStats_PoolStats_StatSum) Reset()
func (*PoolStats_PoolStats_StatSum) String ¶
func (x *PoolStats_PoolStats_StatSum) String() string
type PoolStats_PoolStats_StoreStats ¶
type PoolStats_PoolStats_StoreStats struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` Available int64 `protobuf:"varint,2,opt,name=available,proto3" json:"available,omitempty"` InternallyReserved int64 `protobuf:"varint,3,opt,name=internally_reserved,json=internallyReserved,proto3" json:"internally_reserved,omitempty"` Allocated int64 `protobuf:"varint,4,opt,name=allocated,proto3" json:"allocated,omitempty"` DataStored int64 `protobuf:"varint,5,opt,name=data_stored,json=dataStored,proto3" json:"data_stored,omitempty"` DataCompressed int64 `protobuf:"varint,6,opt,name=data_compressed,json=dataCompressed,proto3" json:"data_compressed,omitempty"` DataCompressedAllocated int64 `` /* 133-byte string literal not displayed */ DataCompressedOriginal int64 `` /* 130-byte string literal not displayed */ OmapAllocated int64 `protobuf:"varint,9,opt,name=omap_allocated,json=omapAllocated,proto3" json:"omap_allocated,omitempty"` InternalMetadata int64 `protobuf:"varint,10,opt,name=internal_metadata,json=internalMetadata,proto3" json:"internal_metadata,omitempty"` // contains filtered or unexported fields }
func (*PoolStats_PoolStats_StoreStats) Descriptor
deprecated
func (*PoolStats_PoolStats_StoreStats) Descriptor() ([]byte, []int)
Deprecated: Use PoolStats_PoolStats_StoreStats.ProtoReflect.Descriptor instead.
func (*PoolStats_PoolStats_StoreStats) GetAllocated ¶
func (x *PoolStats_PoolStats_StoreStats) GetAllocated() int64
func (*PoolStats_PoolStats_StoreStats) GetAvailable ¶
func (x *PoolStats_PoolStats_StoreStats) GetAvailable() int64
func (*PoolStats_PoolStats_StoreStats) GetDataCompressed ¶
func (x *PoolStats_PoolStats_StoreStats) GetDataCompressed() int64
func (*PoolStats_PoolStats_StoreStats) GetDataCompressedAllocated ¶
func (x *PoolStats_PoolStats_StoreStats) GetDataCompressedAllocated() int64
func (*PoolStats_PoolStats_StoreStats) GetDataCompressedOriginal ¶
func (x *PoolStats_PoolStats_StoreStats) GetDataCompressedOriginal() int64
func (*PoolStats_PoolStats_StoreStats) GetDataStored ¶
func (x *PoolStats_PoolStats_StoreStats) GetDataStored() int64
func (*PoolStats_PoolStats_StoreStats) GetInternalMetadata ¶
func (x *PoolStats_PoolStats_StoreStats) GetInternalMetadata() int64
func (*PoolStats_PoolStats_StoreStats) GetInternallyReserved ¶
func (x *PoolStats_PoolStats_StoreStats) GetInternallyReserved() int64
func (*PoolStats_PoolStats_StoreStats) GetOmapAllocated ¶
func (x *PoolStats_PoolStats_StoreStats) GetOmapAllocated() int64
func (*PoolStats_PoolStats_StoreStats) GetTotal ¶
func (x *PoolStats_PoolStats_StoreStats) GetTotal() int64
func (*PoolStats_PoolStats_StoreStats) ProtoMessage ¶
func (*PoolStats_PoolStats_StoreStats) ProtoMessage()
func (*PoolStats_PoolStats_StoreStats) ProtoReflect ¶
func (x *PoolStats_PoolStats_StoreStats) ProtoReflect() protoreflect.Message
func (*PoolStats_PoolStats_StoreStats) Reset ¶
func (x *PoolStats_PoolStats_StoreStats) Reset()
func (*PoolStats_PoolStats_StoreStats) String ¶
func (x *PoolStats_PoolStats_StoreStats) String() string
type PoolType ¶
type PoolType int32
func (PoolType) Descriptor ¶
func (PoolType) Descriptor() protoreflect.EnumDescriptor
func (PoolType) EnumDescriptor
deprecated
func (PoolType) Number ¶
func (x PoolType) Number() protoreflect.EnumNumber
func (PoolType) Type ¶
func (PoolType) Type() protoreflect.EnumType
type Role ¶
type Role struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Description *string `protobuf:"bytes,2,opt,name=description,proto3,oneof" json:"description,omitempty"` ScopesPermissions map[string]*structpb.ListValue `` /* 177-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Role) Descriptor
deprecated
func (*Role) GetDescription ¶
func (*Role) GetScopesPermissions ¶
func (*Role) ProtoMessage ¶
func (*Role) ProtoMessage()
func (*Role) ProtoReflect ¶
func (x *Role) ProtoReflect() protoreflect.Message
type RolesResp ¶
type RolesResp struct { Roles []*Role `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"` // contains filtered or unexported fields }
func (*RolesResp) Descriptor
deprecated
func (*RolesResp) ProtoMessage ¶
func (*RolesResp) ProtoMessage()
func (*RolesResp) ProtoReflect ¶
func (x *RolesResp) ProtoReflect() protoreflect.Message
type Rule ¶
type Rule struct { RuleId int64 `protobuf:"varint,1,opt,name=rule_id,json=ruleId,proto3" json:"rule_id,omitempty"` RuleName string `protobuf:"bytes,2,opt,name=rule_name,json=ruleName,proto3" json:"rule_name,omitempty"` Ruleset int64 `protobuf:"varint,3,opt,name=ruleset,proto3" json:"ruleset,omitempty"` Type int64 `protobuf:"varint,4,opt,name=type,proto3" json:"type,omitempty"` MinSize int64 `protobuf:"varint,5,opt,name=min_size,json=minSize,proto3" json:"min_size,omitempty"` MaxSize int64 `protobuf:"varint,6,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"` Steps []*Step `protobuf:"bytes,7,rep,name=steps,proto3" json:"steps,omitempty"` // contains filtered or unexported fields }
func (*Rule) Descriptor
deprecated
func (*Rule) GetMaxSize ¶
func (*Rule) GetMinSize ¶
func (*Rule) GetRuleName ¶
func (*Rule) GetRuleset ¶
func (*Rule) ProtoMessage ¶
func (*Rule) ProtoMessage()
func (*Rule) ProtoReflect ¶
func (x *Rule) ProtoReflect() protoreflect.Message
type StatusClient ¶
type StatusClient interface { // command: ceph status GetCephStatus(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetCephStatusResponse, error) // command: ceph mon dump GetCephMonDump(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*CephMonDumpResponse, error) // command: ceph osd dump GetCephOsdDump(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetCephOsdDumpResponse, error) // command: ceph pg dump GetCephPgDump(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetCephPgDumpResponse, error) // command: ceph report GetCephReport(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*structpb.Struct, error) }
StatusClient is the client API for Status service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewStatusClient ¶
func NewStatusClient(cc grpc.ClientConnInterface) StatusClient
type StatusServer ¶
type StatusServer interface { // command: ceph status GetCephStatus(context.Context, *emptypb.Empty) (*GetCephStatusResponse, error) // command: ceph mon dump GetCephMonDump(context.Context, *emptypb.Empty) (*CephMonDumpResponse, error) // command: ceph osd dump GetCephOsdDump(context.Context, *emptypb.Empty) (*GetCephOsdDumpResponse, error) // command: ceph pg dump GetCephPgDump(context.Context, *emptypb.Empty) (*GetCephPgDumpResponse, error) // command: ceph report GetCephReport(context.Context, *emptypb.Empty) (*structpb.Struct, error) }
StatusServer is the server API for Status service. All implementations should embed UnimplementedStatusServer for forward compatibility.
type Step ¶
type Step struct { Entries map[string]string `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Step) Descriptor
deprecated
func (*Step) GetEntries ¶
func (*Step) ProtoMessage ¶
func (*Step) ProtoMessage()
func (*Step) ProtoReflect ¶
func (x *Step) ProtoReflect() protoreflect.Message
type TokenCheckReq ¶
type TokenCheckReq struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*TokenCheckReq) Descriptor
deprecated
func (*TokenCheckReq) Descriptor() ([]byte, []int)
Deprecated: Use TokenCheckReq.ProtoReflect.Descriptor instead.
func (*TokenCheckReq) GetToken ¶
func (x *TokenCheckReq) GetToken() string
func (*TokenCheckReq) ProtoMessage ¶
func (*TokenCheckReq) ProtoMessage()
func (*TokenCheckReq) ProtoReflect ¶
func (x *TokenCheckReq) ProtoReflect() protoreflect.Message
func (*TokenCheckReq) Reset ¶
func (x *TokenCheckReq) Reset()
func (*TokenCheckReq) String ¶
func (x *TokenCheckReq) String() string
type TokenCheckResp ¶
type TokenCheckResp struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` PwdUpdateRequired bool `protobuf:"varint,2,opt,name=pwd_update_required,json=pwdUpdateRequired,proto3" json:"pwd_update_required,omitempty"` PwdExpirationDate *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=pwd_expiration_date,json=pwdExpirationDate,proto3,oneof" json:"pwd_expiration_date,omitempty"` Sso bool `protobuf:"varint,4,opt,name=sso,proto3" json:"sso,omitempty"` Permissions map[string]*structpb.ListValue `` /* 163-byte string literal not displayed */ // contains filtered or unexported fields }
func (*TokenCheckResp) Descriptor
deprecated
func (*TokenCheckResp) Descriptor() ([]byte, []int)
Deprecated: Use TokenCheckResp.ProtoReflect.Descriptor instead.
func (*TokenCheckResp) GetPermissions ¶
func (x *TokenCheckResp) GetPermissions() map[string]*structpb.ListValue
func (*TokenCheckResp) GetPwdExpirationDate ¶
func (x *TokenCheckResp) GetPwdExpirationDate() *timestamppb.Timestamp
func (*TokenCheckResp) GetPwdUpdateRequired ¶
func (x *TokenCheckResp) GetPwdUpdateRequired() bool
func (*TokenCheckResp) GetSso ¶
func (x *TokenCheckResp) GetSso() bool
func (*TokenCheckResp) GetUsername ¶
func (x *TokenCheckResp) GetUsername() string
func (*TokenCheckResp) ProtoMessage ¶
func (*TokenCheckResp) ProtoMessage()
func (*TokenCheckResp) ProtoReflect ¶
func (x *TokenCheckResp) ProtoReflect() protoreflect.Message
func (*TokenCheckResp) Reset ¶
func (x *TokenCheckResp) Reset()
func (*TokenCheckResp) String ¶
func (x *TokenCheckResp) String() string
type UnimplementedAuthServer ¶
type UnimplementedAuthServer struct{}
UnimplementedAuthServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedAuthServer) Check ¶
func (UnimplementedAuthServer) Check(context.Context, *TokenCheckReq) (*TokenCheckResp, error)
type UnimplementedClusterServer ¶
type UnimplementedClusterServer struct{}
UnimplementedClusterServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedClusterServer) CreateUser ¶
func (UnimplementedClusterServer) CreateUser(context.Context, *CreateClusterUserReq) (*emptypb.Empty, error)
func (UnimplementedClusterServer) DeleteUser ¶
func (UnimplementedClusterServer) DeleteUser(context.Context, *DeleteClusterUserReq) (*emptypb.Empty, error)
func (UnimplementedClusterServer) ExportUser ¶
func (UnimplementedClusterServer) ExportUser(context.Context, *ExportClusterUserReq) (*ExportClusterUserResp, error)
func (UnimplementedClusterServer) GetStatus ¶
func (UnimplementedClusterServer) GetStatus(context.Context, *emptypb.Empty) (*ClusterStatus, error)
func (UnimplementedClusterServer) GetUsers ¶
func (UnimplementedClusterServer) GetUsers(context.Context, *emptypb.Empty) (*ClusterUsers, error)
func (UnimplementedClusterServer) UpdateStatus ¶
func (UnimplementedClusterServer) UpdateStatus(context.Context, *ClusterStatus) (*emptypb.Empty, error)
func (UnimplementedClusterServer) UpdateUser ¶
func (UnimplementedClusterServer) UpdateUser(context.Context, *UpdateClusterUserReq) (*emptypb.Empty, error)
type UnimplementedCrushRuleServer ¶
type UnimplementedCrushRuleServer struct{}
UnimplementedCrushRuleServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedCrushRuleServer) CreateRule ¶
func (UnimplementedCrushRuleServer) CreateRule(context.Context, *CreateRuleRequest) (*emptypb.Empty, error)
func (UnimplementedCrushRuleServer) DeleteRule ¶
func (UnimplementedCrushRuleServer) DeleteRule(context.Context, *DeleteRuleRequest) (*emptypb.Empty, error)
func (UnimplementedCrushRuleServer) GetRule ¶
func (UnimplementedCrushRuleServer) GetRule(context.Context, *GetRuleRequest) (*Rule, error)
func (UnimplementedCrushRuleServer) ListRules ¶
func (UnimplementedCrushRuleServer) ListRules(context.Context, *emptypb.Empty) (*ListRulesResponse, error)
type UnimplementedStatusServer ¶
type UnimplementedStatusServer struct{}
UnimplementedStatusServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedStatusServer) GetCephMonDump ¶
func (UnimplementedStatusServer) GetCephMonDump(context.Context, *emptypb.Empty) (*CephMonDumpResponse, error)
func (UnimplementedStatusServer) GetCephOsdDump ¶
func (UnimplementedStatusServer) GetCephOsdDump(context.Context, *emptypb.Empty) (*GetCephOsdDumpResponse, error)
func (UnimplementedStatusServer) GetCephPgDump ¶
func (UnimplementedStatusServer) GetCephPgDump(context.Context, *emptypb.Empty) (*GetCephPgDumpResponse, error)
func (UnimplementedStatusServer) GetCephReport ¶
func (UnimplementedStatusServer) GetCephStatus ¶
func (UnimplementedStatusServer) GetCephStatus(context.Context, *emptypb.Empty) (*GetCephStatusResponse, error)
type UnimplementedUsersServer ¶
type UnimplementedUsersServer struct{}
UnimplementedUsersServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedUsersServer) CloneRole ¶
func (UnimplementedUsersServer) CloneRole(context.Context, *CloneRoleReq) (*emptypb.Empty, error)
func (UnimplementedUsersServer) CreateRole ¶
func (UnimplementedUsersServer) CreateUser ¶
func (UnimplementedUsersServer) CreateUser(context.Context, *CreateUserReq) (*emptypb.Empty, error)
func (UnimplementedUsersServer) DeleteRole ¶
func (UnimplementedUsersServer) DeleteRole(context.Context, *GetRoleReq) (*emptypb.Empty, error)
func (UnimplementedUsersServer) DeleteUser ¶
func (UnimplementedUsersServer) DeleteUser(context.Context, *GetUserReq) (*emptypb.Empty, error)
func (UnimplementedUsersServer) GetRole ¶
func (UnimplementedUsersServer) GetRole(context.Context, *GetRoleReq) (*Role, error)
func (UnimplementedUsersServer) GetUser ¶
func (UnimplementedUsersServer) GetUser(context.Context, *GetUserReq) (*User, error)
func (UnimplementedUsersServer) UpdateRole ¶
func (UnimplementedUsersServer) UpdateUser ¶
func (UnimplementedUsersServer) UpdateUser(context.Context, *CreateUserReq) (*emptypb.Empty, error)
func (UnimplementedUsersServer) UserChangePassword ¶
func (UnimplementedUsersServer) UserChangePassword(context.Context, *UserChangePasswordReq) (*emptypb.Empty, error)
type UnsafeAuthServer ¶
type UnsafeAuthServer interface {
// contains filtered or unexported methods
}
UnsafeAuthServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AuthServer will result in compilation errors.
type UnsafeClusterServer ¶
type UnsafeClusterServer interface {
// contains filtered or unexported methods
}
UnsafeClusterServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ClusterServer will result in compilation errors.
type UnsafeCrushRuleServer ¶
type UnsafeCrushRuleServer interface {
// contains filtered or unexported methods
}
UnsafeCrushRuleServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CrushRuleServer will result in compilation errors.
type UnsafeStatusServer ¶
type UnsafeStatusServer interface {
// contains filtered or unexported methods
}
UnsafeStatusServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to StatusServer will result in compilation errors.
type UnsafeUsersServer ¶
type UnsafeUsersServer interface {
// contains filtered or unexported methods
}
UnsafeUsersServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UsersServer will result in compilation errors.
type UpdateClusterUserReq ¶
type UpdateClusterUserReq struct { // user capabilities, e.g: {"mon": "allow r","osd":"allow rw pool=liverpool"} Capabilities map[string]string `` /* 165-byte string literal not displayed */ // entity, e.g: "client.admin" UserEntity string `protobuf:"bytes,2,opt,name=user_entity,proto3" json:"user_entity,omitempty"` // contains filtered or unexported fields }
func (*UpdateClusterUserReq) Descriptor
deprecated
func (*UpdateClusterUserReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateClusterUserReq.ProtoReflect.Descriptor instead.
func (*UpdateClusterUserReq) GetCapabilities ¶
func (x *UpdateClusterUserReq) GetCapabilities() map[string]string
func (*UpdateClusterUserReq) GetUserEntity ¶
func (x *UpdateClusterUserReq) GetUserEntity() string
func (*UpdateClusterUserReq) ProtoMessage ¶
func (*UpdateClusterUserReq) ProtoMessage()
func (*UpdateClusterUserReq) ProtoReflect ¶
func (x *UpdateClusterUserReq) ProtoReflect() protoreflect.Message
func (*UpdateClusterUserReq) Reset ¶
func (x *UpdateClusterUserReq) Reset()
func (*UpdateClusterUserReq) String ¶
func (x *UpdateClusterUserReq) String() string
type User ¶
type User struct { Email *string `protobuf:"bytes,1,opt,name=email,proto3,oneof" json:"email,omitempty"` Enabled bool `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"` Name *string `protobuf:"bytes,3,opt,name=name,proto3,oneof" json:"name,omitempty"` LastUpdate *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=last_update,json=lastUpdate,proto3" json:"last_update,omitempty"` PwdExpirationDate *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=pwd_expiration_date,json=pwdExpirationDate,proto3,oneof" json:"pwd_expiration_date,omitempty"` PwdUpdateRequired bool `protobuf:"varint,6,opt,name=pwd_update_required,json=pwdUpdateRequired,proto3" json:"pwd_update_required,omitempty"` Roles []string `protobuf:"bytes,7,rep,name=roles,proto3" json:"roles,omitempty"` Username string `protobuf:"bytes,8,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetEnabled ¶
func (*User) GetLastUpdate ¶
func (x *User) GetLastUpdate() *timestamppb.Timestamp
func (*User) GetPwdExpirationDate ¶
func (x *User) GetPwdExpirationDate() *timestamppb.Timestamp
func (*User) GetPwdUpdateRequired ¶
func (*User) GetUsername ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type UserChangePasswordReq ¶
type UserChangePasswordReq struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` OldPassword string `protobuf:"bytes,2,opt,name=old_password,proto3" json:"old_password,omitempty"` NewPassword string `protobuf:"bytes,3,opt,name=new_password,proto3" json:"new_password,omitempty"` // contains filtered or unexported fields }
func (*UserChangePasswordReq) Descriptor
deprecated
func (*UserChangePasswordReq) Descriptor() ([]byte, []int)
Deprecated: Use UserChangePasswordReq.ProtoReflect.Descriptor instead.
func (*UserChangePasswordReq) GetNewPassword ¶
func (x *UserChangePasswordReq) GetNewPassword() string
func (*UserChangePasswordReq) GetOldPassword ¶
func (x *UserChangePasswordReq) GetOldPassword() string
func (*UserChangePasswordReq) GetUsername ¶
func (x *UserChangePasswordReq) GetUsername() string
func (*UserChangePasswordReq) ProtoMessage ¶
func (*UserChangePasswordReq) ProtoMessage()
func (*UserChangePasswordReq) ProtoReflect ¶
func (x *UserChangePasswordReq) ProtoReflect() protoreflect.Message
func (*UserChangePasswordReq) Reset ¶
func (x *UserChangePasswordReq) Reset()
func (*UserChangePasswordReq) String ¶
func (x *UserChangePasswordReq) String() string
type UsersClient ¶
type UsersClient interface { ListUsers(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*UsersResp, error) GetUser(ctx context.Context, in *GetUserReq, opts ...grpc.CallOption) (*User, error) CreateUser(ctx context.Context, in *CreateUserReq, opts ...grpc.CallOption) (*emptypb.Empty, error) DeleteUser(ctx context.Context, in *GetUserReq, opts ...grpc.CallOption) (*emptypb.Empty, error) UpdateUser(ctx context.Context, in *CreateUserReq, opts ...grpc.CallOption) (*emptypb.Empty, error) UserChangePassword(ctx context.Context, in *UserChangePasswordReq, opts ...grpc.CallOption) (*emptypb.Empty, error) ListRoles(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*RolesResp, error) GetRole(ctx context.Context, in *GetRoleReq, opts ...grpc.CallOption) (*Role, error) CreateRole(ctx context.Context, in *Role, opts ...grpc.CallOption) (*emptypb.Empty, error) DeleteRole(ctx context.Context, in *GetRoleReq, opts ...grpc.CallOption) (*emptypb.Empty, error) UpdateRole(ctx context.Context, in *Role, opts ...grpc.CallOption) (*emptypb.Empty, error) CloneRole(ctx context.Context, in *CloneRoleReq, opts ...grpc.CallOption) (*emptypb.Empty, error) }
UsersClient is the client API for Users service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewUsersClient ¶
func NewUsersClient(cc grpc.ClientConnInterface) UsersClient
type UsersResp ¶
type UsersResp struct { Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"` // contains filtered or unexported fields }
func (*UsersResp) Descriptor
deprecated
func (*UsersResp) ProtoMessage ¶
func (*UsersResp) ProtoMessage()
func (*UsersResp) ProtoReflect ¶
func (x *UsersResp) ProtoReflect() protoreflect.Message
type UsersServer ¶
type UsersServer interface { ListUsers(context.Context, *emptypb.Empty) (*UsersResp, error) GetUser(context.Context, *GetUserReq) (*User, error) CreateUser(context.Context, *CreateUserReq) (*emptypb.Empty, error) DeleteUser(context.Context, *GetUserReq) (*emptypb.Empty, error) UpdateUser(context.Context, *CreateUserReq) (*emptypb.Empty, error) UserChangePassword(context.Context, *UserChangePasswordReq) (*emptypb.Empty, error) ListRoles(context.Context, *emptypb.Empty) (*RolesResp, error) GetRole(context.Context, *GetRoleReq) (*Role, error) CreateRole(context.Context, *Role) (*emptypb.Empty, error) DeleteRole(context.Context, *GetRoleReq) (*emptypb.Empty, error) UpdateRole(context.Context, *Role) (*emptypb.Empty, error) CloneRole(context.Context, *CloneRoleReq) (*emptypb.Empty, error) }
UsersServer is the server API for Users service. All implementations should embed UnimplementedUsersServer for forward compatibility.