Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIsKnownSystemPriorityClass (0.45 sec)

  1. pkg/apis/scheduling/v1/helpers_test.go

    */
    
    package v1
    
    import (
    	"testing"
    
    	v1 "k8s.io/api/scheduling/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/kubernetes/pkg/apis/scheduling"
    )
    
    func TestIsKnownSystemPriorityClass(t *testing.T) {
    	tests := []struct {
    		name     string
    		pc       *v1.PriorityClass
    		expected bool
    	}{
    		{
    			name:     "system priority class",
    			pc:       SystemPriorityClasses()[0],
    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