You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not enough type arguments for type TypedMapFunc: have 1, want 2
cannot use func(_ context.Context, obj *v1beta1.ConfigPodStatus) []reconcile.Request {…} (value of type func(_ context.Context, obj *"github.com/open-policy-agent/gatekeeper/v3/apis/status/v1beta1".ConfigPodStatus) []reconcile.Request) as "sigs.k8s.io/controller-runtime/pkg/handler".TypedMapFunc[*"github.com/open-policy-agent/gatekeeper/v3/apis/status/v1beta1".ConfigPodStatus] value in return statement
in call to handler.TypedEnqueueRequestsFromMapFunc, type "sigs.k8s.io/controller-runtime/pkg/handler".TypedMapFunc[*"github.com/open-policy-agent/gatekeeper/v3/apis/status/v1beta1".ConfigPodStatus] of PodStatusToConfigMapper(false) does not match "sigs.k8s.io/controller-runtime/pkg/handler".TypedMapFunc[object, request] (cannot infer object and request)
not enough type arguments for type TypedMapFunc: have 1, want 2
cannot use func(ctx context.Context, obj *v1beta1.ConstraintPodStatus) []reconcile.Request {…} (value of type func(ctx context.Context, obj *"github.com/open-policy-agent/gatekeeper/v3/apis/status/v1beta1".ConstraintPodStatus) []reconcile.Request) as "sigs.k8s.io/controller-runtime/pkg/handler".TypedMapFunc[*"github.com/open-policy-agent/gatekeeper/v3/apis/status/v1beta1".ConstraintPodStatus] value in return statement
in call to handler.TypedEnqueueRequestsFromMapFunc, type "sigs.k8s.io/controller-runtime/pkg/handler".TypedMapFunc[*"github.com/open-policy-agent/gatekeeper/v3/apis/status/v1beta1".ConstraintPodStatus] of PodStatusToConstraintMapper(false, util.EventPackerMapFunc()) does not match "sigs.k8s.io/controller-runtime/pkg/handler".TypedMapFunc[object, request] (cannot infer object and request)
not enough type arguments for type TypedMapFunc: have 1, want 2
cannot use func(_ context.Context, obj *v1beta1.ConstraintTemplatePodStatus) []reconcile.Request {…} (value of type func(_ context.Context, obj *"github.com/open-policy-agent/gatekeeper/v3/apis/status/v1beta1".ConstraintTemplatePodStatus) []reconcile.Request) as "sigs.k8s.io/controller-runtime/pkg/handler".TypedMapFunc[*"github.com/open-policy-agent/gatekeeper/v3/apis/status/v1beta1".ConstraintTemplatePodStatus] value in return statement
in call to handler.TypedEnqueueRequestsFromMapFunc, type "sigs.k8s.io/controller-runtime/pkg/handler".TypedMapFunc[*"github.com/open-policy-agent/gatekeeper/v3/apis/status/v1beta1".ConstraintTemplatePodStatus] of PodStatusToConstraintTemplateMapper(false) does not match "sigs.k8s.io/controller-runtime/pkg/handler".TypedMapFunc[object, request] (cannot infer object and request)
not enough type arguments for type TypedMapFunc: have 1, want 2
Restore cache failed: Dependencies file is not found in /home/runner/work/frameworks/frameworks. Supported file pattern: go.sum
The logs for this run have expired and are no longer available.