1 // Package platform provides a generic interface to abstract operations that can be performed anywhere. 2 // Its goal is to make odo not too tied to a specific platform like Kubernetes, but be able to work on other 3 // platforms like Podman. 4 package platform 5