Workloads APIs

    Build configurations define a build process for new container images. There are three types of builds possible - a container image build using a Dockerfile, a Source-to-Image build that uses a specially prepared base image that accepts source code that it can make runnable, and a custom build that can run // arbitrary container images as a base and accept the build parameters. Builds run on the cluster and on completion are pushed to the container image registry specified in the “output” section. A build can be triggered via a webhook, when the base image changes, or when a user manually requests a new build be // created.

    Each build created by a build configuration is numbered and refers back to its parent configuration. Multiple builds can be triggered at once. Builds that do not have “output” set can be used to test code or run a verification build.

    Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).

    Type

    Build [build.openshift.io/v1]

    Description

    Build encapsulates the inputs needed to produce a new deployable image, as well as the status of the execution and a reference to the Pod which executed the build.

    Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).

    Type

    object

    BuildLog [build.openshift.io/v1]

    Description

    BuildLog is the (unused) resource associated with the build log redirector

    Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).

    Type

    object

    BuildRequest [build.openshift.io/v1]

    Description

    BuildRequest is the resource used to pass parameters to build generator

    Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).

    Type

    object

    CronJob [batch/v1]

    Description

    CronJob represents the configuration of a single cron job.

    Type

    object

    Description

    Type

    object

    Deployment [apps/v1]

    Description

    Deployment enables declarative updates for Pods and ReplicaSets.

    Type

    DeploymentConfig [apps.openshift.io/v1]

    Description

    Deployment Configs define the template for a pod and manages deploying new images or configuration changes. A single deployment configuration is usually analogous to a single micro-service. Can support many different deployment patterns, including full restart, customizable rolling updates, and fully custom behaviors, as well as pre- and post- deployment hooks. Each individual deployment is represented as a replication controller.

    A deployment is “triggered” when its configuration is changed or a tag in an Image Stream is changed. Triggers can be disabled to allow manual control over a deployment. The “strategy” determines how the deployment is carried out and may be changed at any time. The latestVersion field is updated when a new deployment is triggered by any means.

    Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).

    Type

    object

    DeploymentConfigRollback [apps.openshift.io/v1]

    Description

    DeploymentConfigRollback provides the input to rollback generation.

    Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).

    Type

    object

    DeploymentLog [apps.openshift.io/v1]

    Description

    DeploymentLog represents the logs for a deployment

    Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).

    Type

    object

    Description

    DeploymentRequest is a request to a deployment config for a new deployment.

    Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).

    object

    Job [batch/v1]

    Description

    Job represents the configuration of a single job.

    Type

    Pod [v1]

    Description

    Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.

    Type

    object

    ReplicationController [v1]

    Description

    ReplicationController represents the configuration of a replication controller.

    Type

    object

    PersistentVolume [v1]

    Description

    PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info:

    Type

    object

    Description

    ReplicaSet ensures that a specified number of pod replicas are running at any given time.

    Type

    object

    StatefulSet [apps/v1]

    Description

    StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested.

    The StatefulSet guarantees that a given network identity will always map to the same storage identity.

    Type