Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Huawei/containerops
/ functions
Functions
1,038 in github.com/Huawei/containerops
⨍
Functions
1,038
◇
Types & classes
124
↓ 1 callers
Function
DeployDockerInCluster
DeployDockerInCluster deploy Docker in Cluster
singular/module/infras/docker.go:35
↓ 1 callers
Function
DeployEtcdInCluster
DeployEtcdInCluster deploy etcd cluster. Notes: 1. Only count master nodes in etcd deploy process. 2.
singular/module/infras/etcd.go:63
↓ 1 callers
Function
DeployFlannelInCluster
DeployFlannelInCluster deploy flannel in cluster.
singular/module/infras/flannel.go:57
↓ 1 callers
Function
DeployKubernetesInCluster
DeployKubernetes is function deployment Kubernetes cluster include master and nodes. Notes: 1. Kubernetes master cluster IP. 2. Set kubectl config fil
singular/module/infras/kubernetes.go:51
↓ 1 callers
Method
Digest
provides direct access to underlying hash instance.
dockyard/module/dockerv2.go:172
↓ 1 callers
Function
DownloadBinaryFile
DownloadBinaryFile download binary file to the local.
dockyard/client/binary/binary.go:67
↓ 1 callers
Function
Execute
Execute adds all child commands to the root command sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootC
pilotage/cmd/root.go:62
↓ 1 callers
Function
Execute
Execute adds all child commands to the root command sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootC
dockyard/client/cmd/root.go:54
↓ 1 callers
Method
FetchOutputs
(stageName, actionName, log string)
pilotage/module/job.go:252
↓ 1 callers
Function
FromReader
(rd io.Reader)
dockyard/module/dockerv2.go:189
↓ 1 callers
Function
GenerateCARootFiles
GenerateCARootFiles generate root files from template.
singular/module/tools/ca.go:36
↓ 1 callers
Function
GetHtmlDeploymentDetail
(namespace, repository, name, tag string, version int64)
singular/controller/web.go:172
↓ 1 callers
Function
GetHtmlDeploymentList
()
singular/controller/web.go:84
↓ 1 callers
Method
GetTags
GetTags return tas data of repository.
dockyard/model/dockerv2.go:85
↓ 1 callers
Function
GetTarsumlist
GetTarsumlist is
dockyard/module/dockerv2.go:112
↓ 1 callers
Function
H
(t,e)
singular/external/public/js/materialize.min.js:6
↓ 1 callers
Method
Hash
()
dockyard/module/dockerv2.go:162
↓ 1 callers
Method
Hash
()
dockyard/module/dockerv2.go:171
↓ 1 callers
Function
I
(t,e,i)
singular/external/public/js/materialize.min.js:6
↓ 1 callers
Function
InitConfig
(cfgFile string)
pilotage/config/config.go:20
↓ 1 callers
Function
InitializationEnvironment
InitializationEnvironment init the environment of node.
singular/module/tools/environment.go:34
↓ 1 callers
Method
JSON
()
pilotage/module/job.go:387
↓ 1 callers
Method
KubectlPodTemplates
(randomContainerName, apiServer, namespace, yamlContent string, f *Flow)
pilotage/module/job.go:266
↓ 1 callers
Function
Migrate
Migrate is
dockyard/model/model.go:59
↓ 1 callers
Function
O
(t,e)
singular/external/public/js/materialize.min.js:6
↓ 1 callers
Method
ParallelRun
(verbose, timestamp bool, f *Flow, stageIndex int)
pilotage/module/stage.go:97
↓ 1 callers
Function
Payload
(data []byte)
dockyard/module/dockerv2.go:199
↓ 1 callers
Method
PodTemplates
(randomContainerName string, f *Flow)
pilotage/module/job.go:320
↓ 1 callers
Method
PutAgent
PutAgent is
dockyard/model/dockerv2.go:136
↓ 1 callers
Function
Qb
(a)
singular/external/public/js/materialize.js:946
↓ 1 callers
Function
R
(t)
singular/external/public/js/materialize.min.js:6
↓ 1 callers
Function
Register
(name string, notifier Notifier)
pilotage/module/notifier.go:13
↓ 1 callers
Method
RunKubectl
(name string, verbose, timestamp bool, f *Flow, stageIndex, actionIndex int)
pilotage/module/job.go:92
↓ 1 callers
Function
S
(e)
singular/external/public/js/materialize.min.js:6
↓ 1 callers
Function
SSHScp
SSHScp copy local file to remote dest using scp command.
common/utils/ssh.go:109
↓ 1 callers
Method
Save
Save infra deployment data
singular/module/objects/infra.go:74
↓ 1 callers
Function
SecureRandomBytes
SecureRandomBytes returns the requested number of bytes using crypto/rand
common/utils/utils.go:349
↓ 1 callers
Method
SequencingRun
(verbose, timestamp bool, f *Flow, stageIndex int)
pilotage/module/stage.go:47
↓ 1 callers
Function
SetAssemblingMacaron
(m *macaron.Macaron, config string)
assembling/web/web.go:8
↓ 1 callers
Function
SetDockyardMacaron
(m *macaron.Macaron, config string)
dockyard/web/web.go:27
↓ 1 callers
Function
SetMiddlewares
SetMiddlewares set all middleware functions.
singular/middleware/middleware.go:24
↓ 1 callers
Function
SetMiddlewares
SetMiddlewares set all middleware functions.
dockyard/middleware/middleware.go:24
↓ 1 callers
Function
SetRouters
SetRouters is setting REST API interface with handler function.
singular/router/router.go:26
↓ 1 callers
Function
SetRouters
SetRouters is setting REST API interface with handler function.
dockyard/router/router.go:26
↓ 1 callers
Function
SetRunDaemonMiddlewares
SetRunDaemonMiddlewares is setting function when the pilotage run a HTTP daemon with flow file. 1. The mode doesn't export log to file or database, it
pilotage/middleware/middleware.go:34
↓ 1 callers
Function
SetRunDaemonRouters
SetRunDaemonRouters is
pilotage/router/router.go:26
↓ 1 callers
Function
SetSingularMacaron
SetSingularMacaron set macaron app configuration.
singular/web/web.go:28
↓ 1 callers
Function
SetStartDaemonMiddlewares
(m *macaron.Macaron, cfgFile string)
pilotage/middleware/middleware.go:59
↓ 1 callers
Function
SetStartDaemonRouters
SetStartDaemonRouters is
pilotage/router/router.go:35
↓ 1 callers
Function
UnmarshlYML
(flowfile string)
component/test/flow/template.go:90
↓ 1 callers
Method
UpdateResult
(id int64, result bool)
singular/model/singular.go:134
↓ 1 callers
Function
UploadBinaryFile
UploadBinaryFile upload binary file to the Dockyard service.
dockyard/client/binary/binary.go:29
↓ 1 callers
Function
UploadCARootFiles
UploadCARootFiles upload root ca files to the node.
singular/module/tools/ca.go:102
↓ 1 callers
Method
UploadSSHKey
UploadSSHKey upload SSH public key file to the digitalocean service. TODO Customize SSH key name.
singular/module/service/digitalocean.go:88
↓ 1 callers
Function
WalkDir
WalkDir
common/utils/utils.go:383
↓ 1 callers
Method
YAML
()
component/test/flow/template.go:117
↓ 1 callers
Method
YAML
()
singular/module/objects/deployment.go:287
↓ 1 callers
Function
Zb
(a)
singular/external/public/js/materialize.js:951
↓ 1 callers
Function
_
(t,e)
singular/external/public/js/materialize.min.js:6
↓ 1 callers
Method
__call__
(self, func=None, precision=None)
component/python/analysis/memory_profiler/memory_profiler.py:492
↓ 1 callers
Method
__call__
(self, func=None, precision=1)
component/python/analysis/memory_profiler/memory_profiler.py:628
↓ 1 callers
Method
__init__
(self, include_children, backend)
component/python/analysis/memory_profiler/memory_profiler.py:565
↓ 1 callers
Function
_find_script
Find the script. If the input is not a file, then $PATH will be searched.
component/python/analysis/memory_profiler/memory_profiler.py:447
↓ 1 callers
Function
_func_exec
(stmt, ns)
component/python/analysis/memory_profiler/memory_profiler.py:783
↓ 1 callers
Function
accordionOpen
(object)
singular/external/public/js/materialize.js:1433
↓ 1 callers
Function
addCounterElement
($input)
singular/external/public/js/materialize.js:9244
↓ 1 callers
Function
addInputStyle
(isValidLength, $input)
singular/external/public/js/materialize.js:9260
↓ 1 callers
Method
add_function
Record line profiling information for the given Python function.
component/python/analysis/memory_profiler/memory_profiler.py:643
↓ 1 callers
Function
afterDockerExecute
afterDockerExecute execute after daemon start
singular/module/infras/docker.go:192
↓ 1 callers
Function
bb
(a)
singular/external/public/js/materialize.js:865
↓ 1 callers
Function
beforeDockerExecute
beforeDockerExecute execute before script
singular/module/infras/docker.go:168
↓ 1 callers
Function
beforeFlanneldExecute
beforeFlanneldExecute execute before script of Flanneld
singular/module/infras/flannel.go:292
↓ 1 callers
Function
build
(target string)
demo/containerops/pilotage-hook/codes/common.go:25
↓ 1 callers
Function
buildImage
(ctx context.Context, cli *client.Client, imageUrl string, buildArgs map[string]*string, tarFileReader io.Read
assembling/handler/imagebuild.go:378
↓ 1 callers
Function
calculate_directory_schedule
($dir)
component/php/Compile/beast/src/component/Beast.php:81
↓ 1 callers
Method
clone
($repo)
component/php/Unittest/phpunit/src/util/Git.php:5
↓ 1 callers
Method
clone
($repo)
component/php/Dependence/component-composer/src/util/Git.php:5
↓ 1 callers
Method
clone
($repo)
component/php/Document/phpdox/src/util/Git.php:5
↓ 1 callers
Method
clone
($repo)
component/php/Document/apigen/src/util/Git.php:5
↓ 1 callers
Method
clone
($repo)
component/php/Analysis/phpmetrics/src/util/Git.php:5
↓ 1 callers
Method
clone
($repo)
component/php/Analysis/phpmd/src/util/Git.php:5
↓ 1 callers
Method
clone
($repo)
component/php/Analysis/phploc/src/util/Git.php:5
↓ 1 callers
Method
clone
($repo)
component/php/Analysis/phpcpd/src/util/Git.php:5
↓ 1 callers
Method
clone
($repo)
component/php/Analysis/phpcs/src/util/Git.php:5
↓ 1 callers
Method
clone
($repo)
component/php/Compile/beast/src/util/Git.php:5
↓ 1 callers
Method
clone
($repo)
component/php/Compile/phar/src/util/Git.php:5
↓ 1 callers
Function
coala
(file_name, bears, use_yaml)
component/python/analysis/coala/bootstrap.py:23
↓ 1 callers
Function
convertInfra
(input *model.InfraV1)
singular/controller/web.go:251
↓ 1 callers
Function
corednsRelease
Execute `make build` in the CoreDNS folder, upload the coredns binary file to the artifact repository.
demo/cncf/coredns/codes/coredns.go:103
↓ 1 callers
Function
corednsTest
Execute `make test` in the CoreDNS folder.
demo/cncf/coredns/codes/coredns.go:87
↓ 1 callers
Function
coverage
(file_name)
component/python/test/coverage/bootstrap.py:74
↓ 1 callers
Function
createPod
(podClient v1.PodInterface, podName, buildId string, args []string)
assembling/handler/imagebuild.go:275
↓ 1 callers
Function
createService
(serviceClient v1.ServiceInterface, serviceName, buildId string, serviceType corev1.ServiceType)
assembling/handler/imagebuild.go:412
↓ 1 callers
Function
createTarFile
(dockerfile io.Reader)
assembling/handler/imagebuild.go:350
↓ 1 callers
Function
db
(a, b)
singular/external/public/js/materialize.js:873
↓ 1 callers
Function
deletePod
(podClient v1.PodInterface, podName string)
assembling/handler/imagebuild.go:326
↓ 1 callers
Function
diff
(target string)
demo/containerops/pilotage-hook/codes/co_changed.go:45
↓ 1 callers
Method
disable
(self)
component/python/analysis/memory_profiler/memory_profiler.py:747
↓ 1 callers
Function
downloadBinary
downloadBinary exec curl command download binary in the node.
singular/module/tools/binary.go:60
↓ 1 callers
Function
eb
(a, b)
singular/external/public/js/materialize.js:880
← previous
next →
301–400 of 1,038, ranked by callers