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

Function saveSocketClusterK8sConfigFile

bin/actions/k8s.js:94–99  ·  view source on GitHub ↗
(socketClusterK8sConfigJSON)

Source from the content-addressed store, hash-verified

92 };
93
94 let saveSocketClusterK8sConfigFile = function (socketClusterK8sConfigJSON) {
95 fs.writeFileSync(
96 socketClusterK8sConfigFilePath,
97 JSON.stringify(socketClusterK8sConfigJSON, null, 2),
98 );
99 };
100
101 let parseVersionTag = function (fullImageName) {
102 let matches = fullImageName.match(/:[^:]*$/);

Callers 2

performDeploymentFunction · 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…