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

Method GetClusterVariable

datasource/structure.go:134–134  ·  view source on GitHub ↗

GetClusterVariable returns a cluster variables with the given name

(key string)

Source from the content-addressed store, hash-verified

132
133 // GetClusterVariable returns a cluster variables with the given name
134 GetClusterVariable(key string) (string, error)
135
136 // SetClusterVariable sets a cluster variable
137 SetClusterVariable(key string, value string) error

Callers 2

GetVariableMethod · 0.65
TestCoreOSVersionFunction · 0.65

Implementers 1

EtcdDataSourcedatasource/etcd_datasource.go

Calls

no outgoing calls

Tested by 1

TestCoreOSVersionFunction · 0.52