<span>Hi, </span><div><br></div><div>for a project of mine I want to abstract away the rest resources (client side) and provide a stub implementation of the backend that I can use for testing. </div><div><br></div><div>I thought about a StateT based stub instance, however one of the methods besides the usual crud stuff should be `waitFor` so that I can wait for resources to reach a certain state. Very concretely I want to create kubernetes pods and have my code wait until the pod is `Running`. </div><div><br></div><div>What would I have to throw into the mix in order to have a stub that creates a pod and only later changes the status to `Running`? </div><div><br></div><div>Any thoughts, advice or hint? </div><div><br></div><div>Best</div><div>Jan </div>