Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContainerImageBuildReconciler ¶
type ContainerImageBuildReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
Recorder record.EventRecorder
Builder builder.OCIImageBuilder
Producer message.Producer
}
ContainerImageBuildReconciler reconciles a ContainerImageBuild object
func (*ContainerImageBuildReconciler) SetupWithManager ¶
func (r *ContainerImageBuildReconciler) SetupWithManager(mgr ctrl.Manager) error
type StatusUpdate ¶
type StatusUpdate struct {
Name string `json:"name"`
Annotations map[string]string `json:"annotations"`
ObjectLink string `json:"objectLink"`
PreviousState string `json:"previousState"`
CurrentState string `json:"currentState"`
ErrorMessage string `json:"errorMessage"`
ImageURLs []string `json:"imageURLs"`
}
Click to show internal directories.
Click to hide internal directories.