Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 105 for runtimeclass (0.14 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/node.k8s.io.v1beta1.RuntimeClass.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 533 bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/node.k8s.io.v1.RuntimeClass.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 528 bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/node.k8s.io.v1.RuntimeClass.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 528 bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/node.k8s.io.v1alpha1.RuntimeClass.pb

    Daniel Smith <******@****.***> 1651776874 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 544 bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/node.k8s.io.v1.RuntimeClass.pb

    Daniel Smith <******@****.***> 1651776874 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 528 bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/node.k8s.io.v1beta1.RuntimeClass.pb

    Daniel Smith <******@****.***> 1651776874 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 533 bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/node.k8s.io.v1alpha1.RuntimeClass.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 544 bytes
    - Viewed (0)
  8. plugin/pkg/admission/runtimeclass/admission_test.go

    		expectError  bool
    		runtimeClass *RuntimeClass
    	}{
    		{
    			name:         "runtimeClass enabled, success",
    			expectError:  false,
    			runtimeClass: newRuntimeClassForTest(true, nil, true, nil),
    		},
    		{
    			name:         "runtimeClass enabled, no lister",
    			expectError:  true,
    			runtimeClass: newRuntimeClassForTest(false, nil, true, nil),
    		},
    		{
    			name:         "runtimeClass enabled, no client",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 17 01:30:14 UTC 2022
    - 17.5K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/node/v1beta1/generated.proto

    // RuntimeClass.
    message Scheduling {
      // nodeSelector lists labels that must be present on nodes that support this
      // RuntimeClass. Pods using this RuntimeClass can only be scheduled to a
      // node matched by this selector. The RuntimeClass nodeSelector is merged
      // with a pod's existing nodeSelector. Any conflicts will cause the pod to
      // be rejected in admission.
      // +optional
      // +mapType=atomic
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/node/v1/types.go

    }
    
    // Scheduling specifies the scheduling constraints for nodes supporting a
    // RuntimeClass.
    type Scheduling struct {
    	// nodeSelector lists labels that must be present on nodes that support this
    	// RuntimeClass. Pods using this RuntimeClass can only be scheduled to a
    	// node matched by this selector. The RuntimeClass nodeSelector is merged
    	// with a pod's existing nodeSelector. Any conflicts will cause the pod to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 4.7K bytes
    - Viewed (0)
Back to top