Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 143 for PriorityClass (0.3 sec)

  1. staging/src/k8s.io/api/scheduling/v1alpha1/types_swagger_doc_generated.go

    // AUTO-GENERATED FUNCTIONS START HERE. DO NOT EDIT.
    var map_PriorityClass = map[string]string{
    	"":                 "DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/scheduling/v1beta1/types.go

    // +k8s:prerelease-lifecycle-gen:replacement=scheduling.k8s.io,v1,PriorityClass
    
    // DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass.
    // PriorityClass defines mapping from a priority class name to the priority
    // integer value. The value can be any valid integer.
    type PriorityClass struct {
    	metav1.TypeMeta `json:",inline"`
    	// Standard object's metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Nov 13 13:16:35 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/scheduling/v1alpha1/types.go

    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    
    // DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass.
    // PriorityClass defines mapping from a priority class name to the priority
    // integer value. The value can be any valid integer.
    type PriorityClass struct {
    	metav1.TypeMeta `json:",inline"`
    	// Standard object's metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Nov 13 13:16:35 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/scheduling/v1beta1/generated.proto

    option go_package = "k8s.io/api/scheduling/v1beta1";
    
    // DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass.
    // PriorityClass defines mapping from a priority class name to the priority
    // integer value. The value can be any valid integer.
    message PriorityClass {
      // Standard object's metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/scheduling/v1beta1/generated.proto

    option go_package = "k8s.io/api/scheduling/v1beta1";
    
    // DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass.
    // PriorityClass defines mapping from a priority class name to the priority
    // integer value. The value can be any valid integer.
    message PriorityClass {
      // Standard object's metadata.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  6. pkg/apis/scheduling/v1alpha1/defaults_test.go

    		return nil
    	}
    	return obj3
    }
    
    func TestSetDefaultPreempting(t *testing.T) {
    	priorityClass := &v1alpha1.PriorityClass{}
    
    	output := roundTrip(t, runtime.Object(priorityClass)).(*v1alpha1.PriorityClass)
    	if output.PreemptionPolicy == nil || *output.PreemptionPolicy != apiv1.PreemptLowerPriority {
    		t.Errorf("Expected PriorityClass.Preempting value: %+v\ngot: %+v\n", apiv1.PreemptLowerPriority, output.PreemptionPolicy)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 08 10:11:23 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/scheduling/v1alpha1/generated.proto

    option go_package = "k8s.io/api/scheduling/v1alpha1";
    
    // DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass.
    // PriorityClass defines mapping from a priority class name to the priority
    // integer value. The value can be any valid integer.
    message PriorityClass {
      // Standard object's metadata.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/scheduling/v1alpha1/generated.pb.go

    func (m *PriorityClass) Reset()      { *m = PriorityClass{} }
    func (*PriorityClass) ProtoMessage() {}
    func (*PriorityClass) Descriptor() ([]byte, []int) {
    	return fileDescriptor_260442fbb28d876a, []int{0}
    }
    func (m *PriorityClass) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *PriorityClass) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/scheduling/v1beta1/generated.pb.go

    func (m *PriorityClass) Reset()      { *m = PriorityClass{} }
    func (*PriorityClass) ProtoMessage() {}
    func (*PriorityClass) Descriptor() ([]byte, []int) {
    	return fileDescriptor_9edc3acf997efcf2, []int{0}
    }
    func (m *PriorityClass) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *PriorityClass) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  10. pkg/apis/scheduling/v1/helpers_test.go

    func TestIsKnownSystemPriorityClass(t *testing.T) {
    	tests := []struct {
    		name     string
    		pc       *v1.PriorityClass
    		expected bool
    	}{
    		{
    			name:     "system priority class",
    			pc:       SystemPriorityClasses()[0],
    			expected: true,
    		},
    		{
    			name: "non-system priority class",
    			pc: &v1.PriorityClass{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: scheduling.SystemNodeCritical,
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 04 08:43:11 UTC 2020
    - 2.3K bytes
    - Viewed (0)
Back to top