MCPcopy Create free account

hub / github.com/goodrain/rainbond / functions

Functions18,667 in github.com/goodrain/rainbond

↓ 42 callersFunctionError
(err error)
third_party/coreos-etcd/etcdserver/api/v3rpc/rpctypes/error.go:192
↓ 42 callersFunctionNewStore
NewStore returns a new store. It is useful to create a store inside mvcc pkg. It should only be used for testing externally.
third_party/coreos-etcd/mvcc/kvstore.go:106
↓ 42 callersMethodStep
(m pb.Message)
third_party/coreos-etcd/raft/raft_test.go:40
↓ 42 callersMethodStop
()
third_party/coreos-etcd/e2e/etcd_process.go:40
↓ 42 callersMethodbecomeLeader
()
third_party/coreos-etcd/raft/raft.go:670
↓ 42 callersMethoderrappend
(pe ParseError)
builder/parser/source_code.go:686
↓ 42 callersFunctionmustClientFromCmd
(cmd *cobra.Command)
third_party/coreos-etcd/etcdctl/ctlv3/command/global.go:150
↓ 41 callersMethodEventChan
()
third_party/coreos-etcd/store/watcher.go:18
↓ 41 callersFunctionGetClusterHandler
GetClusterHandler returns the default cluster handler.
api/handler/handler.go:205
↓ 41 callersMethodLaunch
Launch starts a member based on ServerConfig, PeerListeners and ClientListeners.
third_party/coreos-etcd/integration/cluster.go:698
↓ 41 callersMethodSendBuilderTopic
(t TaskStruct)
mq/client/client.go:52
↓ 41 callersMethodTrailer
()
third_party/coreos-etcd/proxy/grpcproxy/adapter/chan_stream.go:81
↓ 41 callersFunctionnewTestStore
(t *testing.T, ns ...string)
third_party/coreos-etcd/store/store_v2_test.go:32
↓ 41 callersFunctionwithCfg
(cfg etcdProcessClusterConfig)
third_party/coreos-etcd/e2e/ctl_v3_test.go:88
↓ 40 callersMethodError
Error sends errors while serving proxy.
third_party/coreos-etcd/pkg/proxy/server.go:47
↓ 40 callersFunctioncleanup
(s KV, b backend.Backend, path string)
third_party/coreos-etcd/mvcc/kv_test.go:816
↓ 40 callersFunctionmkV2Rev
(v3Rev int64)
third_party/coreos-etcd/etcdserver/api/v2v3/store.go:574
↓ 39 callersMethodDeleteByComponentIDs
(componentIDs []string)
db/dao/dao.go:577
↓ 39 callersMethodHandleFunc
(pattern string, funC http.HandlerFunc)
util/pprofer.go:30
↓ 39 callersMethodRegistry
Registry 注册组件
pkg/rainbond/registry.go:60
↓ 39 callersMethodgetAppService
getAppService if creator is true, will create new app service where not found in store
worker/appm/store/store.go:803
↓ 38 callersMethodRun
(stopCh <-chan struct{})
worker/master/controller/helmapp/store.go:35
↓ 37 callersMethodBytes
()
api/eventlog/util/buffer.go:53
↓ 37 callersMethodDelete
Delete deletes a key, or optionally using WithRange(end), [key, end).
third_party/coreos-etcd/clientv3/kv.go:51
↓ 37 callersFunctionNewUUID
NewUUID 创建无-的32位uuid
util/uuid.go:30
↓ 37 callersFunctionmustNewForm
mustNewForm takes a set of Values and constructs a PUT *http.Request, with a URL constructed from appending the given path to the standard keysPrefix
third_party/coreos-etcd/etcdserver/api/v2http/client_test.go:57
↓ 36 callersFunctionCreateAPIHandleErrorFromDBError
CreateAPIHandleErrorFromDBError from db error create APIHandleError
api/util/handleError.go:56
↓ 36 callersMethodRender
(*renderStyle)
util/termtables/table.go:24
↓ 36 callersMethodappend
(ents ...pb.Entry)
third_party/coreos-etcd/raft/log.go:94
↓ 36 callersMethodstop
stop performs any necessary finalization and terminates the peer elegantly.
third_party/coreos-etcd/rafthttp/peer.go:81
↓ 36 callersFunctiontogRPCError
(err error)
third_party/coreos-etcd/etcdserver/api/v3rpc/util.go:75
↓ 35 callersMethodAdd
Add instructs etcd to accept a new Member into the cluster.
third_party/coreos-etcd/client/members.go:101
↓ 35 callersMethodGetByComponentIDAndName
(componentID, name string)
db/dao/dao.go:654
↓ 35 callersMethodIndex
()
third_party/coreos-etcd/store/store.go:42
↓ 35 callersMethodRun
(timeout time.Duration)
builder/exector/exector.go:148
↓ 35 callersMethodbecomeFollower
(term uint64, lead uint64)
third_party/coreos-etcd/raft/raft.go:633
↓ 34 callersMethodDeepCopyInto
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
pkg/apis/rainbond/v1alpha1/zz_generated.deepcopy.go:383
↓ 34 callersMethodDesc
Desc returns a description of the failure
third_party/coreos-etcd/functional/tester/case.go:39
↓ 34 callersMethodGetLabels
()
util/apply/apply.go:344
↓ 34 callersMethodID
()
third_party/coreos-etcd/etcdserver/api/v3rpc/maintenance.go:50
↓ 34 callersMethodInformer
()
worker/appm/store/store.go:115
↓ 34 callersMethodString
()
api/eventlog/util/buffer.go:48
↓ 34 callersMethodUnsafePut
(bucketName []byte, key []byte, value []byte)
third_party/coreos-etcd/mvcc/backend/batch_tx.go:30
↓ 34 callersFunctionnewStore
(namespaces ...string)
third_party/coreos-etcd/store/store.go:92
↓ 34 callersFunctionsovRaftInternal
(x uint64)
third_party/coreos-etcd/etcdserver/etcdserverpb/raft_internal.pb.go:671
↓ 33 callersFunctionencodeVarintRaftInternal
(dAtA []byte, offset int, v uint64)
third_party/coreos-etcd/etcdserver/etcdserverpb/raft_internal.pb.go:509
↓ 32 callersFunctionGetApplicationHandler
GetApplicationHandler returns the default tenant application handler.
api/handler/handler.go:219
↓ 32 callersMethodGetStatefulSet
GetStatefulSet get kubernetes statefulset model
worker/appm/types/v1/v1.go:329
↓ 32 callersMethodLeaseGrant
(lc *pb.LeaseGrantRequest)
third_party/coreos-etcd/etcdserver/apply.go:56
↓ 32 callersMethodSet
Set assigns a new value to a Node identified by a given key. The caller may define a set of conditions in the SetOptions. If SetOptions.Dir=true then
third_party/coreos-etcd/client/keys.go:107
↓ 32 callersMethodStop
()
mq/api/mq/mq.go:41
↓ 32 callersMethodtick
raft.Node does not have locks in Raft package
third_party/coreos-etcd/etcdserver/raft.go:155
↓ 32 callersMethodwaitLeader
waitLeader waits until given members agree on the same leader.
third_party/coreos-etcd/integration/cluster.go:382
↓ 31 callersMethodClose
()
pkg/component/storage/storage.go:100
↓ 31 callersFunctionCreateTable
CreateTable creates an empty Table using defaults for style.
util/termtables/table.go:139
↓ 31 callersMethodGrant
Grant creates a new lease.
third_party/coreos-etcd/clientv3/lease.go:109
↓ 31 callersMethodSend
Send sends out the given messages to the remote peers. Each message has a To field, which is an id that maps to an existing peer in the transport. If
third_party/coreos-etcd/rafthttp/transport.go:60
↓ 31 callersMethodSub
(Set)
third_party/coreos-etcd/pkg/types/set.go:31
↓ 31 callersFunctionctlV3Get
(cx ctlCtx, args []string, kvs ...kv)
third_party/coreos-etcd/e2e/ctl_v3_kv_test.go:318
↓ 30 callersMethodChan
Chan returns a chan. All watch response will be sent to the returned chan.
third_party/coreos-etcd/mvcc/watcher.go:47
↓ 30 callersFunctionGetGatewayHandler
GetGatewayHandler returns a default GatewayHandler
api/handler/handler.go:156
↓ 30 callersFunctionsovRaft
(x uint64)
third_party/coreos-etcd/raft/raftpb/raft.pb.go:724
↓ 29 callersMethodFrom
()
third_party/coreos-etcd/pkg/proxy/server.go:239
↓ 29 callersFunctionNewCluster
NewCluster returns an unlaunched cluster of the given size which has been set to use static bootstrap.
third_party/coreos-etcd/integration/cluster.go:168
↓ 29 callersMethodObserve
Observe streams election proclamations in-order as made by the election's elected leaders.
third_party/coreos-etcd/etcdserver/api/v3election/v3electionpb/v3election.pb.go:315
↓ 29 callersFunctionencodeVarintRaft
(dAtA []byte, offset int, v uint64)
third_party/coreos-etcd/raft/raftpb/raft.pb.go:594
↓ 28 callersMethodClose
Close releases all of the Stresser's resources.
third_party/coreos-etcd/functional/tester/stresser.go:33
↓ 28 callersMethodDbModel
DbModel -
api/model/model.go:398
↓ 28 callersMethodDeepCopy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Probe.
pkg/apis/rainbond/v1alpha1/zz_generated.deepcopy.go:389
↓ 28 callersMethodEnd
End marks the transaction is complete and ready to commit.
third_party/coreos-etcd/mvcc/kv.go:60
↓ 28 callersMethodEndpoints
Endpoints returns a copy of the current set of API endpoints used by Client to resolve HTTP requests. If Sync has ever been called, this may differ fr
third_party/coreos-etcd/client/client.go:199
↓ 28 callersFunctionObjectToJSONORYaml
ObjectToJSONORYaml changeType true is json / yaml
api/handler/resource_public_function.go:514
↓ 28 callersMethodRev
Rev returns the revision of the KV at the time of opening the txn.
third_party/coreos-etcd/mvcc/kv.go:42
↓ 28 callersMethodUpdate
(nodePath string, newValue string, expireOpts TTLOptionSet)
third_party/coreos-etcd/store/store.go:46
↓ 28 callersMethodWatch
Watch creates a watcher. The watcher watches the events happening or happened on the given key or range [key, end) from the given startRev. The whole
third_party/coreos-etcd/mvcc/watcher.go:44
↓ 28 callersFunctionhandleError
(c *cli.Context, code int, err error)
third_party/coreos-etcd/etcdctl/ctlv2/command/error.go:35
↓ 28 callersMethodtail
()
third_party/coreos-etcd/wal/wal.go:746
↓ 27 callersFunctionGetCallbackLoggerOption
GetCallbackLoggerOption get callback logger
event/log_optoins.go:9
↓ 27 callersMethodGetTenantByUUID
(uuid string)
db/dao/dao.go:53
↓ 27 callersFunctionGetTenantManager
GetTenantManager get manager
api/handler/handler.go:107
↓ 27 callersMethodID
()
third_party/coreos-etcd/etcdserver/server.go:631
↓ 27 callersMethodIsClosed
IsClosed is closed
worker/appm/types/v1/status.go:52
↓ 27 callersMethodLister
()
worker/appm/store/store.go:116
↓ 27 callersFunctionNewBadRequest
NewBadRequest -
api/util/bcode/bcode.go:122
↓ 27 callersMethodNext
()
third_party/coreos-etcd/clientv3/naming/grpc.go:41
↓ 27 callersMethodServeHTTP
ServeHTTP adds the correct CORS headers based on the origin and returns immediately with a 200 OK if the method is OPTIONS.
third_party/coreos-etcd/pkg/cors/cors.go:76
↓ 27 callersMethodString
()
db/model/tenant.go:323
↓ 27 callersFunctionnewEvent
(action string, key string, modifiedIndex, createdIndex uint64)
third_party/coreos-etcd/store/event.go:36
↓ 27 callersFunctionspawnCmd
cov-enabled binaries emit PASS and coverage count lines
third_party/coreos-etcd/e2e/etcd_spawn_cov.go:34
↓ 27 callersMethoduint32
(v uint32)
util/zip/writer.go:547
↓ 26 callersMethodAddMember
AddMember attempts to add a member into the cluster. It will return ErrIDRemoved if member ID is removed from the cluster, or return ErrIDExists if me
third_party/coreos-etcd/etcdserver/server.go:144
↓ 26 callersMethodElse
Else takes a list of operations. The Ops list will be executed, if the comparisons passed in If() fail.
third_party/coreos-etcd/clientv3/txn.go:49
↓ 26 callersMethodGetAppService
(serviceID string)
worker/appm/store/store.go:86
↓ 26 callersMethodGetCommonLabels
GetCommonLabels get common labels
worker/appm/types/v1/labels.go:22
↓ 26 callersMethodString
()
api/proxy/lb.go:45
↓ 26 callersMethodTo
()
third_party/coreos-etcd/pkg/proxy/server.go:243
↓ 26 callersMethodUnsafeRange
(bucketName []byte, key, endKey []byte, limit int64)
third_party/coreos-etcd/mvcc/backend/read_tx.go:34
↓ 26 callersFunctioncontextWithTotalTimeout
(c *cli.Context)
third_party/coreos-etcd/etcdctl/ctlv2/command/util.go:335
↓ 26 callersFunctionnewRaftNode
(cfg raftNodeConfig)
third_party/coreos-etcd/etcdserver/raft.go:133
↓ 25 callersMethodAction
Action returns immediately available Actions
third_party/coreos-etcd/pkg/testutil/recorder.go:36
← previousnext →201–300 of 18,667, ranked by callers