MCPcopy
hub / github.com/baetyl/baetyl / Get

Method Get

node/node.go:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33type Node interface {
34 Get() (m *v1.Node, err error)
35 Desire(desired v1.Desire, override bool) (delta v1.Delta, err error)
36 Report(reported v1.Report, override bool) (delta v1.Delta, err error)
37 GetStats(ctx *routing.Context) (interface{}, error)

Callers 15

TestNodeShadowFunction · 0.95
TestUpdateNodePropertiesFunction · 0.95
RotateCertificateMethod · 0.65
getCAMethod · 0.65
initRouterMethod · 0.65
TestNewBoltHoldFunction · 0.65
reportAndDesireAsyncMethod · 0.65
applyAppMethod · 0.65
recycleMethod · 0.65
cleanObjectStorageMethod · 0.65
TestGetServiceLogFunction · 0.65
TestRecycleFunction · 0.65

Implementers 3

MockNodemock/node.go
nodenode/node.go

Calls

no outgoing calls

Tested by 15

TestNodeShadowFunction · 0.76
TestUpdateNodePropertiesFunction · 0.76
TestNewBoltHoldFunction · 0.52
TestGetServiceLogFunction · 0.52
TestRecycleFunction · 0.52
TestUpdateNodeLabelsFunction · 0.52
TestDeleteApplicationFunction · 0.52
TestApplySecretFunction · 0.52
initCollectKubeAMIFunction · 0.52
TestSyncStoreFunction · 0.52
TestSyncResourcesFunction · 0.52