Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for ResourceClaimSchedulingStatus (0.39 sec)

  1. pkg/apis/resource/validation/validation_podschedulingcontext_test.go

    			update: func(schedulingCtx *resource.PodSchedulingContext) *resource.PodSchedulingContext {
    				schedulingCtx.Status.ResourceClaims = append(schedulingCtx.Status.ResourceClaims,
    					resource.ResourceClaimSchedulingStatus{
    						Name: "my-claim",
    					},
    				)
    				for i := 0; i < resource.PodSchedulingNodeListMaxSize; i++ {
    					schedulingCtx.Status.ResourceClaims[0].UnsuitableNodes = append(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 09:18:08 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  2. pkg/apis/resource/v1alpha2/zz_generated.conversion.go

    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*v1alpha2.ResourceClaimSchedulingStatus)(nil), (*resource.ResourceClaimSchedulingStatus)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1alpha2_ResourceClaimSchedulingStatus_To_resource_ResourceClaimSchedulingStatus(a.(*v1alpha2.ResourceClaimSchedulingStatus), b.(*resource.ResourceClaimSchedulingStatus), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/resource/v1alpha2/zz_generated.deepcopy.go

    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceClaimSchedulingStatus.
    func (in *ResourceClaimSchedulingStatus) DeepCopy() *ResourceClaimSchedulingStatus {
    	if in == nil {
    		return nil
    	}
    	out := new(ResourceClaimSchedulingStatus)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    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

    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceClaimSchedulingStatus.
    func (in *ResourceClaimSchedulingStatus) DeepCopy() *ResourceClaimSchedulingStatus {
    	if in == nil {
    		return nil
    	}
    	out := new(ResourceClaimSchedulingStatus)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    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. common-protos/k8s.io/api/resource/v1alpha2/generated.proto

      optional string kind = 2;
    
      // Name is the name of resource being referenced.
      optional string name = 3;
    }
    
    // ResourceClaimSchedulingStatus contains information about one particular
    // ResourceClaim with "WaitForFirstConsumer" allocation mode.
    message ResourceClaimSchedulingStatus {
      // Name matches the pod.spec.resourceClaims[*].Name field.
      // +optional
      optional string name = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  6. pkg/registry/resource/podschedulingcontext/storage/storage_test.go

    	if err != nil {
    		t.Fatalf("Unexpected error: %v", err)
    	}
    
    	schedulingCtx := schedulingStart.DeepCopy()
    	schedulingCtx.Status.ResourceClaims = append(schedulingCtx.Status.ResourceClaims,
    		resource.ResourceClaimSchedulingStatus{
    			Name: "my-claim",
    		},
    	)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  7. pkg/apis/resource/types.go

    	// uses "WaitForFirstConsumer" allocation mode.
    	// +optional
    	ResourceClaims []ResourceClaimSchedulingStatus
    
    	// If there ever is a need to support other kinds of resources
    	// than ResourceClaim, then new fields could get added here
    	// for those other resources.
    }
    
    // ResourceClaimSchedulingStatus contains information about one particular
    // ResourceClaim with "WaitForFirstConsumer" allocation mode.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/resource/v1alpha2/generated.proto

      optional string kind = 2;
    
      // Name is the name of resource being referenced.
      optional string name = 3;
    }
    
    // ResourceClaimSchedulingStatus contains information about one particular
    // ResourceClaim with "WaitForFirstConsumer" allocation mode.
    message ResourceClaimSchedulingStatus {
      // Name matches the pod.spec.resourceClaims[*].Name field.
      // +optional
      optional string name = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 22:07:50 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    func (m *ResourceClaimSchedulingStatus) Reset()      { *m = ResourceClaimSchedulingStatus{} }
    func (*ResourceClaimSchedulingStatus) ProtoMessage() {}
    func (*ResourceClaimSchedulingStatus) Descriptor() ([]byte, []int) {
    	return fileDescriptor_4312f5b44a31ec02, []int{23}
    }
    func (m *ResourceClaimSchedulingStatus) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/resource/v1alpha2/types.go

    	// +listMapKey=name
    	// +optional
    	ResourceClaims []ResourceClaimSchedulingStatus `json:"resourceClaims,omitempty" protobuf:"bytes,1,opt,name=resourceClaims"`
    
    	// If there ever is a need to support other kinds of resources
    	// than ResourceClaim, then new fields could get added here
    	// for those other resources.
    }
    
    // ResourceClaimSchedulingStatus contains information about one particular
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 27 10:22:35 UTC 2024
    - 30K bytes
    - Viewed (0)
Back to top