Documentation ¶
Index ¶
Constants ¶
View Source
const ( StatusReady = "Ready" StatusInProgress = "InProgress" StatusUnknown = "Unknown" StatusDisabled = "Disabled" )
Constants defining labels
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationReconciler ¶
type ApplicationReconciler struct { client.Client Mapper meta.RESTMapper Log logr.Logger Scheme *runtime.Scheme }
ApplicationReconciler reconciles a Application object
func (*ApplicationReconciler) SetupWithManager ¶
func (r *ApplicationReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.