Versions in this module Expand all Collapse all v0 v0.1.1 Feb 7, 2022 v0.1.0 Dec 27, 2021 Changes in this version + var GetClusterOverviewRequest_Base_DEFAULT *base.Base + var GetClusterOverviewRequest_Top_DEFAULT *base.TopParam + var GetClusterOverviewResponse_Base_DEFAULT *base.Base + var KitexUnusedProtection = struct{} + type ClusterDetailItem struct + Id string + Name string + NodeNormalCount int32 + NodeTotalCount int32 + Status string + TotalCpu string + TotalMemory string + UsedCpu string + UsedMemory string + WorkloadNormalCount int32 + WorkloadTotalCount int32 + func NewClusterDetailItem() *ClusterDetailItem + func (p *ClusterDetailItem) BLength() int + func (p *ClusterDetailItem) DeepEqual(ano *ClusterDetailItem) bool + func (p *ClusterDetailItem) FastRead(buf []byte) (int, error) + func (p *ClusterDetailItem) FastReadField1(buf []byte) (int, error) + func (p *ClusterDetailItem) FastReadField10(buf []byte) (int, error) + func (p *ClusterDetailItem) FastReadField11(buf []byte) (int, error) + func (p *ClusterDetailItem) FastReadField2(buf []byte) (int, error) + func (p *ClusterDetailItem) FastReadField3(buf []byte) (int, error) + func (p *ClusterDetailItem) FastReadField4(buf []byte) (int, error) + func (p *ClusterDetailItem) FastReadField5(buf []byte) (int, error) + func (p *ClusterDetailItem) FastReadField6(buf []byte) (int, error) + func (p *ClusterDetailItem) FastReadField7(buf []byte) (int, error) + func (p *ClusterDetailItem) FastReadField8(buf []byte) (int, error) + func (p *ClusterDetailItem) FastReadField9(buf []byte) (int, error) + func (p *ClusterDetailItem) FastWrite(buf []byte) int + func (p *ClusterDetailItem) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int + func (p *ClusterDetailItem) Field10DeepEqual(src int32) bool + func (p *ClusterDetailItem) Field11DeepEqual(src string) bool + func (p *ClusterDetailItem) Field1DeepEqual(src string) bool + func (p *ClusterDetailItem) Field2DeepEqual(src string) bool + func (p *ClusterDetailItem) Field3DeepEqual(src string) bool + func (p *ClusterDetailItem) Field4DeepEqual(src string) bool + func (p *ClusterDetailItem) Field5DeepEqual(src string) bool + func (p *ClusterDetailItem) Field6DeepEqual(src string) bool + func (p *ClusterDetailItem) Field7DeepEqual(src int32) bool + func (p *ClusterDetailItem) Field8DeepEqual(src int32) bool + func (p *ClusterDetailItem) Field9DeepEqual(src int32) bool + func (p *ClusterDetailItem) GetId() (v string) + func (p *ClusterDetailItem) GetName() (v string) + func (p *ClusterDetailItem) GetNodeNormalCount() (v int32) + func (p *ClusterDetailItem) GetNodeTotalCount() (v int32) + func (p *ClusterDetailItem) GetStatus() (v string) + func (p *ClusterDetailItem) GetTotalCpu() (v string) + func (p *ClusterDetailItem) GetTotalMemory() (v string) + func (p *ClusterDetailItem) GetUsedCpu() (v string) + func (p *ClusterDetailItem) GetUsedMemory() (v string) + func (p *ClusterDetailItem) GetWorkloadNormalCount() (v int32) + func (p *ClusterDetailItem) GetWorkloadTotalCount() (v int32) + func (p *ClusterDetailItem) Read(iprot thrift.TProtocol) (err error) + func (p *ClusterDetailItem) ReadField1(iprot thrift.TProtocol) error + func (p *ClusterDetailItem) ReadField10(iprot thrift.TProtocol) error + func (p *ClusterDetailItem) ReadField11(iprot thrift.TProtocol) error + func (p *ClusterDetailItem) ReadField2(iprot thrift.TProtocol) error + func (p *ClusterDetailItem) ReadField3(iprot thrift.TProtocol) error + func (p *ClusterDetailItem) ReadField4(iprot thrift.TProtocol) error + func (p *ClusterDetailItem) ReadField5(iprot thrift.TProtocol) error + func (p *ClusterDetailItem) ReadField6(iprot thrift.TProtocol) error + func (p *ClusterDetailItem) ReadField7(iprot thrift.TProtocol) error + func (p *ClusterDetailItem) ReadField8(iprot thrift.TProtocol) error + func (p *ClusterDetailItem) ReadField9(iprot thrift.TProtocol) error + func (p *ClusterDetailItem) SetId(val string) + func (p *ClusterDetailItem) SetName(val string) + func (p *ClusterDetailItem) SetNodeNormalCount(val int32) + func (p *ClusterDetailItem) SetNodeTotalCount(val int32) + func (p *ClusterDetailItem) SetStatus(val string) + func (p *ClusterDetailItem) SetTotalCpu(val string) + func (p *ClusterDetailItem) SetTotalMemory(val string) + func (p *ClusterDetailItem) SetUsedCpu(val string) + func (p *ClusterDetailItem) SetUsedMemory(val string) + func (p *ClusterDetailItem) SetWorkloadNormalCount(val int32) + func (p *ClusterDetailItem) SetWorkloadTotalCount(val int32) + func (p *ClusterDetailItem) String() string + func (p *ClusterDetailItem) Write(oprot thrift.TProtocol) (err error) + type ClusterStatistics struct + ErrorCount int32 + OtherCount int32 + RunningCount int32 + TotalCount int32 + var GetClusterOverviewResponse_ClusterStatistics_DEFAULT *ClusterStatistics + func NewClusterStatistics() *ClusterStatistics + func (p *ClusterStatistics) BLength() int + func (p *ClusterStatistics) DeepEqual(ano *ClusterStatistics) bool + func (p *ClusterStatistics) FastRead(buf []byte) (int, error) + func (p *ClusterStatistics) FastReadField1(buf []byte) (int, error) + func (p *ClusterStatistics) FastReadField2(buf []byte) (int, error) + func (p *ClusterStatistics) FastReadField3(buf []byte) (int, error) + func (p *ClusterStatistics) FastReadField4(buf []byte) (int, error) + func (p *ClusterStatistics) FastWrite(buf []byte) int + func (p *ClusterStatistics) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int + func (p *ClusterStatistics) Field1DeepEqual(src int32) bool + func (p *ClusterStatistics) Field2DeepEqual(src int32) bool + func (p *ClusterStatistics) Field3DeepEqual(src int32) bool + func (p *ClusterStatistics) Field4DeepEqual(src int32) bool + func (p *ClusterStatistics) GetErrorCount() (v int32) + func (p *ClusterStatistics) GetOtherCount() (v int32) + func (p *ClusterStatistics) GetRunningCount() (v int32) + func (p *ClusterStatistics) GetTotalCount() (v int32) + func (p *ClusterStatistics) Read(iprot thrift.TProtocol) (err error) + func (p *ClusterStatistics) ReadField1(iprot thrift.TProtocol) error + func (p *ClusterStatistics) ReadField2(iprot thrift.TProtocol) error + func (p *ClusterStatistics) ReadField3(iprot thrift.TProtocol) error + func (p *ClusterStatistics) ReadField4(iprot thrift.TProtocol) error + func (p *ClusterStatistics) SetErrorCount(val int32) + func (p *ClusterStatistics) SetOtherCount(val int32) + func (p *ClusterStatistics) SetRunningCount(val int32) + func (p *ClusterStatistics) SetTotalCount(val int32) + func (p *ClusterStatistics) String() string + func (p *ClusterStatistics) Write(oprot thrift.TProtocol) (err error) + type GetClusterOverviewRequest struct + Base *base.Base + Top *base.TopParam + func NewGetClusterOverviewRequest() *GetClusterOverviewRequest + func (p *GetClusterOverviewRequest) BLength() int + func (p *GetClusterOverviewRequest) DeepEqual(ano *GetClusterOverviewRequest) bool + func (p *GetClusterOverviewRequest) FastRead(buf []byte) (int, error) + func (p *GetClusterOverviewRequest) FastReadField254(buf []byte) (int, error) + func (p *GetClusterOverviewRequest) FastReadField255(buf []byte) (int, error) + func (p *GetClusterOverviewRequest) FastWrite(buf []byte) int + func (p *GetClusterOverviewRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int + func (p *GetClusterOverviewRequest) Field254DeepEqual(src *base.TopParam) bool + func (p *GetClusterOverviewRequest) Field255DeepEqual(src *base.Base) bool + func (p *GetClusterOverviewRequest) GetBase() (v *base.Base) + func (p *GetClusterOverviewRequest) GetOrSetBase() interface{} + func (p *GetClusterOverviewRequest) GetTop() (v *base.TopParam) + func (p *GetClusterOverviewRequest) IsSetBase() bool + func (p *GetClusterOverviewRequest) IsSetTop() bool + func (p *GetClusterOverviewRequest) Read(iprot thrift.TProtocol) (err error) + func (p *GetClusterOverviewRequest) ReadField254(iprot thrift.TProtocol) error + func (p *GetClusterOverviewRequest) ReadField255(iprot thrift.TProtocol) error + func (p *GetClusterOverviewRequest) SetBase(val *base.Base) + func (p *GetClusterOverviewRequest) SetTop(val *base.TopParam) + func (p *GetClusterOverviewRequest) String() string + func (p *GetClusterOverviewRequest) Write(oprot thrift.TProtocol) (err error) + type GetClusterOverviewResponse struct + Base *base.Base + ClusterDetails []*ClusterDetailItem + ClusterStatistics *ClusterStatistics + NodeStatistics *NodeStatistics + WorkloadStatistics *WorkloadStatistics + func NewGetClusterOverviewResponse() *GetClusterOverviewResponse + func (p *GetClusterOverviewResponse) BLength() int + func (p *GetClusterOverviewResponse) DeepEqual(ano *GetClusterOverviewResponse) bool + func (p *GetClusterOverviewResponse) FastRead(buf []byte) (int, error) + func (p *GetClusterOverviewResponse) FastReadField1(buf []byte) (int, error) + func (p *GetClusterOverviewResponse) FastReadField2(buf []byte) (int, error) + func (p *GetClusterOverviewResponse) FastReadField255(buf []byte) (int, error) + func (p *GetClusterOverviewResponse) FastReadField3(buf []byte) (int, error) + func (p *GetClusterOverviewResponse) FastReadField4(buf []byte) (int, error) + func (p *GetClusterOverviewResponse) FastWrite(buf []byte) int + func (p *GetClusterOverviewResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int + func (p *GetClusterOverviewResponse) Field1DeepEqual(src *ClusterStatistics) bool + func (p *GetClusterOverviewResponse) Field255DeepEqual(src *base.Base) bool + func (p *GetClusterOverviewResponse) Field2DeepEqual(src *NodeStatistics) bool + func (p *GetClusterOverviewResponse) Field3DeepEqual(src *WorkloadStatistics) bool + func (p *GetClusterOverviewResponse) Field4DeepEqual(src []*ClusterDetailItem) bool + func (p *GetClusterOverviewResponse) GetBase() (v *base.Base) + func (p *GetClusterOverviewResponse) GetClusterDetails() (v []*ClusterDetailItem) + func (p *GetClusterOverviewResponse) GetClusterStatistics() (v *ClusterStatistics) + func (p *GetClusterOverviewResponse) GetNodeStatistics() (v *NodeStatistics) + func (p *GetClusterOverviewResponse) GetOrSetBase() interface{} + func (p *GetClusterOverviewResponse) GetWorkloadStatistics() (v *WorkloadStatistics) + func (p *GetClusterOverviewResponse) IsSetBase() bool + func (p *GetClusterOverviewResponse) IsSetClusterStatistics() bool + func (p *GetClusterOverviewResponse) IsSetNodeStatistics() bool + func (p *GetClusterOverviewResponse) IsSetWorkloadStatistics() bool + func (p *GetClusterOverviewResponse) Read(iprot thrift.TProtocol) (err error) + func (p *GetClusterOverviewResponse) ReadField1(iprot thrift.TProtocol) error + func (p *GetClusterOverviewResponse) ReadField2(iprot thrift.TProtocol) error + func (p *GetClusterOverviewResponse) ReadField255(iprot thrift.TProtocol) error + func (p *GetClusterOverviewResponse) ReadField3(iprot thrift.TProtocol) error + func (p *GetClusterOverviewResponse) ReadField4(iprot thrift.TProtocol) error + func (p *GetClusterOverviewResponse) SetBase(val *base.Base) + func (p *GetClusterOverviewResponse) SetClusterDetails(val []*ClusterDetailItem) + func (p *GetClusterOverviewResponse) SetClusterStatistics(val *ClusterStatistics) + func (p *GetClusterOverviewResponse) SetNodeStatistics(val *NodeStatistics) + func (p *GetClusterOverviewResponse) SetWorkloadStatistics(val *WorkloadStatistics) + func (p *GetClusterOverviewResponse) String() string + func (p *GetClusterOverviewResponse) Write(oprot thrift.TProtocol) (err error) + type NodeStatistics struct + ErrorCount int32 + OtherCount int32 + RunningCount int32 + TotalCount int32 + var GetClusterOverviewResponse_NodeStatistics_DEFAULT *NodeStatistics + func NewNodeStatistics() *NodeStatistics + func (p *NodeStatistics) BLength() int + func (p *NodeStatistics) DeepEqual(ano *NodeStatistics) bool + func (p *NodeStatistics) FastRead(buf []byte) (int, error) + func (p *NodeStatistics) FastReadField1(buf []byte) (int, error) + func (p *NodeStatistics) FastReadField2(buf []byte) (int, error) + func (p *NodeStatistics) FastReadField3(buf []byte) (int, error) + func (p *NodeStatistics) FastReadField4(buf []byte) (int, error) + func (p *NodeStatistics) FastWrite(buf []byte) int + func (p *NodeStatistics) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int + func (p *NodeStatistics) Field1DeepEqual(src int32) bool + func (p *NodeStatistics) Field2DeepEqual(src int32) bool + func (p *NodeStatistics) Field3DeepEqual(src int32) bool + func (p *NodeStatistics) Field4DeepEqual(src int32) bool + func (p *NodeStatistics) GetErrorCount() (v int32) + func (p *NodeStatistics) GetOtherCount() (v int32) + func (p *NodeStatistics) GetRunningCount() (v int32) + func (p *NodeStatistics) GetTotalCount() (v int32) + func (p *NodeStatistics) Read(iprot thrift.TProtocol) (err error) + func (p *NodeStatistics) ReadField1(iprot thrift.TProtocol) error + func (p *NodeStatistics) ReadField2(iprot thrift.TProtocol) error + func (p *NodeStatistics) ReadField3(iprot thrift.TProtocol) error + func (p *NodeStatistics) ReadField4(iprot thrift.TProtocol) error + func (p *NodeStatistics) SetErrorCount(val int32) + func (p *NodeStatistics) SetOtherCount(val int32) + func (p *NodeStatistics) SetRunningCount(val int32) + func (p *NodeStatistics) SetTotalCount(val int32) + func (p *NodeStatistics) String() string + func (p *NodeStatistics) Write(oprot thrift.TProtocol) (err error) + type WorkloadStatistics struct + NormalCount int32 + OtherCount int32 + TotalCount int32 + var GetClusterOverviewResponse_WorkloadStatistics_DEFAULT *WorkloadStatistics + func NewWorkloadStatistics() *WorkloadStatistics + func (p *WorkloadStatistics) BLength() int + func (p *WorkloadStatistics) DeepEqual(ano *WorkloadStatistics) bool + func (p *WorkloadStatistics) FastRead(buf []byte) (int, error) + func (p *WorkloadStatistics) FastReadField1(buf []byte) (int, error) + func (p *WorkloadStatistics) FastReadField2(buf []byte) (int, error) + func (p *WorkloadStatistics) FastReadField3(buf []byte) (int, error) + func (p *WorkloadStatistics) FastWrite(buf []byte) int + func (p *WorkloadStatistics) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int + func (p *WorkloadStatistics) Field1DeepEqual(src int32) bool + func (p *WorkloadStatistics) Field2DeepEqual(src int32) bool + func (p *WorkloadStatistics) Field3DeepEqual(src int32) bool + func (p *WorkloadStatistics) GetNormalCount() (v int32) + func (p *WorkloadStatistics) GetOtherCount() (v int32) + func (p *WorkloadStatistics) GetTotalCount() (v int32) + func (p *WorkloadStatistics) Read(iprot thrift.TProtocol) (err error) + func (p *WorkloadStatistics) ReadField1(iprot thrift.TProtocol) error + func (p *WorkloadStatistics) ReadField2(iprot thrift.TProtocol) error + func (p *WorkloadStatistics) ReadField3(iprot thrift.TProtocol) error + func (p *WorkloadStatistics) SetNormalCount(val int32) + func (p *WorkloadStatistics) SetOtherCount(val int32) + func (p *WorkloadStatistics) SetTotalCount(val int32) + func (p *WorkloadStatistics) String() string + func (p *WorkloadStatistics) Write(oprot thrift.TProtocol) (err error)