...

Source file src/github.com/redhat-developer/odo/pkg/platform/doc.go

Documentation: github.com/redhat-developer/odo/pkg/platform

     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  

View as plain text