()
| 187 | |
| 188 | |
| 189 | def main(): |
| 190 | config.load_kube_config() |
| 191 | c = Configuration.get_default_copy() |
| 192 | c.assert_hostname = False |
| 193 | Configuration.set_default(c) |
| 194 | core_v1 = core_v1_api.CoreV1Api() |
| 195 | |
| 196 | portforward_commands(core_v1) |
| 197 | |
| 198 | |
| 199 | if __name__ == '__main__': |
no test coverage detected