Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultIasCredsSecretName string = "eventing-auth-ias-creds" //nolint:gosec
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KymaReconciler ¶
KymaReconciler reconciles a Kyma resource.
func NewKymaReconciler ¶
func NewKymaReconciler(c client.Client, s *runtime.Scheme) *KymaReconciler
func (*KymaReconciler) Reconcile ¶
func (r *KymaReconciler) Reconcile(ctx context.Context, req kcontrollerruntime.Request) (kcontrollerruntime.Result, error)
+kubebuilder:rbac:groups=operator.kyma-project.io,resources=kymas,verbs=get;list;watch +kubebuilder:rbac:groups=operator.kyma-project.io,resources=eventingauths,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=operator.kyma-project.io,resources=eventingauths/status,verbs=get;list
func (*KymaReconciler) SetupWithManager ¶
func (r *KymaReconciler) SetupWithManager(mgr kcontrollerruntime.Manager) error
SetupWithManager sets up the controller with the Manager.
type ManagedReconciler ¶
type ManagedReconciler interface {
SetupWithManager(mgr kcontrollerruntime.Manager) error
}
func NewEventingAuthReconciler ¶
func NewEventingAuthReconciler(c kpkgclient.Client, s *runtime.Scheme, globalAccountID string) ManagedReconciler
Click to show internal directories.
Click to hide internal directories.