Documentation
¶
Index ¶
- func ApplicationChildImageReconciler(c controllers.Config) controllers.SubReconciler
- func ApplicationReconciler(c controllers.Config) *controllers.ParentReconciler
- func ApplicationTargetImageReconciler(c controllers.Config) controllers.SubReconciler
- func FunctionChildImageReconciler(c controllers.Config) controllers.SubReconciler
- func FunctionReconciler(c controllers.Config) *controllers.ParentReconciler
- func FunctionTargetImageReconciler(c controllers.Config) controllers.SubReconciler
- type ClusterBuilderReconciler
- type ContainerReconciler
- type CredentialReconciler
- type MatchingLabels
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplicationChildImageReconciler ¶
func ApplicationChildImageReconciler(c controllers.Config) controllers.SubReconciler
func ApplicationReconciler ¶
func ApplicationReconciler(c controllers.Config) *controllers.ParentReconciler
func ApplicationTargetImageReconciler ¶
func ApplicationTargetImageReconciler(c controllers.Config) controllers.SubReconciler
func FunctionChildImageReconciler ¶
func FunctionChildImageReconciler(c controllers.Config) controllers.SubReconciler
func FunctionReconciler ¶
func FunctionReconciler(c controllers.Config) *controllers.ParentReconciler
func FunctionTargetImageReconciler ¶
func FunctionTargetImageReconciler(c controllers.Config) controllers.SubReconciler
Types ¶
type ClusterBuilderReconciler ¶
type ClusterBuilderReconciler struct { client.Client Recorder record.EventRecorder Log logr.Logger Namespace string }
ClusterBuilderReconciler reconciles a ClusterBuilder object
func (*ClusterBuilderReconciler) SetupWithManager ¶
func (r *ClusterBuilderReconciler) SetupWithManager(mgr ctrl.Manager) error
type ContainerReconciler ¶
type ContainerReconciler struct { client.Client Recorder record.EventRecorder Log logr.Logger Scheme *runtime.Scheme }
ContainerReconciler reconciles a Container object
func (*ContainerReconciler) SetupWithManager ¶
func (r *ContainerReconciler) SetupWithManager(mgr ctrl.Manager) error
type CredentialReconciler ¶
CredentialReconciler reconciles a Credential object
func (*CredentialReconciler) SetupWithManager ¶
func (r *CredentialReconciler) SetupWithManager(mgr ctrl.Manager) error
type MatchingLabels ¶
type MatchingLabels string
MatchingLabels filters the list/delete operation for a given LabelSelctor
func (MatchingLabels) ApplyToList ¶
func (m MatchingLabels) ApplyToList(opts *client.ListOptions)
Click to show internal directories.
Click to hide internal directories.