# Constants
BuildPhaseError --.
BuildPhaseFailed --.
BuildPhaseInitialization --.
BuildPhaseInterrupted --.
BuildPhaseNone --.
BuildPhasePending --.
BuildPhaseRunning --.
BuildPhaseScheduling --.
BuildPhaseSucceeded --.
BuildStrategyPod performs the build in a `Pod` (will schedule a new builder ephemeral `Pod` which will take care of the build action).
BuildStrategyRoutine performs the build in a routine (will be executed as a process inside the same owner `Pod` or local process).
PlatformBuildPublishStrategyKaniko uses Kaniko project (https://github.com/GoogleContainerTools/kaniko) in order to push the incremental images to the image repository.
No description provided by the author
# Structs
BaseTask is a base for the struct hierarchy.
Build is the Schema for the builder API.
BuildCondition describes the state of a resource at a certain point.
BuildSpec defines the Build operation to be executed.
BuildStatus defines the observed state of Build.
Failure represent a message specifying the reason and the time of an event failure.
FailureRecovery defines the attempts to recover a failure.
KanikoTask is used to configure Kaniko.
KanikoTaskCache is used to configure Kaniko cache.
ObjectReference is a subset of the kubernetes k8s.io/apimachinery/pkg/apis/meta/v1.Object interface.
No description provided by the author
No description provided by the author
PublishTask image publish configuration.
RegistrySpec provides the configuration for the container registry.
ResourceVolume dictates where the build resources are mount.
Task represents the abstract task.
# Type aliases
BuildConditionType --.
BuildPhase --.
BuildStrategy specifies how the Build should be executed.
PlatformBuildPublishStrategy defines the strategy used to package and publish an Integration base image.
No description provided by the author