MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / DeleteVariable

Method DeleteVariable

datasource/etcd_machine.go:244–246  ·  view source on GitHub ↗

DeleteVariable erases the entry specified by key

(key string)

Source from the content-addressed store, hash-verified

242
243// DeleteVariable erases the entry specified by key
244func (m *etcdMachineInterface) DeleteVariable(key string) error {
245 return m.selfDelete(key)
246}
247
248func (m *etcdMachineInterface) prefixifyForMachine(key string) string {
249 return path.Join(m.etcdDS.ClusterName(), etcdMachinesDirName, m.Hostname(),

Callers

nothing calls this directly

Calls 1

selfDeleteMethod · 0.95

Tested by

no test coverage detected