colossal-room-15708
05/16/2019, 8:35 PMwhite-balloon-205
colossal-room-15708
05/17/2019, 2:01 AMincalculable-sundown-82514
05/17/2019, 11:26 PMcolossal-room-15708
05/17/2019, 11:56 PMlittle-river-49422
05/18/2019, 7:13 AMcolossal-room-15708
05/18/2019, 8:04 AMlittle-river-49422
05/18/2019, 8:55 AMcolossal-room-15708
05/18/2019, 11:32 AM.js
and see example usage. I don't seem to get that in python. This has already been quite useful more than once.glamorous-printer-66548
05/18/2019, 8:46 PMPython: Select Interpreter
action in vs codeSpec
and one gets really rich code completion whereas in the python equivalent there seems to be no type information (python 3.6+ type annotations) at all for the Spec.little-river-49422
05/18/2019, 8:54 PMThe only catch is that you have to navigate first to the import statement and then click in the import statement again to get to the implementation
- thats not true, you dont have to click the import statementglamorous-printer-66548
05/18/2019, 8:57 PMfrom pulumi_kubernetes.apps.v1 import Deployment
deployment = Deployment()
when I click on Deployment()
it navigates first to the import statement and then I have to click again to go to the implementation.
How does that work on your side?little-river-49422
05/18/2019, 8:57 PMglamorous-printer-66548
05/18/2019, 9:00 PMlittle-river-49422
05/18/2019, 9:01 PMglamorous-printer-66548
05/18/2019, 9:02 PMfrom pulumi_kubernetes.apps.v1.Deployment import *
Deployment()
and click Deployment()
it takes me directly to the implementationlittle-river-49422
05/18/2019, 9:04 PMcolossal-room-15708
05/19/2019, 2:27 AMProfile
in python and then get here, but for example on monitor_configs
it says "supports the fields documented below", but then nothing is "documented below".little-river-49422
05/19/2019, 7:29 AM