package
3.16.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 present in devfilePath If push is true, also push the image to its registry.
No description provided by the author
NewMockBackend creates a new mock instance.
SelectBackend selects the container backend to use for building and pushing images It will detect podman and docker CLIs (in this order), or return nil if none are present locally.
# Structs
DockerCompatibleBackend 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.