Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 54 of 54 for resourceclaim (0.31 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1alpha2.ResourceClass.pb

    Patrick Ohly <******@****.***> 1707917922 +0100
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 15:15:31 UTC 2024
    - 567 bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/resource.k8s.io.v1alpha2.ResourceClass.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 567 bytes
    - Viewed (0)
  3. 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)
  4. pkg/registry/resource/resourceclaimtemplate/storage/storage.go

    )
    
    // REST implements a RESTStorage for ResourceClaimTemplate.
    type REST struct {
    	*genericregistry.Store
    }
    
    // NewREST returns a RESTStorage object that will work against ResourceClass.
    func NewREST(optsGetter generic.RESTOptionsGetter) (*REST, error) {
    	store := &genericregistry.Store{
    		NewFunc:                   func() runtime.Object { return &resource.ResourceClaimTemplate{} },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 10:11:16 UTC 2022
    - 2.1K bytes
    - Viewed (0)
Back to top