Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + const Default + var CMPDashboardBatchSubmit cptype.OperationKey = "batchSubmit" + var CMPDashboardChangePageNoOperationKey cptype.OperationKey = "changePageNo" + var CMPDashboardChangePageSizeOperationKey cptype.OperationKey = "changePageSize" + var CMPDashboardCordonNode cptype.OperationKey = "cordon" + var CMPDashboardDrainNode cptype.OperationKey = "drain" + var CMPDashboardFilterOperationKey cptype.OperationKey = "filter" + var CMPDashboardOfflineNode cptype.OperationKey = "offline" + var CMPDashboardOnlineNode cptype.OperationKey = "online" + var CMPDashboardRemoveLabel cptype.OperationKey = "deleteLabel" + var CMPDashboardSortByColumnOperationKey cptype.OperationKey = "changeSort" + var CMPDashboardSubmit cptype.OperationKey = "submit" + var CMPDashboardTableTabs cptype.OperationKey = "changeViewType" + var CMPDashboardUncordonNode cptype.OperationKey = "uncordon" + var ClusterNotFoundErr = errors.New("cluster not found") + var NodeNotFoundErr = errors.New("node not found") + var NothingToBeDoneErr = errors.New("nothing to be done") + var PtrRequiredErr = errors.New("ptr is required") + var ResourceNotFoundErr = errors.New("resource type not available") + var TypeNotAvailableErr = errors.New("type not available") + func ConvertToMap(obj interface{}) (map[string]interface{}, error) + func GetPercent(a, b float64) string + func Transfer(a, b interface{}) error