Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 97 for mapValue (0.17 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/composition.go

    	return cost
    }
    
    type variableAccessor struct {
    	name       string
    	result     CompilationResult
    	activation any
    	context    *compositionContext
    }
    
    func (a *variableAccessor) Callback(_ *lazy.MapValue) ref.Val {
    	if a.result.Error != nil {
    		return types.NewErr("composited variable %q fails to compile: %v", a.name, a.result.Error)
    	}
    
    	v, details, err := a.result.Program.ContextEval(a.context, a.activation)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 13 21:06:39 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/runtime/converter.go

    // field errors for any matched keys.
    // `mapValue` is the value of sv containing all of the keys that exist at this level
    // (ie. sv.MapKeys) in the source data.
    // `matchedKeys` are all the keys found for that level in the destination object.
    // This should only be called from `structFromUnstructured`.
    func (c *fromUnstructuredContext) popAndVerifyMatchedKeys(mapValue reflect.Value) {
    	if !c.returnUnknownFields {
    		return
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 11 16:02:13 UTC 2023
    - 24.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/policy/v1/generated.pb.go

    					if postmsgIndex < 0 {
    						return ErrInvalidLengthGenerated
    					}
    					if postmsgIndex > l {
    						return io.ErrUnexpectedEOF
    					}
    					mapvalue = &v1.Time{}
    					if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil {
    						return err
    					}
    					iNdEx = postmsgIndex
    				} else {
    					iNdEx = entryPreIndex
    					skippy, err := skipGenerated(dAtA[iNdEx:])
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 45.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/policy/v1beta1/generated.pb.go

    					if postmsgIndex < 0 {
    						return ErrInvalidLengthGenerated
    					}
    					if postmsgIndex > l {
    						return io.ErrUnexpectedEOF
    					}
    					mapvalue = &v1.Time{}
    					if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil {
    						return err
    					}
    					iNdEx = postmsgIndex
    				} else {
    					iNdEx = entryPreIndex
    					skippy, err := skipGenerated(dAtA[iNdEx:])
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/storage/v1alpha1/generated.pb.go

    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.AttachmentMetadata == nil {
    				m.AttachmentMetadata = make(map[string]string)
    			}
    			var mapkey string
    			var mapvalue string
    			for iNdEx < postIndex {
    				entryPreIndex := iNdEx
    				var wire uint64
    				for shift := uint(0); ; shift += 7 {
    					if shift >= 64 {
    						return ErrIntOverflowGenerated
    					}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 76.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/authentication/v1beta1/generated.pb.go

    					if postmsgIndex < 0 {
    						return ErrInvalidLengthGenerated
    					}
    					if postmsgIndex > l {
    						return io.ErrUnexpectedEOF
    					}
    					mapvalue = &ExtraValue{}
    					if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil {
    						return err
    					}
    					iNdEx = postmsgIndex
    				} else {
    					iNdEx = entryPreIndex
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/certificates/v1/generated.pb.go

    					if postmsgIndex < 0 {
    						return ErrInvalidLengthGenerated
    					}
    					if postmsgIndex > l {
    						return io.ErrUnexpectedEOF
    					}
    					mapvalue = &ExtraValue{}
    					if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil {
    						return err
    					}
    					iNdEx = postmsgIndex
    				} else {
    					iNdEx = entryPreIndex
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/certificates/v1beta1/generated.pb.go

    					if postmsgIndex < 0 {
    						return ErrInvalidLengthGenerated
    					}
    					if postmsgIndex > l {
    						return io.ErrUnexpectedEOF
    					}
    					mapvalue = &ExtraValue{}
    					if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil {
    						return err
    					}
    					iNdEx = postmsgIndex
    				} else {
    					iNdEx = entryPreIndex
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  9. src/encoding/gob/doc.go

    TypedValue:
    	int(typeId) Value
    TypeDefinition:
    	int(-typeId) encodingOfWireType
    Value:
    	SingletonValue | StructValue
    SingletonValue:
    	uint(0) FieldValue
    FieldValue:
    	builtinValue | ArrayValue | MapValue | SliceValue | StructValue | InterfaceValue
    InterfaceValue:
    	NilInterfaceValue | NonNilInterfaceValue
    NilInterfaceValue:
    	uint(0)
    NonNilInterfaceValue:
    	ConcreteTypeName TypeSequence InterfaceContents
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    					if postmsgIndex < 0 {
    						return ErrInvalidLengthGenerated
    					}
    					if postmsgIndex > l {
    						return io.ErrUnexpectedEOF
    					}
    					mapvalue = &JSONSchemaProps{}
    					if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil {
    						return err
    					}
    					iNdEx = postmsgIndex
    				} else {
    					iNdEx = entryPreIndex
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
Back to top