You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering what the reasoning is for the IKubernetesService being private. I'm writing some Aspire extensions and finding I have to write my own docker services from scratch pretty much. Then I look at the "WithDockerfileTests.cs" test file, which has access to IKubernetesService in order to test the Container and I'm sitting here wishing I could, too. Then I could throw out all this extra code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Just wondering what the reasoning is for the IKubernetesService being private. I'm writing some Aspire extensions and finding I have to write my own docker services from scratch pretty much. Then I look at the "WithDockerfileTests.cs" test file, which has access to IKubernetesService in order to test the Container and I'm sitting here wishing I could, too. Then I could throw out all this extra code.
Beta Was this translation helpful? Give feedback.
All reactions