Versions in this module Expand all Collapse all v0 v0.0.2 Jan 22, 2025 Changes in this version + const Auth_Check_FullMethodName + const Auth_Login_FullMethodName + const Auth_Logout_FullMethodName + const Cluster_CreateUser_FullMethodName + const Cluster_DeleteUser_FullMethodName + const Cluster_ExportUser_FullMethodName + const Cluster_GetStatus_FullMethodName + const Cluster_GetUsers_FullMethodName + const Cluster_UpdateStatus_FullMethodName + const Cluster_UpdateUser_FullMethodName + const CrushRule_CreateRule_FullMethodName + const CrushRule_DeleteRule_FullMethodName + const CrushRule_GetRule_FullMethodName + const CrushRule_ListRules_FullMethodName + const Status_GetCephMonDump_FullMethodName + const Status_GetCephOsdDump_FullMethodName + const Status_GetCephPgDump_FullMethodName + const Status_GetCephReport_FullMethodName + const Status_GetCephStatus_FullMethodName + const Users_CloneRole_FullMethodName + const Users_CreateRole_FullMethodName + const Users_CreateUser_FullMethodName + const Users_DeleteRole_FullMethodName + const Users_DeleteUser_FullMethodName + const Users_GetRole_FullMethodName + const Users_GetUser_FullMethodName + const Users_ListRoles_FullMethodName + const Users_ListUsers_FullMethodName + const Users_UpdateRole_FullMethodName + const Users_UpdateUser_FullMethodName + const Users_UserChangePassword_FullMethodName + var Auth_ServiceDesc = grpc.ServiceDesc + var ClusterStatus_Status_name = map[int32]string + var ClusterStatus_Status_value = map[string]int32 + var Cluster_ServiceDesc = grpc.ServiceDesc + var CrushRule_ServiceDesc = grpc.ServiceDesc + 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 PoolType_name = map[int32]string + var PoolType_value = map[string]int32 + var Status_ServiceDesc = grpc.ServiceDesc + var Users_ServiceDesc = grpc.ServiceDesc + 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 interface + Check func(ctx context.Context, in *TokenCheckReq, opts ...grpc.CallOption) (*TokenCheckResp, error) + Login func(ctx context.Context, in *LoginReq, opts ...grpc.CallOption) (*LoginResp, error) + Logout func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) + func NewAuthClient(cc grpc.ClientConnInterface) AuthClient + type AuthServer interface + Check func(context.Context, *TokenCheckReq) (*TokenCheckResp, error) + Login func(context.Context, *LoginReq) (*LoginResp, error) + Logout func(context.Context, *emptypb.Empty) (*emptypb.Empty, error) + type CephMonDumpAddrVec struct + Addrvec []*CephMonDumpAddress + func (*CephMonDumpAddrVec) Descriptor() ([]byte, []int) + func (*CephMonDumpAddrVec) ProtoMessage() + func (x *CephMonDumpAddrVec) GetAddrvec() []*CephMonDumpAddress + func (x *CephMonDumpAddrVec) ProtoReflect() protoreflect.Message + func (x *CephMonDumpAddrVec) Reset() + func (x *CephMonDumpAddrVec) String() string + type CephMonDumpAddress struct + Addr string + Nonce int32 + Type string + func (*CephMonDumpAddress) Descriptor() ([]byte, []int) + func (*CephMonDumpAddress) ProtoMessage() + func (x *CephMonDumpAddress) GetAddr() string + func (x *CephMonDumpAddress) GetNonce() int32 + func (x *CephMonDumpAddress) GetType() string + func (x *CephMonDumpAddress) ProtoReflect() protoreflect.Message + func (x *CephMonDumpAddress) Reset() + func (x *CephMonDumpAddress) String() string + type CephMonDumpFeatures struct + Optional []string + Persistent []string + func (*CephMonDumpFeatures) Descriptor() ([]byte, []int) + func (*CephMonDumpFeatures) ProtoMessage() + func (x *CephMonDumpFeatures) GetOptional() []string + func (x *CephMonDumpFeatures) GetPersistent() []string + func (x *CephMonDumpFeatures) ProtoReflect() protoreflect.Message + func (x *CephMonDumpFeatures) Reset() + func (x *CephMonDumpFeatures) String() string + type CephMonDumpMonInfo struct + Addr string + CrushLocation string + Name string + Priority int32 + PublicAddr string + PublicAddrs *CephMonDumpAddrVec + Rank int32 + Weight int32 + func (*CephMonDumpMonInfo) Descriptor() ([]byte, []int) + func (*CephMonDumpMonInfo) ProtoMessage() + 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 (x *CephMonDumpMonInfo) ProtoReflect() protoreflect.Message + func (x *CephMonDumpMonInfo) Reset() + func (x *CephMonDumpMonInfo) String() string + type CephMonDumpResponse struct + Created *timestamppb.Timestamp + DisallowedLeaders string + ElectionStrategy int32 + Epoch int32 + Features *CephMonDumpFeatures + Fsid string + MinMonRelease int32 + MinMonReleaseName string + Modified *timestamppb.Timestamp + Mons []*CephMonDumpMonInfo + Quorum []int32 + RemovedRanks string + StretchMode bool + TiebreakerMon string + func (*CephMonDumpResponse) Descriptor() ([]byte, []int) + func (*CephMonDumpResponse) ProtoMessage() + 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 (x *CephMonDumpResponse) ProtoReflect() protoreflect.Message + func (x *CephMonDumpResponse) Reset() + func (x *CephMonDumpResponse) String() string + type CephStatusFSMap struct + ByRank []*structpb.Value + Epoch int32 + UpStandby int32 + func (*CephStatusFSMap) Descriptor() ([]byte, []int) + func (*CephStatusFSMap) ProtoMessage() + func (x *CephStatusFSMap) GetByRank() []*structpb.Value + func (x *CephStatusFSMap) GetEpoch() int32 + func (x *CephStatusFSMap) GetUpStandby() int32 + func (x *CephStatusFSMap) ProtoReflect() protoreflect.Message + func (x *CephStatusFSMap) Reset() + func (x *CephStatusFSMap) String() string + type CephStatusHealth struct + Checks map[string]*structpb.Struct + Mutes []*structpb.Value + Status string + func (*CephStatusHealth) Descriptor() ([]byte, []int) + func (*CephStatusHealth) ProtoMessage() + func (x *CephStatusHealth) GetChecks() map[string]*structpb.Struct + func (x *CephStatusHealth) GetMutes() []*structpb.Value + func (x *CephStatusHealth) GetStatus() string + func (x *CephStatusHealth) ProtoReflect() protoreflect.Message + func (x *CephStatusHealth) Reset() + func (x *CephStatusHealth) String() string + type CephStatusMgrMap struct + Available bool + Modules []string + NumStandbys int32 + Services map[string]string + func (*CephStatusMgrMap) Descriptor() ([]byte, []int) + func (*CephStatusMgrMap) ProtoMessage() + func (x *CephStatusMgrMap) GetAvailable() bool + func (x *CephStatusMgrMap) GetModules() []string + func (x *CephStatusMgrMap) GetNumStandbys() int32 + func (x *CephStatusMgrMap) GetServices() map[string]string + func (x *CephStatusMgrMap) ProtoReflect() protoreflect.Message + func (x *CephStatusMgrMap) Reset() + func (x *CephStatusMgrMap) String() string + type CephStatusMonMap struct + Epoch int32 + MinMonReleaseName string + NumMons int32 + func (*CephStatusMonMap) Descriptor() ([]byte, []int) + func (*CephStatusMonMap) ProtoMessage() + func (x *CephStatusMonMap) GetEpoch() int32 + func (x *CephStatusMonMap) GetMinMonReleaseName() string + func (x *CephStatusMonMap) GetNumMons() int32 + func (x *CephStatusMonMap) ProtoReflect() protoreflect.Message + func (x *CephStatusMonMap) Reset() + func (x *CephStatusMonMap) String() string + type CephStatusOSDMap struct + Epoch int32 + NumInOsds int32 + NumOsds int32 + NumRemappedPgs int32 + NumUpOsds int32 + OsdInSince int64 + OsdUpSince int64 + func (*CephStatusOSDMap) Descriptor() ([]byte, []int) + func (*CephStatusOSDMap) ProtoMessage() + 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 (x *CephStatusOSDMap) ProtoReflect() protoreflect.Message + func (x *CephStatusOSDMap) Reset() + func (x *CephStatusOSDMap) String() string + type CephStatusPGMap struct + BytesAvail int64 + BytesTotal int64 + BytesUsed int64 + DataBytes int64 + NumObjects int32 + NumPgs int32 + NumPools int32 + PgsByState []*CephStatusPGState + func (*CephStatusPGMap) Descriptor() ([]byte, []int) + func (*CephStatusPGMap) ProtoMessage() + 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 (x *CephStatusPGMap) ProtoReflect() protoreflect.Message + func (x *CephStatusPGMap) Reset() + func (x *CephStatusPGMap) String() string + type CephStatusPGState struct + Count int32 + StateName string + func (*CephStatusPGState) Descriptor() ([]byte, []int) + func (*CephStatusPGState) ProtoMessage() + func (x *CephStatusPGState) GetCount() int32 + func (x *CephStatusPGState) GetStateName() string + func (x *CephStatusPGState) ProtoReflect() protoreflect.Message + func (x *CephStatusPGState) Reset() + func (x *CephStatusPGState) String() string + type CephStatusService struct + Daemons map[string]*structpb.Value + Summary string + func (*CephStatusService) Descriptor() ([]byte, []int) + func (*CephStatusService) ProtoMessage() + func (x *CephStatusService) GetDaemons() map[string]*structpb.Value + func (x *CephStatusService) GetSummary() string + func (x *CephStatusService) ProtoReflect() protoreflect.Message + func (x *CephStatusService) Reset() + func (x *CephStatusService) String() string + type CephStatusServiceMap struct + Epoch int32 + Modified string + Services map[string]*CephStatusService + func (*CephStatusServiceMap) Descriptor() ([]byte, []int) + func (*CephStatusServiceMap) ProtoMessage() + func (x *CephStatusServiceMap) GetEpoch() int32 + func (x *CephStatusServiceMap) GetModified() string + func (x *CephStatusServiceMap) GetServices() map[string]*CephStatusService + func (x *CephStatusServiceMap) ProtoReflect() protoreflect.Message + func (x *CephStatusServiceMap) Reset() + func (x *CephStatusServiceMap) String() string + type CloneRoleReq struct + Name string + NewName string + func (*CloneRoleReq) Descriptor() ([]byte, []int) + func (*CloneRoleReq) ProtoMessage() + func (x *CloneRoleReq) GetName() string + func (x *CloneRoleReq) GetNewName() string + func (x *CloneRoleReq) ProtoReflect() protoreflect.Message + func (x *CloneRoleReq) Reset() + func (x *CloneRoleReq) String() string + type ClusterClient interface + CreateUser func(ctx context.Context, in *CreateClusterUserReq, opts ...grpc.CallOption) (*emptypb.Empty, error) + DeleteUser func(ctx context.Context, in *DeleteClusterUserReq, opts ...grpc.CallOption) (*emptypb.Empty, error) + ExportUser func(ctx context.Context, in *ExportClusterUserReq, opts ...grpc.CallOption) (*ExportClusterUserResp, error) + GetStatus func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ClusterStatus, error) + GetUsers func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ClusterUsers, error) + UpdateStatus func(ctx context.Context, in *ClusterStatus, opts ...grpc.CallOption) (*emptypb.Empty, error) + UpdateUser func(ctx context.Context, in *UpdateClusterUserReq, opts ...grpc.CallOption) (*emptypb.Empty, error) + func NewClusterClient(cc grpc.ClientConnInterface) ClusterClient + type ClusterServer interface + CreateUser func(context.Context, *CreateClusterUserReq) (*emptypb.Empty, error) + DeleteUser func(context.Context, *DeleteClusterUserReq) (*emptypb.Empty, error) + ExportUser func(context.Context, *ExportClusterUserReq) (*ExportClusterUserResp, error) + GetStatus func(context.Context, *emptypb.Empty) (*ClusterStatus, error) + GetUsers func(context.Context, *emptypb.Empty) (*ClusterUsers, error) + UpdateStatus func(context.Context, *ClusterStatus) (*emptypb.Empty, error) + UpdateUser func(context.Context, *UpdateClusterUserReq) (*emptypb.Empty, error) + type ClusterStatus struct + Status ClusterStatus_Status + func (*ClusterStatus) Descriptor() ([]byte, []int) + func (*ClusterStatus) ProtoMessage() + func (x *ClusterStatus) GetStatus() ClusterStatus_Status + func (x *ClusterStatus) ProtoReflect() protoreflect.Message + func (x *ClusterStatus) Reset() + func (x *ClusterStatus) String() string + type ClusterStatus_Status int32 + const ClusterStatus_INSTALLED + const ClusterStatus_POST_INSTALLED + func (ClusterStatus_Status) Descriptor() protoreflect.EnumDescriptor + func (ClusterStatus_Status) EnumDescriptor() ([]byte, []int) + func (ClusterStatus_Status) Type() protoreflect.EnumType + func (x ClusterStatus_Status) Enum() *ClusterStatus_Status + func (x ClusterStatus_Status) Number() protoreflect.EnumNumber + func (x ClusterStatus_Status) String() string + type ClusterUser struct + Caps map[string]string + Entity string + Key string + func (*ClusterUser) Descriptor() ([]byte, []int) + func (*ClusterUser) ProtoMessage() + func (x *ClusterUser) GetCaps() map[string]string + func (x *ClusterUser) GetEntity() string + func (x *ClusterUser) GetKey() string + func (x *ClusterUser) ProtoReflect() protoreflect.Message + func (x *ClusterUser) Reset() + func (x *ClusterUser) String() string + type ClusterUsers struct + Users []*ClusterUser + func (*ClusterUsers) Descriptor() ([]byte, []int) + func (*ClusterUsers) ProtoMessage() + func (x *ClusterUsers) GetUsers() []*ClusterUser + func (x *ClusterUsers) ProtoReflect() protoreflect.Message + func (x *ClusterUsers) Reset() + func (x *ClusterUsers) String() string + type CreateClusterUserReq struct + Capabilities map[string]string + ImportData []byte + UserEntity string + func (*CreateClusterUserReq) Descriptor() ([]byte, []int) + func (*CreateClusterUserReq) ProtoMessage() + func (x *CreateClusterUserReq) GetCapabilities() map[string]string + func (x *CreateClusterUserReq) GetImportData() []byte + func (x *CreateClusterUserReq) GetUserEntity() string + func (x *CreateClusterUserReq) ProtoReflect() protoreflect.Message + func (x *CreateClusterUserReq) Reset() + func (x *CreateClusterUserReq) String() string + type CreateRuleRequest struct + DeviceClass *string + FailureDomain string + Name string + PoolType PoolType + Profile *string + Root *string + func (*CreateRuleRequest) Descriptor() ([]byte, []int) + func (*CreateRuleRequest) ProtoMessage() + 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 (x *CreateRuleRequest) ProtoReflect() protoreflect.Message + func (x *CreateRuleRequest) Reset() + func (x *CreateRuleRequest) String() string + type CreateUserReq struct + Email *string + Enabled bool + Name *string + Password string + PwdExpirationDate *timestamppb.Timestamp + PwdUpdateRequired bool + Roles []string + Username string + func (*CreateUserReq) Descriptor() ([]byte, []int) + func (*CreateUserReq) ProtoMessage() + 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 (x *CreateUserReq) ProtoReflect() protoreflect.Message + func (x *CreateUserReq) Reset() + func (x *CreateUserReq) String() string + type CrushRuleClient interface + CreateRule func(ctx context.Context, in *CreateRuleRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + DeleteRule func(ctx context.Context, in *DeleteRuleRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + GetRule func(ctx context.Context, in *GetRuleRequest, opts ...grpc.CallOption) (*Rule, error) + ListRules func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ListRulesResponse, error) + func NewCrushRuleClient(cc grpc.ClientConnInterface) CrushRuleClient + type CrushRuleServer interface + CreateRule func(context.Context, *CreateRuleRequest) (*emptypb.Empty, error) + DeleteRule func(context.Context, *DeleteRuleRequest) (*emptypb.Empty, error) + GetRule func(context.Context, *GetRuleRequest) (*Rule, error) + ListRules func(context.Context, *emptypb.Empty) (*ListRulesResponse, error) + type DeleteClusterUserReq struct + UserEntity string + func (*DeleteClusterUserReq) Descriptor() ([]byte, []int) + func (*DeleteClusterUserReq) ProtoMessage() + func (x *DeleteClusterUserReq) GetUserEntity() string + func (x *DeleteClusterUserReq) ProtoReflect() protoreflect.Message + func (x *DeleteClusterUserReq) Reset() + func (x *DeleteClusterUserReq) String() string + type DeleteRuleRequest struct + Name string + func (*DeleteRuleRequest) Descriptor() ([]byte, []int) + func (*DeleteRuleRequest) ProtoMessage() + func (x *DeleteRuleRequest) GetName() string + func (x *DeleteRuleRequest) ProtoReflect() protoreflect.Message + func (x *DeleteRuleRequest) Reset() + func (x *DeleteRuleRequest) String() string + type ExportClusterUserReq struct + Entities []string + func (*ExportClusterUserReq) Descriptor() ([]byte, []int) + func (*ExportClusterUserReq) ProtoMessage() + func (x *ExportClusterUserReq) GetEntities() []string + func (x *ExportClusterUserReq) ProtoReflect() protoreflect.Message + func (x *ExportClusterUserReq) Reset() + func (x *ExportClusterUserReq) String() string + type ExportClusterUserResp struct + Data []byte + func (*ExportClusterUserResp) Descriptor() ([]byte, []int) + func (*ExportClusterUserResp) ProtoMessage() + func (x *ExportClusterUserResp) GetData() []byte + func (x *ExportClusterUserResp) ProtoReflect() protoreflect.Message + func (x *ExportClusterUserResp) Reset() + func (x *ExportClusterUserResp) String() string + type GetCephOsdDumpResponse struct + AllowCrimson bool + BackfillfullRatio float64 + Blocklist map[string]*timestamppb.Timestamp + ClusterSnapshot string + Created *timestamppb.Timestamp + CrushNodeFlags *structpb.Struct + CrushVersion int32 + DeviceClassFlags *structpb.Struct + Epoch int32 + ErasureCodeProfiles map[string]*OsdDumpErasureCodeProfile + Flags string + FlagsNum int32 + FlagsSet []string + Fsid string + FullRatio float64 + LastInChange *timestamppb.Timestamp + LastUpChange *timestamppb.Timestamp + MaxOsd int32 + MinCompatClient string + Modified *timestamppb.Timestamp + NearfullRatio float64 + NewPurgedSnaps []*structpb.Value + NewRemovedSnaps []*structpb.Value + OsdXinfo []*OsdDumpOsdXInfo + Osds []*OsdDumpOsdInfo + PgTemp []*structpb.Value + PgUpmap []*structpb.Value + PgUpmapItems []*structpb.Value + PgUpmapPrimaries []*structpb.Value + PoolMax int32 + Pools []*OsdDumpPool + PrimaryTemp []*structpb.Value + RangeBlocklist *structpb.Struct + RemovedSnapsQueue []*structpb.Value + RequireMinCompatClient string + RequireOsdRelease string + StretchMode *OsdDumpStretchMode + func (*GetCephOsdDumpResponse) Descriptor() ([]byte, []int) + func (*GetCephOsdDumpResponse) ProtoMessage() + 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 (x *GetCephOsdDumpResponse) ProtoReflect() protoreflect.Message + func (x *GetCephOsdDumpResponse) Reset() + func (x *GetCephOsdDumpResponse) String() string + type GetCephPgDumpResponse struct + PgMap *PGMap + PgReady bool + func (*GetCephPgDumpResponse) Descriptor() ([]byte, []int) + func (*GetCephPgDumpResponse) ProtoMessage() + func (x *GetCephPgDumpResponse) GetPgMap() *PGMap + func (x *GetCephPgDumpResponse) GetPgReady() bool + func (x *GetCephPgDumpResponse) ProtoReflect() protoreflect.Message + func (x *GetCephPgDumpResponse) Reset() + func (x *GetCephPgDumpResponse) String() string + type GetCephStatusResponse struct + ElectionEpoch int32 + Fsid string + Fsmap *CephStatusFSMap + Health *CephStatusHealth + Mgrmap *CephStatusMgrMap + Monmap *CephStatusMonMap + Osdmap *CephStatusOSDMap + Pgmap *CephStatusPGMap + ProgressEvents *structpb.Struct + Quorum []int32 + QuorumAge int32 + QuorumNames []string + Servicemap *CephStatusServiceMap + func (*GetCephStatusResponse) Descriptor() ([]byte, []int) + func (*GetCephStatusResponse) ProtoMessage() + 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 (x *GetCephStatusResponse) ProtoReflect() protoreflect.Message + func (x *GetCephStatusResponse) Reset() + func (x *GetCephStatusResponse) String() string + type GetRoleReq struct + Name string + func (*GetRoleReq) Descriptor() ([]byte, []int) + func (*GetRoleReq) ProtoMessage() + func (x *GetRoleReq) GetName() string + func (x *GetRoleReq) ProtoReflect() protoreflect.Message + func (x *GetRoleReq) Reset() + func (x *GetRoleReq) String() string + type GetRuleRequest struct + Name string + func (*GetRuleRequest) Descriptor() ([]byte, []int) + func (*GetRuleRequest) ProtoMessage() + func (x *GetRuleRequest) GetName() string + func (x *GetRuleRequest) ProtoReflect() protoreflect.Message + func (x *GetRuleRequest) Reset() + func (x *GetRuleRequest) String() string + type GetUserReq struct + Username string + func (*GetUserReq) Descriptor() ([]byte, []int) + func (*GetUserReq) ProtoMessage() + func (x *GetUserReq) GetUsername() string + func (x *GetUserReq) ProtoReflect() protoreflect.Message + func (x *GetUserReq) Reset() + func (x *GetUserReq) String() string + type ListRulesResponse struct + Rules []*Rule + func (*ListRulesResponse) Descriptor() ([]byte, []int) + func (*ListRulesResponse) ProtoMessage() + func (x *ListRulesResponse) GetRules() []*Rule + func (x *ListRulesResponse) ProtoReflect() protoreflect.Message + func (x *ListRulesResponse) Reset() + func (x *ListRulesResponse) String() string + type LoginReq struct + Password string + Username string + func (*LoginReq) Descriptor() ([]byte, []int) + func (*LoginReq) ProtoMessage() + func (x *LoginReq) GetPassword() string + func (x *LoginReq) GetUsername() string + func (x *LoginReq) ProtoReflect() protoreflect.Message + func (x *LoginReq) Reset() + func (x *LoginReq) String() string + type LoginResp struct + Permissions map[string]*structpb.ListValue + PwdExpirationDate *timestamppb.Timestamp + PwdUpdateRequired bool + Sso bool + Token string + Username string + func (*LoginResp) Descriptor() ([]byte, []int) + func (*LoginResp) ProtoMessage() + 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 (x *LoginResp) ProtoReflect() protoreflect.Message + func (x *LoginResp) Reset() + func (x *LoginResp) String() string + type OSDStatsSum struct + Alerts []string + HbPeers []int64 + Kb int64 + KbAvail int64 + KbUsed int64 + KbUsedData int64 + KbUsedMeta int64 + KbUsedOmap int64 + NetworkPingTimes []*OSDStatsSum_NetworkPingTime + NumOsds int64 + NumPerPoolOmapOsds int64 + NumPerPoolOsds int64 + NumPgs int64 + NumShardsRepaired int64 + NumSnapTrimming int64 + OpQueueAgeHist *OSDStatsSum_OpQueueAgeHist + PerfStat *OSDStatsSum_PerfStat + Seq int64 + SnapTrimQueueLen int64 + Statfs *OSDStatsSum_StatFs + UpFrom int64 + func (*OSDStatsSum) Descriptor() ([]byte, []int) + func (*OSDStatsSum) ProtoMessage() + 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 (x *OSDStatsSum) ProtoReflect() protoreflect.Message + func (x *OSDStatsSum) Reset() + func (x *OSDStatsSum) String() string + type OSDStatsSum_NetworkPingTime struct + Interfaces []*OSDStatsSum_NetworkPingTime_Interface + LastUpdate *timestamppb.Timestamp + Osd int64 + func (*OSDStatsSum_NetworkPingTime) Descriptor() ([]byte, []int) + func (*OSDStatsSum_NetworkPingTime) ProtoMessage() + func (x *OSDStatsSum_NetworkPingTime) GetInterfaces() []*OSDStatsSum_NetworkPingTime_Interface + func (x *OSDStatsSum_NetworkPingTime) GetLastUpdate() *timestamppb.Timestamp + func (x *OSDStatsSum_NetworkPingTime) GetOsd() int64 + func (x *OSDStatsSum_NetworkPingTime) ProtoReflect() protoreflect.Message + func (x *OSDStatsSum_NetworkPingTime) Reset() + func (x *OSDStatsSum_NetworkPingTime) String() string + type OSDStatsSum_NetworkPingTime_Interface struct + Average *OSDStatsSum_NetworkPingTime_Interface_Average + InterfaceName string + Last float64 + Max *OSDStatsSum_NetworkPingTime_Interface_Max + Min *OSDStatsSum_NetworkPingTime_Interface_Min + func (*OSDStatsSum_NetworkPingTime_Interface) Descriptor() ([]byte, []int) + func (*OSDStatsSum_NetworkPingTime_Interface) ProtoMessage() + 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 (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 struct + Min1 float64 + Min15 float64 + Min5 float64 + func (*OSDStatsSum_NetworkPingTime_Interface_Average) Descriptor() ([]byte, []int) + func (*OSDStatsSum_NetworkPingTime_Interface_Average) ProtoMessage() + 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 (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 struct + Min1 float64 + Min15 float64 + Min5 float64 + func (*OSDStatsSum_NetworkPingTime_Interface_Max) Descriptor() ([]byte, []int) + func (*OSDStatsSum_NetworkPingTime_Interface_Max) ProtoMessage() + 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 (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 struct + Min1 float64 + Min15 float64 + Min5 float64 + func (*OSDStatsSum_NetworkPingTime_Interface_Min) Descriptor() ([]byte, []int) + func (*OSDStatsSum_NetworkPingTime_Interface_Min) ProtoMessage() + 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 (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 struct + Histogram []int64 + UpperBound int64 + func (*OSDStatsSum_OpQueueAgeHist) Descriptor() ([]byte, []int) + func (*OSDStatsSum_OpQueueAgeHist) ProtoMessage() + func (x *OSDStatsSum_OpQueueAgeHist) GetHistogram() []int64 + func (x *OSDStatsSum_OpQueueAgeHist) GetUpperBound() int64 + func (x *OSDStatsSum_OpQueueAgeHist) ProtoReflect() protoreflect.Message + func (x *OSDStatsSum_OpQueueAgeHist) Reset() + func (x *OSDStatsSum_OpQueueAgeHist) String() string + type OSDStatsSum_PerfStat struct + ApplyLatencyMs int64 + ApplyLatencyNs int64 + CommitLatencyMs int64 + CommitLatencyNs int64 + func (*OSDStatsSum_PerfStat) Descriptor() ([]byte, []int) + func (*OSDStatsSum_PerfStat) ProtoMessage() + 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 (x *OSDStatsSum_PerfStat) ProtoReflect() protoreflect.Message + func (x *OSDStatsSum_PerfStat) Reset() + func (x *OSDStatsSum_PerfStat) String() string + type OSDStatsSum_StatFs struct + Allocated int64 + Available int64 + DataCompressed int64 + DataCompressedAllocated int64 + DataCompressedOriginal int64 + DataStored int64 + InternalMetadata int64 + InternallyReserved int64 + OmapAllocated int64 + Total int64 + func (*OSDStatsSum_StatFs) Descriptor() ([]byte, []int) + func (*OSDStatsSum_StatFs) ProtoMessage() + 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 (x *OSDStatsSum_StatFs) ProtoReflect() protoreflect.Message + func (x *OSDStatsSum_StatFs) Reset() + func (x *OSDStatsSum_StatFs) String() string + type OsdDumpAddrVec struct + Addr string + Nonce uint64 + Type string + func (*OsdDumpAddrVec) Descriptor() ([]byte, []int) + func (*OsdDumpAddrVec) ProtoMessage() + func (x *OsdDumpAddrVec) GetAddr() string + func (x *OsdDumpAddrVec) GetNonce() uint64 + func (x *OsdDumpAddrVec) GetType() string + func (x *OsdDumpAddrVec) ProtoReflect() protoreflect.Message + func (x *OsdDumpAddrVec) Reset() + func (x *OsdDumpAddrVec) String() string + type OsdDumpClusterAddrs struct + Addrvec []*OsdDumpAddrVec + func (*OsdDumpClusterAddrs) Descriptor() ([]byte, []int) + func (*OsdDumpClusterAddrs) ProtoMessage() + func (x *OsdDumpClusterAddrs) GetAddrvec() []*OsdDumpAddrVec + func (x *OsdDumpClusterAddrs) ProtoReflect() protoreflect.Message + func (x *OsdDumpClusterAddrs) Reset() + func (x *OsdDumpClusterAddrs) String() string + type OsdDumpErasureCodeProfile struct + K string + M string + Plugin string + Technique string + func (*OsdDumpErasureCodeProfile) Descriptor() ([]byte, []int) + func (*OsdDumpErasureCodeProfile) ProtoMessage() + func (x *OsdDumpErasureCodeProfile) GetK() string + func (x *OsdDumpErasureCodeProfile) GetM() string + func (x *OsdDumpErasureCodeProfile) GetPlugin() string + func (x *OsdDumpErasureCodeProfile) GetTechnique() string + func (x *OsdDumpErasureCodeProfile) ProtoReflect() protoreflect.Message + func (x *OsdDumpErasureCodeProfile) Reset() + func (x *OsdDumpErasureCodeProfile) String() string + type OsdDumpHeartbeatAddrs struct + Addrvec []*OsdDumpAddrVec + func (*OsdDumpHeartbeatAddrs) Descriptor() ([]byte, []int) + func (*OsdDumpHeartbeatAddrs) ProtoMessage() + func (x *OsdDumpHeartbeatAddrs) GetAddrvec() []*OsdDumpAddrVec + func (x *OsdDumpHeartbeatAddrs) ProtoReflect() protoreflect.Message + func (x *OsdDumpHeartbeatAddrs) Reset() + func (x *OsdDumpHeartbeatAddrs) String() string + type OsdDumpHitSetParams struct + Type string + func (*OsdDumpHitSetParams) Descriptor() ([]byte, []int) + func (*OsdDumpHitSetParams) ProtoMessage() + func (x *OsdDumpHitSetParams) GetType() string + func (x *OsdDumpHitSetParams) ProtoReflect() protoreflect.Message + func (x *OsdDumpHitSetParams) Reset() + func (x *OsdDumpHitSetParams) String() string + type OsdDumpLastPgMergeMeta struct + LastEpochClean int32 + LastEpochStarted int32 + ReadyEpoch int32 + SourcePgid string + SourceVersion string + TargetVersion string + func (*OsdDumpLastPgMergeMeta) Descriptor() ([]byte, []int) + func (*OsdDumpLastPgMergeMeta) ProtoMessage() + 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 (x *OsdDumpLastPgMergeMeta) ProtoReflect() protoreflect.Message + func (x *OsdDumpLastPgMergeMeta) Reset() + func (x *OsdDumpLastPgMergeMeta) String() string + type OsdDumpOsdInfo struct + ClusterAddr string + ClusterAddrs *OsdDumpClusterAddrs + DownAt int32 + HeartbeatBackAddr string + HeartbeatBackAddrs *OsdDumpHeartbeatAddrs + HeartbeatFrontAddr string + HeartbeatFrontAddrs *OsdDumpHeartbeatAddrs + In int32 + LastCleanBegin int32 + LastCleanEnd int32 + LostAt int32 + Osd int32 + PrimaryAffinity float64 + PublicAddr string + PublicAddrs *OsdDumpPublicAddrs + State []string + Up int32 + UpFrom int32 + UpThru int32 + Uuid string + Weight float64 + func (*OsdDumpOsdInfo) Descriptor() ([]byte, []int) + func (*OsdDumpOsdInfo) ProtoMessage() + 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 (x *OsdDumpOsdInfo) ProtoReflect() protoreflect.Message + func (x *OsdDumpOsdInfo) Reset() + func (x *OsdDumpOsdInfo) String() string + type OsdDumpOsdXInfo struct + DeadEpoch int32 + DownStamp *timestamppb.Timestamp + Features uint64 + LaggyInterval float64 + LaggyProbability float64 + LastPurgedSnapsScrub *timestamppb.Timestamp + OldWeight float64 + Osd int32 + func (*OsdDumpOsdXInfo) Descriptor() ([]byte, []int) + func (*OsdDumpOsdXInfo) ProtoMessage() + 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 (x *OsdDumpOsdXInfo) ProtoReflect() protoreflect.Message + func (x *OsdDumpOsdXInfo) Reset() + func (x *OsdDumpOsdXInfo) String() string + type OsdDumpPool struct + ApplicationMetadata *structpb.Struct + Auid uint64 + CacheMinEvictAge uint64 + CacheMinFlushAge uint64 + CacheMode string + CacheTargetDirtyHighRatioMicro uint64 + CacheTargetDirtyRatioMicro uint64 + CacheTargetFullRatioMicro uint64 + CreateTime *timestamppb.Timestamp + CrushRule int32 + ErasureCodeProfile string + ExpectedNumObjects uint64 + FastRead bool + Flags int64 + FlagsNames string + GradeTable []*structpb.Value + HitSetCount uint64 + HitSetGradeDecayRate uint64 + HitSetParams *OsdDumpHitSetParams + HitSetPeriod uint64 + HitSetSearchLastN uint64 + LastChange string + LastForceOpResend string + LastForceOpResendPreluminous string + LastForceOpResendPrenautilus string + LastPgMergeMeta *OsdDumpLastPgMergeMeta + MinReadRecencyForPromote uint64 + MinSize int32 + MinWriteRecencyForPromote uint64 + ObjectHash int32 + Options *structpb.Struct + PeeringCrushBucketBarrier int32 + PeeringCrushBucketCount int32 + PeeringCrushBucketMandatoryMember int32 + PeeringCrushBucketTarget int32 + PgAutoscaleMode string + PgNum int32 + PgNumPending int32 + PgNumTarget int32 + PgPlacementNum int32 + PgPlacementNumTarget int32 + Pool int32 + PoolName string + PoolSnaps []*structpb.Value + QuotaMaxBytes uint64 + QuotaMaxObjects uint64 + ReadBalance *OsdDumpReadBalance + ReadTier int32 + RemovedSnaps string + Size int32 + SnapEpoch uint64 + SnapMode string + SnapSeq uint64 + StripeWidth uint64 + TargetMaxBytes uint64 + TargetMaxObjects uint64 + TierOf int32 + Tiers []int32 + Type int32 + UseGmtHitset bool + WriteTier int32 + func (*OsdDumpPool) Descriptor() ([]byte, []int) + func (*OsdDumpPool) ProtoMessage() + 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 (x *OsdDumpPool) ProtoReflect() protoreflect.Message + func (x *OsdDumpPool) Reset() + func (x *OsdDumpPool) String() string + type OsdDumpPublicAddrs struct + Addrvec []*OsdDumpAddrVec + func (*OsdDumpPublicAddrs) Descriptor() ([]byte, []int) + func (*OsdDumpPublicAddrs) ProtoMessage() + func (x *OsdDumpPublicAddrs) GetAddrvec() []*OsdDumpAddrVec + func (x *OsdDumpPublicAddrs) ProtoReflect() protoreflect.Message + func (x *OsdDumpPublicAddrs) Reset() + func (x *OsdDumpPublicAddrs) String() string + type OsdDumpReadBalance struct + AveragePrimaryAffinity float64 + AveragePrimaryAffinityWeighted float64 + OptimalScore float64 + PrimaryAffinityWeighted float64 + RawScoreActing float64 + RawScoreStable float64 + ScoreActing float64 + ScoreStable float64 + func (*OsdDumpReadBalance) Descriptor() ([]byte, []int) + func (*OsdDumpReadBalance) ProtoMessage() + 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 (x *OsdDumpReadBalance) ProtoReflect() protoreflect.Message + func (x *OsdDumpReadBalance) Reset() + func (x *OsdDumpReadBalance) String() string + type OsdDumpStretchMode struct + DegradedStretchMode int32 + RecoveringStretchMode int32 + StretchBucketCount int32 + StretchModeBucket int32 + StretchModeEnabled bool + func (*OsdDumpStretchMode) Descriptor() ([]byte, []int) + func (*OsdDumpStretchMode) ProtoMessage() + 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 (x *OsdDumpStretchMode) ProtoReflect() protoreflect.Message + func (x *OsdDumpStretchMode) Reset() + func (x *OsdDumpStretchMode) String() string + type OsdStats struct + Alerts []string + HbPeers []int64 + Kb int64 + KbAvail int64 + KbUsed int64 + KbUsedData int64 + KbUsedMeta int64 + KbUsedOmap int64 + NetworkPingTimes []*OsdStats_NetworkPingTime + NumOsds int64 + NumPerPoolOmapOsds int64 + NumPerPoolOsds int64 + NumPgs int64 + NumShardsRepaired int64 + NumSnapTrimming int64 + OpQueueAgeHist *OsdStats_OpQueueAgeHist + Osd int64 + PerfStat *OsdStats_PerfStat + Seq int64 + SnapTrimQueueLen int64 + Statfs *OsdStats_StatFs + UpFrom int64 + func (*OsdStats) Descriptor() ([]byte, []int) + func (*OsdStats) ProtoMessage() + 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 (x *OsdStats) ProtoReflect() protoreflect.Message + func (x *OsdStats) Reset() + func (x *OsdStats) String() string + type OsdStats_NetworkPingTime struct + Interfaces []*OsdStats_NetworkPingTime_Interface + LastUpdate string + Osd int64 + func (*OsdStats_NetworkPingTime) Descriptor() ([]byte, []int) + func (*OsdStats_NetworkPingTime) ProtoMessage() + func (x *OsdStats_NetworkPingTime) GetInterfaces() []*OsdStats_NetworkPingTime_Interface + func (x *OsdStats_NetworkPingTime) GetLastUpdate() string + func (x *OsdStats_NetworkPingTime) GetOsd() int64 + func (x *OsdStats_NetworkPingTime) ProtoReflect() protoreflect.Message + func (x *OsdStats_NetworkPingTime) Reset() + func (x *OsdStats_NetworkPingTime) String() string + type OsdStats_NetworkPingTime_Interface struct + Average *OsdStats_NetworkPingTime_Interface_Average + InterfaceName string + Last float64 + Max *OsdStats_NetworkPingTime_Interface_Max + Min *OsdStats_NetworkPingTime_Interface_Min + func (*OsdStats_NetworkPingTime_Interface) Descriptor() ([]byte, []int) + func (*OsdStats_NetworkPingTime_Interface) ProtoMessage() + 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 (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 struct + Min1 float64 + Min15 float64 + Min5 float64 + func (*OsdStats_NetworkPingTime_Interface_Average) Descriptor() ([]byte, []int) + func (*OsdStats_NetworkPingTime_Interface_Average) ProtoMessage() + 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 (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 struct + Min1 float64 + Min15 float64 + Min5 float64 + func (*OsdStats_NetworkPingTime_Interface_Max) Descriptor() ([]byte, []int) + func (*OsdStats_NetworkPingTime_Interface_Max) ProtoMessage() + 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 (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 struct + Min1 float64 + Min15 float64 + Min5 float64 + func (*OsdStats_NetworkPingTime_Interface_Min) Descriptor() ([]byte, []int) + func (*OsdStats_NetworkPingTime_Interface_Min) ProtoMessage() + 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 (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 struct + Histogram []int64 + UpperBound int64 + func (*OsdStats_OpQueueAgeHist) Descriptor() ([]byte, []int) + func (*OsdStats_OpQueueAgeHist) ProtoMessage() + func (x *OsdStats_OpQueueAgeHist) GetHistogram() []int64 + func (x *OsdStats_OpQueueAgeHist) GetUpperBound() int64 + func (x *OsdStats_OpQueueAgeHist) ProtoReflect() protoreflect.Message + func (x *OsdStats_OpQueueAgeHist) Reset() + func (x *OsdStats_OpQueueAgeHist) String() string + type OsdStats_PerfStat struct + ApplyLatencyMs int64 + ApplyLatencyNs int64 + CommitLatencyMs int64 + CommitLatencyNs int64 + func (*OsdStats_PerfStat) Descriptor() ([]byte, []int) + func (*OsdStats_PerfStat) ProtoMessage() + 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 (x *OsdStats_PerfStat) ProtoReflect() protoreflect.Message + func (x *OsdStats_PerfStat) Reset() + func (x *OsdStats_PerfStat) String() string + type OsdStats_StatFs struct + Allocated int64 + Available int64 + DataCompressed int64 + DataCompressedAllocated int64 + DataCompressedOriginal int64 + DataStored int64 + InternalMetadata int64 + InternallyReserved int64 + OmapAllocated int64 + Total int64 + func (*OsdStats_StatFs) Descriptor() ([]byte, []int) + func (*OsdStats_StatFs) ProtoMessage() + 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 (x *OsdStats_StatFs) ProtoReflect() protoreflect.Message + func (x *OsdStats_StatFs) Reset() + func (x *OsdStats_StatFs) String() string + type PGMap struct + LastOsdmapEpoch int64 + LastPgScan int64 + OsdStats []*OsdStats + OsdStatsSum *OSDStatsSum + PgStats []*PGStat + PgStatsDelta *PGStatsDelta + PgStatsSum *PGStatsSum + PoolStatfs []*PoolStatFs + PoolStats []*PoolStats + Stamp *timestamppb.Timestamp + Version int64 + func (*PGMap) Descriptor() ([]byte, []int) + func (*PGMap) ProtoMessage() + 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 (x *PGMap) ProtoReflect() protoreflect.Message + func (x *PGMap) Reset() + func (x *PGMap) String() string + type PGStat struct + Acting []int64 + ActingPrimary int64 + AvailNoMissing []int64 + BlockedBy []int64 + Created int64 + DirtyStatsInvalid bool + HitsetBytesStatsInvalid bool + HitsetStatsInvalid bool + LastActive *timestamppb.Timestamp + LastBecameActive *timestamppb.Timestamp + LastBecamePeered *timestamppb.Timestamp + LastChange *timestamppb.Timestamp + LastClean *timestamppb.Timestamp + LastCleanScrubStamp *timestamppb.Timestamp + LastDeepScrub string + LastDeepScrubStamp *timestamppb.Timestamp + LastEpochClean int64 + LastFresh *timestamppb.Timestamp + LastFullsized *timestamppb.Timestamp + LastPeered *timestamppb.Timestamp + LastScrub string + LastScrubDuration int64 + LastScrubStamp *timestamppb.Timestamp + LastUndegraded *timestamppb.Timestamp + LastUnstale *timestamppb.Timestamp + LogDupsSize int64 + LogSize int64 + LogStart string + ManifestStatsInvalid bool + MappingEpoch int64 + ObjectLocationCounts []int64 + ObjectsScrubbed int64 + ObjectsTrimmed int64 + OmapStatsInvalid bool + OndiskLogSize int64 + OndiskLogStart string + Parent string + ParentSplitBits int64 + Pgid string + PinStatsInvalid bool + PurgedSnaps []int64 + ReportedEpoch int64 + ReportedSeq int64 + ScrubDuration float64 + ScrubSchedule string + SnaptrimDuration float64 + SnaptrimqLen int64 + StatSum *PGStat_PGStat_StatSum + State string + StatsInvalid bool + Up []int64 + UpPrimary int64 + Version string + func (*PGStat) Descriptor() ([]byte, []int) + func (*PGStat) ProtoMessage() + 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 (x *PGStat) ProtoReflect() protoreflect.Message + func (x *PGStat) Reset() + func (x *PGStat) String() string + type PGStat_PGStat_StatSum struct + NumBytes int64 + NumBytesHitSetArchive int64 + NumBytesRecovered int64 + NumDeepScrubErrors int64 + NumEvict int64 + NumEvictKb int64 + NumEvictModeFull int64 + NumEvictModeSome int64 + NumFlush int64 + NumFlushKb int64 + NumFlushModeHigh int64 + NumFlushModeLow int64 + NumKeysRecovered int64 + NumLargeOmapObjects int64 + NumLegacySnapsets int64 + NumObjectClones int64 + NumObjectCopies int64 + NumObjects int64 + NumObjectsDegraded int64 + NumObjectsDirty int64 + NumObjectsHitSetArchive int64 + NumObjectsManifest int64 + NumObjectsMisplaced int64 + NumObjectsMissing int64 + NumObjectsMissingOnPrimary int64 + NumObjectsOmap int64 + NumObjectsPinned int64 + NumObjectsRecovered int64 + NumObjectsRepaired int64 + NumObjectsUnfound int64 + NumOmapBytes int64 + NumOmapKeys int64 + NumPromote int64 + NumRead int64 + NumReadKb int64 + NumScrubErrors int64 + NumShallowScrubErrors int64 + NumWhiteouts int64 + NumWrite int64 + NumWriteKb int64 + func (*PGStat_PGStat_StatSum) Descriptor() ([]byte, []int) + func (*PGStat_PGStat_StatSum) ProtoMessage() + 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 (x *PGStat_PGStat_StatSum) ProtoReflect() protoreflect.Message + func (x *PGStat_PGStat_StatSum) Reset() + func (x *PGStat_PGStat_StatSum) String() string + type PGStatsDelta struct + Acting int64 + LogSize int64 + NumStoreStats int64 + OndiskLogSize int64 + StampDelta string + StatSum *PGStatsDelta_PGStatsDelta_StatSum + StoreStats *PGStatsDelta_PGStatsDelta_StoreStats + Up int64 + func (*PGStatsDelta) Descriptor() ([]byte, []int) + func (*PGStatsDelta) ProtoMessage() + 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 (x *PGStatsDelta) ProtoReflect() protoreflect.Message + func (x *PGStatsDelta) Reset() + func (x *PGStatsDelta) String() string + type PGStatsDelta_PGStatsDelta_StatSum struct + NumBytes int64 + NumBytesHitSetArchive int64 + NumBytesRecovered int64 + NumDeepScrubErrors int64 + NumEvict int64 + NumEvictKb int64 + NumEvictModeFull int64 + NumEvictModeSome int64 + NumFlush int64 + NumFlushKb int64 + NumFlushModeHigh int64 + NumFlushModeLow int64 + NumKeysRecovered int64 + NumLargeOmapObjects int64 + NumLegacySnapsets int64 + NumObjectClones int64 + NumObjectCopies int64 + NumObjects int64 + NumObjectsDegraded int64 + NumObjectsDirty int64 + NumObjectsHitSetArchive int64 + NumObjectsManifest int64 + NumObjectsMisplaced int64 + NumObjectsMissing int64 + NumObjectsMissingOnPrimary int64 + NumObjectsOmap int64 + NumObjectsPinned int64 + NumObjectsRecovered int64 + NumObjectsRepaired int64 + NumObjectsUnfound int64 + NumOmapBytes int64 + NumOmapKeys int64 + NumPromote int64 + NumRead int64 + NumReadKb int64 + NumScrubErrors int64 + NumShallowScrubErrors int64 + NumWhiteouts int64 + NumWrite int64 + NumWriteKb int64 + func (*PGStatsDelta_PGStatsDelta_StatSum) Descriptor() ([]byte, []int) + func (*PGStatsDelta_PGStatsDelta_StatSum) ProtoMessage() + 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 (x *PGStatsDelta_PGStatsDelta_StatSum) ProtoReflect() protoreflect.Message + func (x *PGStatsDelta_PGStatsDelta_StatSum) Reset() + func (x *PGStatsDelta_PGStatsDelta_StatSum) String() string + type PGStatsDelta_PGStatsDelta_StoreStats struct + Allocated int64 + Available int64 + DataCompressed int64 + DataCompressedAllocated int64 + DataCompressedOriginal int64 + DataStored int64 + InternalMetadata int64 + InternallyReserved int64 + OmapAllocated int64 + Total int64 + func (*PGStatsDelta_PGStatsDelta_StoreStats) Descriptor() ([]byte, []int) + func (*PGStatsDelta_PGStatsDelta_StoreStats) ProtoMessage() + 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 (x *PGStatsDelta_PGStatsDelta_StoreStats) ProtoReflect() protoreflect.Message + func (x *PGStatsDelta_PGStatsDelta_StoreStats) Reset() + func (x *PGStatsDelta_PGStatsDelta_StoreStats) String() string + type PGStatsSum struct + Acting int64 + LogSize int64 + NumStoreStats int64 + OndiskLogSize int64 + StatSum *PGStatsSum_PGStatsSum_StatSum + StoreStats *PGStatsSum_PGStatsSum_StoreStats + Up int64 + func (*PGStatsSum) Descriptor() ([]byte, []int) + func (*PGStatsSum) ProtoMessage() + 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 (x *PGStatsSum) ProtoReflect() protoreflect.Message + func (x *PGStatsSum) Reset() + func (x *PGStatsSum) String() string + type PGStatsSum_PGStatsSum_StatSum struct + NumBytes int64 + NumBytesHitSetArchive int64 + NumBytesRecovered int64 + NumDeepScrubErrors int64 + NumEvict int64 + NumEvictKb int64 + NumEvictModeFull int64 + NumEvictModeSome int64 + NumFlush int64 + NumFlushKb int64 + NumFlushModeHigh int64 + NumFlushModeLow int64 + NumKeysRecovered int64 + NumLargeOmapObjects int64 + NumLegacySnapsets int64 + NumObjectClones int64 + NumObjectCopies int64 + NumObjects int64 + NumObjectsDegraded int64 + NumObjectsDirty int64 + NumObjectsHitSetArchive int64 + NumObjectsManifest int64 + NumObjectsMisplaced int64 + NumObjectsMissing int64 + NumObjectsMissingOnPrimary int64 + NumObjectsOmap int64 + NumObjectsPinned int64 + NumObjectsRecovered int64 + NumObjectsRepaired int64 + NumObjectsUnfound int64 + NumOmapBytes int64 + NumOmapKeys int64 + NumPromote int64 + NumRead int64 + NumReadKb int64 + NumScrubErrors int64 + NumShallowScrubErrors int64 + NumWhiteouts int64 + NumWrite int64 + NumWriteKb int64 + func (*PGStatsSum_PGStatsSum_StatSum) Descriptor() ([]byte, []int) + func (*PGStatsSum_PGStatsSum_StatSum) ProtoMessage() + 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 (x *PGStatsSum_PGStatsSum_StatSum) ProtoReflect() protoreflect.Message + func (x *PGStatsSum_PGStatsSum_StatSum) Reset() + func (x *PGStatsSum_PGStatsSum_StatSum) String() string + type PGStatsSum_PGStatsSum_StoreStats struct + Allocated int64 + Available int64 + DataCompressed int64 + DataCompressedAllocated int64 + DataCompressedOriginal int64 + DataStored int64 + InternalMetadata int64 + InternallyReserved int64 + OmapAllocated int64 + Total int64 + func (*PGStatsSum_PGStatsSum_StoreStats) Descriptor() ([]byte, []int) + func (*PGStatsSum_PGStatsSum_StoreStats) ProtoMessage() + 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 (x *PGStatsSum_PGStatsSum_StoreStats) ProtoReflect() protoreflect.Message + func (x *PGStatsSum_PGStatsSum_StoreStats) Reset() + func (x *PGStatsSum_PGStatsSum_StoreStats) String() string + type PoolStatFs struct + Allocated int64 + Available int64 + DataCompressed int64 + DataCompressedAllocated int64 + DataCompressedOriginal int64 + DataStored int64 + InternalMetadata int64 + InternallyReserved int64 + OmapAllocated int64 + Osd int64 + Poolid int64 + Total int64 + func (*PoolStatFs) Descriptor() ([]byte, []int) + func (*PoolStatFs) ProtoMessage() + 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 (x *PoolStatFs) ProtoReflect() protoreflect.Message + func (x *PoolStatFs) Reset() + func (x *PoolStatFs) String() string + type PoolStats struct + Acting int64 + LogSize int64 + NumPg int64 + NumStoreStats int64 + OndiskLogSize int64 + Poolid int64 + StatSum *PoolStats_PoolStats_StatSum + StoreStats *PoolStats_PoolStats_StoreStats + Up int64 + func (*PoolStats) Descriptor() ([]byte, []int) + func (*PoolStats) ProtoMessage() + 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 (x *PoolStats) ProtoReflect() protoreflect.Message + func (x *PoolStats) Reset() + func (x *PoolStats) String() string + type PoolStats_PoolStats_StatSum struct + NumBytes int64 + NumBytesHitSetArchive int64 + NumBytesRecovered int64 + NumDeepScrubErrors int64 + NumEvict int64 + NumEvictKb int64 + NumEvictModeFull int64 + NumEvictModeSome int64 + NumFlush int64 + NumFlushKb int64 + NumFlushModeHigh int64 + NumFlushModeLow int64 + NumKeysRecovered int64 + NumLargeOmapObjects int64 + NumLegacySnapsets int64 + NumObjectClones int64 + NumObjectCopies int64 + NumObjects int64 + NumObjectsDegraded int64 + NumObjectsDirty int64 + NumObjectsHitSetArchive int64 + NumObjectsManifest int64 + NumObjectsMisplaced int64 + NumObjectsMissing int64 + NumObjectsMissingOnPrimary int64 + NumObjectsOmap int64 + NumObjectsPinned int64 + NumObjectsRecovered int64 + NumObjectsRepaired int64 + NumObjectsUnfound int64 + NumOmapBytes int64 + NumOmapKeys int64 + NumPromote int64 + NumRead int64 + NumReadKb int64 + NumScrubErrors int64 + NumShallowScrubErrors int64 + NumWhiteouts int64 + NumWrite int64 + NumWriteKb int64 + func (*PoolStats_PoolStats_StatSum) Descriptor() ([]byte, []int) + func (*PoolStats_PoolStats_StatSum) ProtoMessage() + 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 (x *PoolStats_PoolStats_StatSum) ProtoReflect() protoreflect.Message + func (x *PoolStats_PoolStats_StatSum) Reset() + func (x *PoolStats_PoolStats_StatSum) String() string + type PoolStats_PoolStats_StoreStats struct + Allocated int64 + Available int64 + DataCompressed int64 + DataCompressedAllocated int64 + DataCompressedOriginal int64 + DataStored int64 + InternalMetadata int64 + InternallyReserved int64 + OmapAllocated int64 + Total int64 + func (*PoolStats_PoolStats_StoreStats) Descriptor() ([]byte, []int) + func (*PoolStats_PoolStats_StoreStats) ProtoMessage() + 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 (x *PoolStats_PoolStats_StoreStats) ProtoReflect() protoreflect.Message + func (x *PoolStats_PoolStats_StoreStats) Reset() + func (x *PoolStats_PoolStats_StoreStats) String() string + type PoolType int32 + const PoolType_erasure + const PoolType_replication + func (PoolType) Descriptor() protoreflect.EnumDescriptor + func (PoolType) EnumDescriptor() ([]byte, []int) + func (PoolType) Type() protoreflect.EnumType + func (x PoolType) Enum() *PoolType + func (x PoolType) Number() protoreflect.EnumNumber + func (x PoolType) String() string + type Role struct + Description *string + Name string + ScopesPermissions map[string]*structpb.ListValue + func (*Role) Descriptor() ([]byte, []int) + func (*Role) ProtoMessage() + func (x *Role) GetDescription() string + func (x *Role) GetName() string + func (x *Role) GetScopesPermissions() map[string]*structpb.ListValue + func (x *Role) ProtoReflect() protoreflect.Message + func (x *Role) Reset() + func (x *Role) String() string + type RolesResp struct + Roles []*Role + func (*RolesResp) Descriptor() ([]byte, []int) + func (*RolesResp) ProtoMessage() + func (x *RolesResp) GetRoles() []*Role + func (x *RolesResp) ProtoReflect() protoreflect.Message + func (x *RolesResp) Reset() + func (x *RolesResp) String() string + type Rule struct + MaxSize int64 + MinSize int64 + RuleId int64 + RuleName string + Ruleset int64 + Steps []*Step + Type int64 + func (*Rule) Descriptor() ([]byte, []int) + func (*Rule) ProtoMessage() + 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 (x *Rule) ProtoReflect() protoreflect.Message + func (x *Rule) Reset() + func (x *Rule) String() string + type StatusClient interface + GetCephMonDump func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*CephMonDumpResponse, error) + GetCephOsdDump func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetCephOsdDumpResponse, error) + GetCephPgDump func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetCephPgDumpResponse, error) + GetCephReport func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*structpb.Struct, error) + GetCephStatus func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetCephStatusResponse, error) + func NewStatusClient(cc grpc.ClientConnInterface) StatusClient + type StatusServer interface + GetCephMonDump func(context.Context, *emptypb.Empty) (*CephMonDumpResponse, error) + GetCephOsdDump func(context.Context, *emptypb.Empty) (*GetCephOsdDumpResponse, error) + GetCephPgDump func(context.Context, *emptypb.Empty) (*GetCephPgDumpResponse, error) + GetCephReport func(context.Context, *emptypb.Empty) (*structpb.Struct, error) + GetCephStatus func(context.Context, *emptypb.Empty) (*GetCephStatusResponse, error) + type Step struct + Entries map[string]string + func (*Step) Descriptor() ([]byte, []int) + func (*Step) ProtoMessage() + func (x *Step) GetEntries() map[string]string + func (x *Step) ProtoReflect() protoreflect.Message + func (x *Step) Reset() + func (x *Step) String() string + type TokenCheckReq struct + Token string + func (*TokenCheckReq) Descriptor() ([]byte, []int) + func (*TokenCheckReq) ProtoMessage() + func (x *TokenCheckReq) GetToken() string + func (x *TokenCheckReq) ProtoReflect() protoreflect.Message + func (x *TokenCheckReq) Reset() + func (x *TokenCheckReq) String() string + type TokenCheckResp struct + Permissions map[string]*structpb.ListValue + PwdExpirationDate *timestamppb.Timestamp + PwdUpdateRequired bool + Sso bool + Username string + func (*TokenCheckResp) Descriptor() ([]byte, []int) + func (*TokenCheckResp) ProtoMessage() + 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 (x *TokenCheckResp) ProtoReflect() protoreflect.Message + func (x *TokenCheckResp) Reset() + func (x *TokenCheckResp) String() string + type UnimplementedAuthServer struct + func (UnimplementedAuthServer) Check(context.Context, *TokenCheckReq) (*TokenCheckResp, error) + func (UnimplementedAuthServer) Login(context.Context, *LoginReq) (*LoginResp, error) + func (UnimplementedAuthServer) Logout(context.Context, *emptypb.Empty) (*emptypb.Empty, error) + type UnimplementedClusterServer struct + 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 struct + 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 struct + 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 struct + 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 interface + type UnsafeClusterServer interface + type UnsafeCrushRuleServer interface + type UnsafeStatusServer interface + type UnsafeUsersServer interface + type UpdateClusterUserReq struct + Capabilities map[string]string + UserEntity string + func (*UpdateClusterUserReq) Descriptor() ([]byte, []int) + func (*UpdateClusterUserReq) ProtoMessage() + func (x *UpdateClusterUserReq) GetCapabilities() map[string]string + func (x *UpdateClusterUserReq) GetUserEntity() string + func (x *UpdateClusterUserReq) ProtoReflect() protoreflect.Message + func (x *UpdateClusterUserReq) Reset() + func (x *UpdateClusterUserReq) String() string + type User struct + Email *string + Enabled bool + LastUpdate *timestamppb.Timestamp + Name *string + PwdExpirationDate *timestamppb.Timestamp + PwdUpdateRequired bool + Roles []string + Username string + func (*User) Descriptor() ([]byte, []int) + func (*User) ProtoMessage() + 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 (x *User) ProtoReflect() protoreflect.Message + func (x *User) Reset() + func (x *User) String() string + type UserChangePasswordReq struct + NewPassword string + OldPassword string + Username string + func (*UserChangePasswordReq) Descriptor() ([]byte, []int) + func (*UserChangePasswordReq) ProtoMessage() + func (x *UserChangePasswordReq) GetNewPassword() string + func (x *UserChangePasswordReq) GetOldPassword() string + func (x *UserChangePasswordReq) GetUsername() string + func (x *UserChangePasswordReq) ProtoReflect() protoreflect.Message + func (x *UserChangePasswordReq) Reset() + func (x *UserChangePasswordReq) String() string + type UsersClient interface + CloneRole func(ctx context.Context, in *CloneRoleReq, opts ...grpc.CallOption) (*emptypb.Empty, error) + CreateRole func(ctx context.Context, in *Role, opts ...grpc.CallOption) (*emptypb.Empty, error) + CreateUser func(ctx context.Context, in *CreateUserReq, opts ...grpc.CallOption) (*emptypb.Empty, error) + DeleteRole func(ctx context.Context, in *GetRoleReq, opts ...grpc.CallOption) (*emptypb.Empty, error) + DeleteUser func(ctx context.Context, in *GetUserReq, opts ...grpc.CallOption) (*emptypb.Empty, error) + GetRole func(ctx context.Context, in *GetRoleReq, opts ...grpc.CallOption) (*Role, error) + GetUser func(ctx context.Context, in *GetUserReq, opts ...grpc.CallOption) (*User, error) + ListRoles func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*RolesResp, error) + ListUsers func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*UsersResp, error) + UpdateRole func(ctx context.Context, in *Role, opts ...grpc.CallOption) (*emptypb.Empty, error) + UpdateUser func(ctx context.Context, in *CreateUserReq, opts ...grpc.CallOption) (*emptypb.Empty, error) + UserChangePassword func(ctx context.Context, in *UserChangePasswordReq, opts ...grpc.CallOption) (*emptypb.Empty, error) + func NewUsersClient(cc grpc.ClientConnInterface) UsersClient + type UsersResp struct + Users []*User + func (*UsersResp) Descriptor() ([]byte, []int) + func (*UsersResp) ProtoMessage() + func (x *UsersResp) GetUsers() []*User + func (x *UsersResp) ProtoReflect() protoreflect.Message + func (x *UsersResp) Reset() + func (x *UsersResp) String() string + type UsersServer interface + CloneRole func(context.Context, *CloneRoleReq) (*emptypb.Empty, error) + CreateRole func(context.Context, *Role) (*emptypb.Empty, error) + CreateUser func(context.Context, *CreateUserReq) (*emptypb.Empty, error) + DeleteRole func(context.Context, *GetRoleReq) (*emptypb.Empty, error) + DeleteUser func(context.Context, *GetUserReq) (*emptypb.Empty, error) + GetRole func(context.Context, *GetRoleReq) (*Role, error) + GetUser func(context.Context, *GetUserReq) (*User, error) + ListRoles func(context.Context, *emptypb.Empty) (*RolesResp, error) + ListUsers func(context.Context, *emptypb.Empty) (*UsersResp, error) + UpdateRole func(context.Context, *Role) (*emptypb.Empty, error) + UpdateUser func(context.Context, *CreateUserReq) (*emptypb.Empty, error) + UserChangePassword func(context.Context, *UserChangePasswordReq) (*emptypb.Empty, error)