Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for structuredData (0.6 sec)

  1. pkg/apis/resource/v1alpha2/zz_generated.conversion.go

    	out.DriverName = in.DriverName
    	out.Data = in.Data
    	if in.StructuredData != nil {
    		in, out := &in.StructuredData, &out.StructuredData
    		*out = new(resource.StructuredResourceHandle)
    		if err := Convert_v1alpha2_StructuredResourceHandle_To_resource_StructuredResourceHandle(*in, *out, s); err != nil {
    			return err
    		}
    	} else {
    		out.StructuredData = nil
    	}
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  2. pkg/scheduler/testing/wrappers.go

    						NamedResources: &resourcev1alpha2.NamedResourcesAllocationResult{
    							Name: name,
    						},
    					},
    				}
    				resourceHandle.StructuredData.Results = append(resourceHandle.StructuredData.Results, result)
    			}
    		}
    		wrapper.ResourceClaim.Status.Allocation.Shareable = true
    		wrapper.ResourceClaim.Status.Allocation.AvailableOnNodes = &v1.NodeSelector{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/resource/v1alpha2/zz_generated.deepcopy.go

    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *ResourceHandle) DeepCopyInto(out *ResourceHandle) {
    	*out = *in
    	if in.StructuredData != nil {
    		in, out := &in.StructuredData, &out.StructuredData
    		*out = new(StructuredResourceHandle)
    		(*in).DeepCopyInto(*out)
    	}
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  4. pkg/apis/resource/zz_generated.deepcopy.go

    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *ResourceHandle) DeepCopyInto(out *ResourceHandle) {
    	*out = *in
    	if in.StructuredData != nil {
    		in, out := &in.StructuredData, &out.StructuredData
    		*out = new(StructuredResourceHandle)
    		(*in).DeepCopyInto(*out)
    	}
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 33.8K bytes
    - Viewed (0)
  5. pkg/apis/resource/types.go

    	//
    	// The maximum size of this field is 16KiB. This may get increased in the
    	// future, but not reduced.
    	// +optional
    	Data string
    
    	// If StructuredData is set, then it needs to be used instead of Data.
    	StructuredData *StructuredResourceHandle
    }
    
    // ResourceHandleDataMaxSize represents the maximum size of resourceHandle.data.
    const ResourceHandleDataMaxSize = 16 * 1024
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/resource/v1alpha2/types_swagger_doc_generated.go

    	"structuredData": "If StructuredData is set, then it needs to be used instead of Data.",
    }
    
    func (ResourceHandle) SwaggerDoc() map[string]string {
    	return map_ResourceHandle
    }
    
    var map_ResourceModel = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/resource/v1alpha2/generated.proto

      // future, but not reduced.
      // +optional
      optional string data = 2;
    
      // If StructuredData is set, then it needs to be used instead of Data.
      //
      // +optional
      optional StructuredResourceHandle structuredData = 5;
    }
    
    // ResourceModel must have one and only one field set.
    message ResourceModel {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 22:07:50 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.StructuredData == nil {
    				m.StructuredData = &StructuredResourceHandle{}
    			}
    			if err := m.StructuredData.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		default:
    			iNdEx = preIndex
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              },
              "structuredData": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.StructuredResourceHandle"
                  }
                ],
                "description": "If StructuredData is set, then it needs to be used instead of Data."
              }
            },
            "required": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  10. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"structuredData": {
    						SchemaProps: spec.SchemaProps{
    							Description: "If StructuredData is set, then it needs to be used instead of Data.",
    							Ref:         ref("k8s.io/api/resource/v1alpha2.StructuredResourceHandle"),
    						},
    					},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top