Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for SAR (0.04 sec)

  1. pkg/apis/authorization/validation/validation.go

    		allErrs = append(allErrs, field.Invalid(field.NewPath("metadata"), sar.ObjectMeta, `must be empty except for namespace`))
    	}
    
    	if sar.Spec.ResourceAttributes != nil && sar.Spec.ResourceAttributes.Namespace != sar.Namespace {
    		allErrs = append(allErrs, field.Invalid(field.NewPath("spec.resourceAttributes.namespace"), sar.Spec.ResourceAttributes.Namespace, `must match metadata.namespace`))
    	}
    	if sar.Spec.NonResourceAttributes != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 18 15:37:57 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  2. pkg/controller/certificates/approver/sarapprove.go

    		extra[k] = authorization.ExtraValue(v)
    	}
    
    	sar := &authorization.SubjectAccessReview{
    		Spec: authorization.SubjectAccessReviewSpec{
    			User:               csr.Spec.Username,
    			UID:                csr.Spec.UID,
    			Groups:             csr.Spec.Groups,
    			Extra:              extra,
    			ResourceAttributes: &rattrs,
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 21 16:03:42 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/AMD64latelower.rules

    Authors. All rights reserved.
    L2:// Use of this source code is governed by a BSD-style
    L3:// license that can be found in the LICENSE file.
    L4:
    L5:// Prefer SARX/SHLX/SHRX instruction because it has less register restriction on the shift input.
    L6:(SAR(Q|L) x y) && buildcfg.GOAMD64 >= 3 => (SARX(Q|L) x y)
    L7:(SHL(Q|L) x y) && buildcfg.GOAMD64 >= 3 => (SHLX(Q|L) x y)
    L8:(SHR(Q|L) x y) && buildcfg.GOAMD64 >= 3 => (SHRX(Q|L) x y)
    L9:
    L10:// See comments in ARM64latelower.rules for why these are here.
    ...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 636 bytes
    - Viewed (0)
  4. pilot/pkg/credentials/kube/secrets.go

    	TLSSecretCaCert = "ca.crt"
    	// The ID/name for the CRL in kubernetes tls secret.
    	TLSSecretCrl = "ca.crl"
    )
    
    type CredentialsController struct {
    	secrets kclient.Client[*v1.Secret]
    	sar     authorizationv1client.SubjectAccessReviewInterface
    
    	mu                 sync.RWMutex
    	authorizationCache map[authorizationKey]authorizationResponse
    }
    
    type authorizationKey string
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 19:18:21 UTC 2024
    - 10K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/options/authorization.go

    	s.AlwaysAllowPaths = append(s.AlwaysAllowPaths, paths...)
    	return s
    }
    
    // WithClientTimeout sets the given timeout for SAR client used by this authorizer
    func (s *DelegatingAuthorizationOptions) WithClientTimeout(timeout time.Duration) {
    	s.ClientTimeout = timeout
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 9.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/webhook_v1beta1_test.go

    			if err != nil {
    				return err
    			}
    			sarClient, err := subjectAccessReviewInterfaceFromConfig(clientConfig, "v1beta1", testRetryBackoff)
    			if err != nil {
    				return fmt.Errorf("error building sar client: %v", err)
    			}
    			_, err = newWithBackoff(sarClient, 0, 0, testRetryBackoff, authorizer.DecisionNoOpinion, []authzconfig.WebhookMatchCondition{}, noopAuthorizerMetrics(), "")
    			return err
    		}()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 22:41:27 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/arch/x86/x86asm/plan9x.go

    	OUT:       true,
    	POP:       true,
    	POPA:      true,
    	POPCNT:    true,
    	PUSH:      true,
    	PUSHA:     true,
    	RCL:       true,
    	RCR:       true,
    	ROL:       true,
    	ROR:       true,
    	SAR:       true,
    	SBB:       true,
    	SHL:       true,
    	SHLD:      true,
    	SHR:       true,
    	SHRD:      true,
    	SUB:       true,
    	TEST:      true,
    	XADD:      true,
    	XCHG:      true,
    	XOR:       true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*11133*/ uint16(xSetOp), uint16(SAR),
    	/*11135*/ uint16(xArgRM16),
    	/*11136*/ uint16(xArg1),
    	/*11137*/ uint16(xMatch),
    	/*11138*/ uint16(xSetOp), uint16(SAR),
    	/*11140*/ uint16(xArgRM32),
    	/*11141*/ uint16(xArg1),
    	/*11142*/ uint16(xMatch),
    	/*11143*/ uint16(xCondDataSize), 11133, 11138, 11147,
    	/*11147*/ uint16(xSetOp), uint16(SAR),
    	/*11149*/ uint16(xArgRM64),
    	/*11150*/ uint16(xArg1),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  9. test/codegen/shift.go

    	shr := x>>s | y<<ŝ
    	// amd64:"SHLQ.*,.*,"
    	shl := x<<s | y>>ŝ
    	return shr, shl
    }
    
    func checkShiftToMask(u []uint64, s []int64) {
    	// amd64:-"SHR",-"SHL","ANDQ"
    	u[0] = u[0] >> 5 << 5
    	// amd64:-"SAR",-"SHL","ANDQ"
    	s[0] = s[0] >> 5 << 5
    	// amd64:-"SHR",-"SHL","ANDQ"
    	u[1] = u[1] << 5 >> 5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:53:43 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/webhook.go

    		r.Status = entry.(authorizationv1.SubjectAccessReviewStatus)
    	} else {
    		var result *authorizationv1.SubjectAccessReview
    		var metricsResult string
    		// WithExponentialBackoff will return SAR create error (sarErr) if any.
    		if err := webhook.WithExponentialBackoff(ctx, w.retryBackoff, func() error {
    			var sarErr error
    			var statusCode int
    
    			start := time.Now()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:01:15 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top