sparse-intern-71089
08/12/2022, 2:50 AMlittle-cartoon-10569
08/12/2022, 3:06 AMdelete: "kubectl delete --all namespaces",
seems to capture the intentionsteep-toddler-94095
08/12/2022, 3:07 AMsteep-toddler-94095
08/12/2022, 3:10 AMNote that implicit and explicit (so the Command is only run if all implicit or explicit dependencies fulfill the create/delete/etc event. So if a Command has two dependencies, but only 1 is being deleted, it will not run) dependencies can be used to control the order that thesedependsOn
andCommand
resources are constructed relative to each other and to the cloud resources they depend on. This ensures that theCopyFile
operations run after all dependencies are created, and thecreate
operations run before all dependencies are deleted.delete
little-cartoon-10569
08/12/2022, 3:13 AMlittle-cartoon-10569
08/12/2022, 3:13 AMenvironment
).steep-toddler-94095
08/12/2022, 3:17 AM