package
2.5.1+incompatible
Repository: https://github.com/redhat-developer/odo.git
Documentation: pkg.go.dev
# Functions
BuildPushImages build all images defined in the devfile with the detected backend If push is true, also push the images to their registries.
BuildPushSpecificImage build an image defined in the devfile If push is true, also push the image to its registry.
No description provided by the author
NewMockBackend creates a new mock instance.
# Structs
This backend uses a CLI compatible with the docker CLI (at least docker itself and podman).
MockBackend is a mock of Backend interface.
MockBackendMockRecorder is the mock recorder for MockBackend.
# Interfaces
Backend is in interface that must be implemented by container runtimes.