controllers

package
v0.1.0-rc4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2020 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StartManager

func StartManager(metricsAddr string, enableLeaderElection bool, brokerOpts *message.Options)

Types

type ContainerImageBuildReconciler

type ContainerImageBuildReconciler struct {
	client.Client
	Log      logr.Logger
	Scheme   *runtime.Scheme
	Recorder record.EventRecorder
	Builder  container.RuntimeBuilder
	Producer message.Producer
}

ContainerImageBuildReconciler reconciles a ContainerImageBuild object

func (*ContainerImageBuildReconciler) Reconcile

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL