Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterDocsTopicConfig ¶
type ClusterDocsTopicReconciler ¶
type ClusterDocsTopicReconciler struct { client.Client Log logr.Logger // contains filtered or unexported fields }
ClusterDocsTopicReconciler reconciles a ClusterDocsTopic object
func NewClusterDocsTopic ¶
func NewClusterDocsTopic(config ClusterDocsTopicConfig, log logr.Logger, mgr ctrl.Manager, webhookConfigSvc webhookconfig.AssetWebhookConfigService) *ClusterDocsTopicReconciler
func (*ClusterDocsTopicReconciler) SetupWithManager ¶
func (r *ClusterDocsTopicReconciler) SetupWithManager(mgr ctrl.Manager) error
type DocsTopicConfig ¶
type DocsTopicReconciler ¶
type DocsTopicReconciler struct { client.Client Log logr.Logger // contains filtered or unexported fields }
DocsTopicReconciler reconciles a DocsTopic object
func NewDocsTopic ¶
func NewDocsTopic(config DocsTopicConfig, log logr.Logger, mgr ctrl.Manager, webhookConfigSvc webhookconfig.AssetWebhookConfigService) *DocsTopicReconciler
func (*DocsTopicReconciler) SetupWithManager ¶
func (r *DocsTopicReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.