Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PreemptLowerPriority (0.48 sec)

  1. plugin/pkg/admission/priority/admission_test.go

    			return err
    		}
    		informerFactory.Scheduling().V1().PriorityClasses().Informer().GetStore().Add(s)
    	}
    	return nil
    }
    
    var (
    	preemptNever         = api.PreemptNever
    	preemptLowerPriority = api.PreemptLowerPriority
    )
    
    var defaultClass1 = &scheduling.PriorityClass{
    	TypeMeta: metav1.TypeMeta{
    		Kind: "PriorityClass",
    	},
    	ObjectMeta: metav1.ObjectMeta{
    		Name: "default1",
    	},
    	Value:         1000,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 03 18:43:48 UTC 2022
    - 21.2K bytes
    - Viewed (0)
  2. plugin/pkg/admission/security/podsecurity/testdata/pod_restricted.yaml

          name: kube-api-access-s8rz5
          readOnly: true
      dnsPolicy: Default
      enableServiceLinks: true
      nodeName: mynode
      nodeSelector:
        kubernetes.io/os: linux
      preemptionPolicy: PreemptLowerPriority
      priority: 2000000000
      priorityClassName: system-cluster-critical
      restartPolicy: Always
      schedulerName: default-scheduler
      securityContext:
        fsGroup: 65534
        seccompProfile:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 04 16:26:30 UTC 2021
    - 18.3K bytes
    - Viewed (0)
  3. plugin/pkg/admission/security/podsecurity/testdata/pod_baseline.yaml

          name: kube-api-access-s8rz5
          readOnly: true
      dnsPolicy: Default
      enableServiceLinks: true
      nodeName: mynode
      nodeSelector:
        kubernetes.io/os: linux
      preemptionPolicy: PreemptLowerPriority
      priority: 2000000000
      priorityClassName: system-cluster-critical
      restartPolicy: Always
      schedulerName: default-scheduler
      securityContext:
        fsGroup: 65534
        seccompProfile:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 04 16:26:30 UTC 2021
    - 18.1K bytes
    - Viewed (0)
Back to top