Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 61 for valueExpression (0.45 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/dispatcher.go

    		var value string
    		if len(bindingAnnotations) == 1 {
    			value = bindingAnnotations[0]
    		} else {
    			// Multiple distinct values can exist when binding params are used in the valueExpression of an auditAnnotation.
    			// When this happens, the values are concatenated into a comma-separated list.
    			value = strings.Join(bindingAnnotations, ", ")
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.pb.go

    }
    
    func (m *AuditAnnotation) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	i -= len(m.ValueExpression)
    	copy(dAtA[i:], m.ValueExpression)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ValueExpression)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Key)
    	copy(dAtA[i:], m.Key)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Key)))
    	i--
    	dAtA[i] = 0xa
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 117.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.pb.go

    }
    
    func (m *AuditAnnotation) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	i -= len(m.ValueExpression)
    	copy(dAtA[i:], m.ValueExpression)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ValueExpression)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Key)
    	copy(dAtA[i:], m.Key)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Key)))
    	i--
    	dAtA[i] = 0xa
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 187.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1/generated.pb.go

    }
    
    func (m *AuditAnnotation) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	i -= len(m.ValueExpression)
    	copy(dAtA[i:], m.ValueExpression)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ValueExpression)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Key)
    	copy(dAtA[i:], m.Key)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Key)))
    	i--
    	dAtA[i] = 0xa
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 200.5K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

             ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

             ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

             ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.30.md

    - When configuring a JWT authenticator:
      
      If `username.expression` used 'claims.email', then 'claims.email_verified' must have been used in `username.expression` or `extra[*].valueExpression` or `claimValidationRules[*].expression`. An example claim validation rule expression that matches the validation automatically applied when `username.claim` is set to 'email' is 'claims.?email_verified.orValue(true)'.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    							Default:...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. api/openapi-spec/swagger.json

             ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top