MCPcopy Create free account
hub / github.com/SocketCluster/socketcluster / getSCCWorkerDeploymentDefPath

Function getSCCWorkerDeploymentDefPath

bin/lib/index.js:21–23  ·  view source on GitHub ↗
(kubernetesTargetDir)

Source from the content-addressed store, hash-verified

19);
20
21const getSCCWorkerDeploymentDefPath = function (kubernetesTargetDir) {
22 return `${kubernetesTargetDir}/scc-worker-deployment.yaml`;
23};
24
25const getSCCBrokerDeploymentDefPath = function (kubernetesTargetDir) {
26 return `${kubernetesTargetDir}/scc-broker-deployment.yaml`;

Callers 2

performDeploymentFunction · 0.85
transformK8sConfigsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…