Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentControllerReconciler ¶
func (*DeploymentControllerReconciler) Reconcile ¶
func (r *DeploymentControllerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile
func (*DeploymentControllerReconciler) SetupWithManager ¶
func (r *DeploymentControllerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NamespaceControllerReconciler ¶
func (*NamespaceControllerReconciler) Reconcile ¶
func (r *NamespaceControllerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile
func (*NamespaceControllerReconciler) SetupWithManager ¶
func (r *NamespaceControllerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type OpenTelemetryInstrumentationReconciler ¶
OpenTelemetryInstrumentationReconciler reconciles a OpenTelemetryInstrumentation object
func (*OpenTelemetryInstrumentationReconciler) Reconcile ¶
func (r *OpenTelemetryInstrumentationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
+kubebuilder:rbac:groups=opentelemetry.io,resources=opentelemetryinstrumentations,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=opentelemetry.io,resources=opentelemetryinstrumentations/status,verbs=get;update;patch +kubebuilder:rbac:groups=opentelemetry.io,resources=opentelemetryinstrumentations/finalizers,verbs=update
func (*OpenTelemetryInstrumentationReconciler) SetupWithManager ¶
func (r *OpenTelemetryInstrumentationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.