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

Method DeleteClusterVariable

datasource/etcd_datasource.go:161–163  ·  view source on GitHub ↗

DeleteClusterVariable deletes a cluster variable

(key string)

Source from the content-addressed store, hash-verified

159
160// DeleteClusterVariable deletes a cluster variable
161func (ds *EtcdDataSource) DeleteClusterVariable(key string) error {
162 return ds.delete(ds.prefixifyForClusterVariables(key))
163}
164
165// ClusterName returns the name of the cluster
166func (ds *EtcdDataSource) ClusterName() string {

Callers

nothing calls this directly

Calls 2

deleteMethod · 0.95

Tested by

no test coverage detected