MCPcopy Create free account
hub / github.com/canonical/cloud-init / get_userdata

Method get_userdata

cloudinit/cloud.py:85–86  ·  view source on GitHub ↗
(self, apply_filter=True)

Source from the content-addressed store, hash-verified

83
84 # The rest of these are just useful proxies
85 def get_userdata(self, apply_filter=True):
86 return self.datasource.get_userdata(apply_filter)
87
88 def get_instance_id(self):
89 return self.datasource.get_instance_id()

Callers 14

updateMethod · 0.45
_consume_userdataMethod · 0.45
test_get_data_ccMethod · 0.45
test_get_data_shMethod · 0.45
test_get_data_jinjaMethod · 0.45
test_data_precedenceMethod · 0.45

Calls

no outgoing calls