# Functions
NewOSClientBuildClient creates a new build client that uses an openshift client to update builds.
NewOSClientBuildClonerClient creates a new build client that uses an openshift client to clone builds.
NewOSClientBuildConfigClient creates a new build config client that uses an openshift client to create and get BuildConfigs.
NewOSClientBuildConfigInstantiatorClient creates a new build client that uses an openshift client to create builds.
# Structs
OSClientBuildClient deletes build create and update operations to the OpenShift client interface.
OSClientBuildClonerClient creates a new build client that uses an openshift client to clone builds.
OSClientBuildConfigClient delegates get and update operations to the OpenShift client interface.
OSClientBuildConfigInstantiatorClient creates a new build client that uses an openshift client to create builds.
# Interfaces
BuildCloner provides methods for cloning builds.
BuildConfigGetter provides methods for getting BuildConfigs.
BuildConfigInstantiator provides methods for instantiating builds from build configs.
BuildConfigUpdater provides methods for updating BuildConfigs.
BuildUpdater provides methods for updating existing Builds.