MCPcopy Create free account

hub / github.com/goodrain/rainbond / functions

Functions18,667 in github.com/goodrain/rainbond

↓ 5,220 callersMethodErrorf
(format string, v ...interface{})
third_party/coreos-etcd/raft/logger.go:29
↓ 2,830 callersMethodFatalf
(format string, v ...interface{})
third_party/coreos-etcd/raft/logger.go:38
↓ 1,808 callersMethodFatal
(v ...interface{})
third_party/coreos-etcd/raft/logger.go:37
↓ 1,586 callersMethodError
()
api/util/bcode/bcode.go:35
↓ 839 callersFunctionGetManager
GetManager get db manager
db/db.go:193
↓ 652 callersMethodInfof
(format string, v ...interface{})
third_party/coreos-etcd/raft/logger.go:32
↓ 567 callersMethodGet
(key string)
db/dao/dao.go:75
↓ 550 callersMethodUnlock
()
third_party/coreos-etcd/mvcc/backend/read_tx.go:32
↓ 532 callersMethodLock
()
third_party/coreos-etcd/mvcc/backend/read_tx.go:31
↓ 520 callersMethodInfo
(v ...interface{})
third_party/coreos-etcd/raft/logger.go:31
↓ 475 callersMethodContains
(string)
third_party/coreos-etcd/pkg/types/set.go:26
↓ 451 callersMethodContext
()
third_party/coreos-etcd/proxy/grpcproxy/adapter/chan_stream.go:103
↓ 411 callersMethodDebugf
(format string, v ...interface{})
third_party/coreos-etcd/raft/logger.go:26
↓ 381 callersMethodError
(v ...interface{})
third_party/coreos-etcd/raft/logger.go:28
↓ 361 callersMethodWarningf
(format string, v ...interface{})
third_party/coreos-etcd/raft/logger.go:35
↓ 344 callersMethodUnmarshal
(data []byte)
third_party/coreos-etcd/pkg/pbutil/pbutil.go:29
↓ 343 callersMethodAdd
(string)
third_party/coreos-etcd/pkg/types/set.go:24
↓ 321 callersFunctionnew
(status, code int)
api/util/bcode/bcode.go:43
↓ 320 callersFunctionGetManager
GetManager 获取管理器
api/controller/manager.go:67
↓ 319 callersMethodCreate
(nodePath string, dir bool, value string, unique bool, expireOpts TTLOptionSet)
third_party/coreos-etcd/store/store.go:47
↓ 316 callersMethodValue
()
api/client/prometheus/types.go:68
↓ 300 callersMethodDone
Done returns when proxy has been closed.
third_party/coreos-etcd/pkg/proxy/server.go:45
↓ 276 callersMethodFind
Find gets the IntervalValue for the node matching the given interval
third_party/coreos-etcd/pkg/adt/interval_tree.go:433
↓ 268 callersMethodString
()
third_party/coreos-etcd/functional/rpcpb/rpc.pb.go:505
↓ 260 callersMethodTerminate
(t *testing.T)
third_party/coreos-etcd/integration/cluster.go:1066
↓ 238 callersMethodClient
(i int)
third_party/coreos-etcd/integration/cluster.go:1084
↓ 236 callersMethodPrintf
(format string, args ...interface{})
third_party/coreos-etcd/clientv3/logger.go:36
↓ 235 callersMethodSize
()
third_party/coreos-etcd/etcdserver/etcdserverpb/rpc.pb.go:630
↓ 225 callersMethodRollback
Rollback -
pkg/helm/helm.go:350
↓ 223 callersMethodSet
(nodePath string, dir bool, value string, expireOpts TTLOptionSet)
third_party/coreos-etcd/store/store.go:45
↓ 198 callersFunctionExitWithError
(code int, err error)
third_party/coreos-etcd/etcdctl/ctlv3/command/error.go:36
↓ 193 callersMethodWrite
Write creates a write transaction.
third_party/coreos-etcd/mvcc/kv.go:108
↓ 187 callersMethodName
()
builder/exector/exector.go:150
↓ 184 callersMethodDuration
()
third_party/coreos-etcd/pkg/report/report.go:39
↓ 169 callersFunctionsovRpc
(x uint64)
third_party/coreos-etcd/etcdserver/etcdserverpb/rpc.pb.go:9208
↓ 166 callersMethodID
()
third_party/coreos-etcd/etcdserver/server.go:131
↓ 165 callersMethodClose
()
third_party/coreos-etcd/mvcc/kv.go:124
↓ 165 callersFunctionNewMemoryStorage
NewMemoryStorage creates an empty MemoryStorage.
third_party/coreos-etcd/raft/storage.go:87
↓ 160 callersFunctionencodeVarintRpc
(dAtA []byte, offset int, v uint64)
third_party/coreos-etcd/etcdserver/etcdserverpb/rpc.pb.go:7907
↓ 157 callersMethodPrintln
(args ...interface{})
third_party/coreos-etcd/clientv3/logger.go:37
↓ 154 callersMethodPost
(r *RequestV2)
third_party/coreos-etcd/etcdserver/apply_v2.go:32
↓ 152 callersFunctionDefault
Default -
pkg/component/k8s/k8sComponent.go:157
↓ 151 callersMethodRandClient
()
third_party/coreos-etcd/integration/cluster.go:1080
↓ 147 callersMethodEqual
(err error)
api/util/bcode/bcode.go:36
↓ 147 callersMethodGetName
()
worker/server/pb/app_runtime_server.pb.go:2346
↓ 144 callersMethodsend
send sends the message to the remote peer. The function is non-blocking and has no promise that the message will be received by the remote. When it fa
third_party/coreos-etcd/rafthttp/peer.go:62
↓ 143 callersMethodGet
Get retrieves keys. By default, Get will return the value for "key", if any. When passed WithRange(end), Get will return the keys in the range [key, e
third_party/coreos-etcd/clientv3/kv.go:48
↓ 142 callersMethodDelete
(key string)
db/dao/dao.go:77
↓ 138 callersMethodMarshal
()
third_party/coreos-etcd/pkg/pbutil/pbutil.go:25
↓ 133 callersMethodWait
Wait returns a chan that waits on the given logical deadline. The chan will be triggered when Trigger is called with a deadline that is later than the
third_party/coreos-etcd/pkg/wait/wait_time.go:23
↓ 132 callersFunctiontoGRPC
(c *clientv3.Client)
third_party/coreos-etcd/integration/cluster_proxy.go:42
↓ 131 callersMethodHeader
Header is the response header received from etcd on acquiring the lock.
third_party/coreos-etcd/clientv3/concurrency/mutex.go:97
↓ 130 callersMethodPut
Put puts a key-value pair into etcd. Note that key,value can be plain bytes array and string is an immutable representation of that bytes array. To ge
third_party/coreos-etcd/clientv3/kv.go:38
↓ 129 callersMethodCompare
Compare gives the result of a 3-way comparison a.Compare(b) = 1 => a > b a.Compare(b) = 0 => a == b a.Compare(b) = -1 => a < b
third_party/coreos-etcd/pkg/adt/interval_tree.go:28
↓ 129 callersMethodList
(sid string)
db/dao/dao.go:587
↓ 124 callersMethodErr
()
third_party/coreos-etcd/embed/etcd.go:302
↓ 123 callersMethodMarshalTo
([]byte)
third_party/coreos-etcd/etcdserver/etcdserverpb/rpc.pb.go:629
↓ 123 callersMethodUpdate
(childpath string)
builder/sources/svn.go:41
↓ 122 callersMethodFlags
Flags returns etcd flags in string slice.
third_party/coreos-etcd/functional/rpcpb/etcd_config.go:59
↓ 121 callersMethodPanicf
(format string, v ...interface{})
third_party/coreos-etcd/raft/logger.go:41
↓ 119 callersMethodString
()
third_party/coreos-etcd/pkg/types/id.go:26
↓ 119 callersFunctiontestCtl
(t *testing.T, testFunc func(ctlCtx), opts ...ctlOption)
third_party/coreos-etcd/e2e/ctl_v3_test.go:128
↓ 116 callersMethodDebug
(v ...interface{})
third_party/coreos-etcd/raft/logger.go:25
↓ 115 callersMethodClose
Close closes listener and transport.
third_party/coreos-etcd/pkg/proxy/server.go:49
↓ 114 callersMethodAddRow
AddRow adds the supplied items as cells in one row of the table.
util/termtables/table.go:159
↓ 112 callersFunctionTranslation
Translation Translation English to Chinese
util/language.go:226
↓ 111 callersFunctionnewTestRaft
(id uint64, peers []uint64, election, heartbeat int, storage Storage)
third_party/coreos-etcd/raft/raft_test.go:3760
↓ 110 callersMethodRUnlock
()
third_party/coreos-etcd/contrib/recipes/rwmutex.go:88
↓ 109 callersFunctionGetServiceManager
GetServiceManager get manager
api/handler/handler.go:93
↓ 108 callersMethodGetNamespace
(ctx context.Context, content string)
api/handler/cluster.go:82
↓ 108 callersMethodSize
Size returns the current size of the backend.
third_party/coreos-etcd/mvcc/backend/backend.go:56
↓ 108 callersMethodTenantServiceDao
()
db/db.go:61
↓ 107 callersMethodParse
()
builder/parser/parser.go:173
↓ 107 callersMethodPut
Put adds a value for a key to the write set.
third_party/coreos-etcd/clientv3/concurrency/stm.go:30
↓ 106 callersMethodAddModel
(model.Interface)
db/dao/dao.go:36
↓ 106 callersFunctionNewClusterV3
NewClusterV3 returns a launched cluster with a grpc client connection for each cluster member.
third_party/coreos-etcd/integration/cluster.go:1037
↓ 106 callersMethodRLock
()
third_party/coreos-etcd/contrib/recipes/rwmutex.go:37
↓ 104 callersFunctionSetTestManager
SetTestManager sets the default manager for unit test
db/db.go:198
↓ 98 callersMethodEXPECT
EXPECT returns an object that allows the caller to indicate expected use
db/db_mock.go:33
↓ 98 callersMethodReadAll
ReadAll 读取所有历史消息
api/eventlog/store/filestore.go:39
↓ 97 callersMethodString
为 PluginType 提供 String() 方法
pkg/apis/rainbond/v1alpha1/rbdplugin_types.go:59
↓ 96 callersMethodReadFile
ReadFile reads a file directly from storage and returns a reader
pkg/component/storage/storage.go:88
↓ 96 callersMethodRemove
(string)
third_party/coreos-etcd/pkg/types/set.go:25
↓ 94 callersMethodError
()
api/eventlog/store/manager.go:63
↓ 92 callersMethodString
()
builder/exector/share_image.go:206
↓ 91 callersMethodClose
()
event/manager.go:44
↓ 91 callersMethodTxn
Txn creates a transaction.
third_party/coreos-etcd/clientv3/kv.go:64
↓ 90 callersMethodString
()
api/handler/service.go:4059
↓ 89 callersFunctionGetManager
GetManager 获取日志服务
event/manager.go:84
↓ 89 callersMethodNewRequest
NewRequest new exec request
api/webcli/app/app.go:520
↓ 88 callersMethodDelete
Delete 删除事件的所有消息
api/eventlog/store/filestore.go:45
↓ 88 callersMethodString
()
third_party/coreos-etcd/etcdserver/v2_server.go:162
↓ 87 callersMethodClose
Close 关闭文件存储
api/eventlog/store/filestore.go:51
↓ 87 callersMethodInc
(field int)
third_party/coreos-etcd/store/stats.go:112
↓ 87 callersMethodPut
(key []byte, rev revision)
third_party/coreos-etcd/mvcc/index.go:28
↓ 87 callersMethodUpdateModel
(model.Interface)
db/dao/dao.go:37
↓ 86 callersMethodHandle
Handle 处理
api/util/handleError.go:83
↓ 86 callersMethodMkdirAll
(path string)
pkg/component/storage/storage.go:79
↓ 85 callersMethodGetName
GetName get endpoint name
api/proxy/lb.go:50
↓ 85 callersFunctionskipRpc
(dAtA []byte)
third_party/coreos-etcd/etcdserver/etcdserverpb/rpc.pb.go:18326
next →1–100 of 18,667, ranked by callers