1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/build-config-capability.adoc

23 lines
676 B
Plaintext

// Module included in the following assemblies:
//
// * installing/overview/cluster-capabilities.adoc
:_mod-docs-content-type: REFERENCE
[id="build-config-capability_{context}"]
= Build capability
== Purpose
The `Build` capability enables the `Build` API. The `Build` API manages the lifecycle of `Build` and `BuildConfig` objects.
[IMPORTANT]
====
If you disable the `Build` capability, the following resources will not be available in the cluster:
* `Build` and `BuildConfig` resources
* The `builder` service account
Disable the `Build` capability only if you do not require `Build` and `BuildConfig` resources or the `builder` service account in the cluster.
====