MCPcopy Create free account
hub / github.com/cloudnativelabs/kube-shell / __init__

Method __init__

kubeshell/toolbar.py:13–14  ·  view source on GitHub ↗
(self, get_cluster_name, get_namespace, get_user, get_inline_help)

Source from the content-addressed store, hash-verified

11 """
12
13 def __init__(self, get_cluster_name, get_namespace, get_user, get_inline_help):
14 self.handler = self._create_toolbar_handler(get_cluster_name, get_namespace, get_user, get_inline_help)
15
16 def _create_toolbar_handler(self, get_cluster_name, get_namespace, get_user, get_inline_help):
17 def get_toolbar_items(_):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected