package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev

# Packages

# Functions

NewClientBuildClient creates a new build client that uses an openshift client to update buildclient.
NewOSClientBuildClonerClient creates a new build client that uses an openshift client to clone buildclient.
NewClientBuildConfigClient creates a new build config client that uses an openshift client to create and get BuildConfigs.
NewClientBuildConfigInstantiatorClient creates a new build client that uses an openshift client to create buildclient.
NewClientBuildConfigLister creates a new build config client that uses an openshift client.
NewClientBuildClient creates a new build client that uses an openshift client to update buildclient.

# Structs

TODO: Why we need this, seems like an copy of the client above.
ClientBuildClient delegates build create and update operations to the OpenShift client interface.
OSClientBuildClonerClient creates a new build client that uses an openshift client to clone buildclient.
ClientBuildConfigClient delegates get and update operations to the OpenShift client interface.
ClientBuildConfigInstantiatorClient creates a new build client that uses an openshift client to create buildclient.
ClientBuildLister implements the build lister interface over a client.
ClientBuildConfigListerNamespacer implements internalversion lister.
ClientBuildLister implements the build lister interface over a client.
ClientBuildClientNamespacer implements internalversion lister.

# Interfaces

BuildCloner provides methods for cloning buildclient.
BuildConfigGetter provides methods for getting BuildConfigs.
BuildConfigInstantiator provides methods for instantiating buildclient from build configs.
BuildConfigUpdater provides methods for updating BuildConfigs.
BuildDeleter knows how to delete buildclient from OpenShift.
BuildLister provides methods for listing the Builds.
BuildUpdater provides methods for updating existing Builds.