MCPcopy
hub / github.com/argoproj/argo-workflows / Then

Method Then

test/e2e/fixtures/when.go:905–918  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

903}
904
905func (w *When) Then() *Then {
906 return &Then{
907 t: w.t,
908 wf: w.wf,
909 cronWf: w.cronWf,
910 client: w.client,
911 wftsClient: w.wftsClient,
912 cronClient: w.cronClient,
913 hydrator: w.hydrator,
914 kubeClient: w.kubeClient,
915 bearerToken: w.bearerToken,
916 restConfig: w.restConfig,
917 }
918}
919
920func (w *When) Given() *Given {
921 return &Given{

Calls

no outgoing calls