Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewInternalError (0.1 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/generic/webhook.go

    				m := rules.Matcher{Rule: r, Attr: attrWithOverride}
    				if m.Matches() {
    					kind := o.GetEquivalentResourceMapper().KindFor(equivalent, attr.GetSubresource())
    					if kind.Empty() {
    						return nil, apierrors.NewInternalError(fmt.Errorf("unable to convert to %v: unknown kind", equivalent))
    					}
    					invocation = &WebhookInvocation{
    						Webhook:     h,
    						Resource:    equivalent,
    						Subresource: attr.GetSubresource(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top