package
3.6.0-alpha.1+incompatible
Repository: https://github.com/tangle329/origin.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# 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 delegates 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.
BuildLister provides methods for listing the Builds.
BuildUpdater provides methods for updating existing Builds.